aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2015-11-11error: More error_setg() usageEric Blake
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua
2015-10-19Enable fw_cfg DMA interface for x86Marc Marí
2015-10-08pc: check for underflow in load_linuxPaolo Bonzini
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02x86: use new method to correct reset sequenceZhu Guihua
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov
2015-09-10pc: memhotplug: fix incorrectly set reserved-memory-endIgor Mammedov
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-08-13smbios: move smbios code into a common folderWei Huang
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang
2015-08-13smbios: extract x86 smbios building code into a functionWei Huang
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost
2015-08-13pc: Use error_abort when registering propertiesEduardo Habkost
2015-07-08hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek
2015-07-08hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOSLaszlo Ersek
2015-07-08hw/i386/pc: factor out pc_cmos_init_floppy()Laszlo Ersek
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-03pc: Abort if HotplugHandlerClass::plug() failsBharata B Rao
2015-07-03pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell
2015-06-03hw/pci: inform bios if the system has extra pci root busesMarcel Apfelbaum
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-02pc: Ensure non-zero CPU ref count after attaching to ICC busAndreas Färber
2015-05-31i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen