Searched defs:VirtMachineClass (Results 1 – 1 of 1) sorted by relevance
121 struct VirtMachineClass { struct122 MachineClass parent;123 bool no_tcg_its;124 bool no_highmem_compact;125 bool no_ged; /* Machines < 4.2 have no support for ACPI GED device */126 bool kvm_no_adjvtime;127 bool no_kvm_steal_time;128 bool acpi_expose_flash;129 bool no_secure_gpio;131 bool no_cpu_topology;[all …]