Searched defs:PCMachineState (Results 1 – 1 of 1) sorted by relevance
24 typedef struct PCMachineState { struct26 X86MachineState parent_obj;31 Notifier machine_done;34 PCIBus *pcibus;35 I2CBus *smbus;36 PFlashCFI01 *flash[2];37 ISADevice *pcspk;61 } PCMachineState; argument