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