]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/boards.h
kvm: add support for -machine kernel_irqchip=split
[mirror_qemu.git] / include / hw / boards.h
index 5da4fb00eeda22f3e204f3316993180d23a730ea..f19df9769ca44958cebcfdb74c01c462d76eeb08 100644 (file)
@@ -35,6 +35,7 @@ extern MachineState *current_machine;
 bool machine_usb(MachineState *machine);
 bool machine_kernel_irqchip_allowed(MachineState *machine);
 bool machine_kernel_irqchip_required(MachineState *machine);
+bool machine_kernel_irqchip_split(MachineState *machine);
 int machine_kvm_shadow_mem(MachineState *machine);
 int machine_phandle_start(MachineState *machine);
 bool machine_dump_guest_core(MachineState *machine);
@@ -111,6 +112,7 @@ struct MachineState {
     char *accel;
     bool kernel_irqchip_allowed;
     bool kernel_irqchip_required;
+    bool kernel_irqchip_split;
     int kvm_shadow_mem;
     char *dtb;
     char *dumpdtb;