Lines Matching defs:X86MachineState
38 struct X86MachineState { struct
40 MachineState parent;
45 ISADevice *rtc;
46 FWCfgState *fw_cfg;
47 qemu_irq *gsi;
48 DeviceState *ioapic2;
49 GMappedFile *initrd_mapped_file;
50 HotplugHandler *acpi_dev;
56 MemoryRegion bios;
62 MemoryRegion isa_bios;
65 ram_addr_t below_4g_mem_size, above_4g_mem_size;
68 uint64_t above_4g_mem_start;
71 unsigned pci_irq_mask;
72 unsigned apic_id_limit;
73 uint16_t boot_cpus;
74 SgxEPCList *sgx_epc_list;
76 OnOffAuto smm;
77 OnOffAuto acpi;
78 OnOffAuto pit;
79 OnOffAuto pic;
81 char *oem_id;
82 char *oem_table_id;
106 OBJECT_DECLARE_TYPE(X86MachineState, X86MachineClass, X86_MACHINE) argument