Skip to main content

make_rep_args

Macro make_rep_args 

Source
macro_rules! make_rep_args {
    ($code_expr:expr, $input_ident:ident, $output_slice_ident:ident) => { ... };
    ($code_expr:expr, $input_ident:ident) => { ... };
}
Expand description

Create a mshv_root_hvcall populated with rep hypercall parameters Arguments: 1. hypercall code 2. RepInput structure, where T is hv_input_*. See make_rep_input!() 3. Slice of the correct type for output data (optional)