Skip to main content

krun_split_irqchip

Function krun_split_irqchip 

Source
pub unsafe extern "C" fn krun_split_irqchip(
    ctx_id: u32,
    enable: bool,
) -> i32
Expand description

Specify whether to split IRQCHIP responsibilities between the host and the guest.

Arguments: “ctx_id” - the configuration context ID. “enable” - whether to enable the split IRQCHIP

Returns: Zero on success or a negative error number on failure.