summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-26pc: memory: Validate alignment of maxram_size to page sizePeter Krempa1-0/+7
2015-02-26acpi, pc: Add unplug cb for pc machine.Tang Chen1-0/+8
2015-02-26acpi, pc: Add hotunplug request cb for pc machine.Tang Chen1-0/+8
2015-02-25target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost1-0/+35
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster1-6/+1
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-5/+1
2015-02-23numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost1-0/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-3/+2
2015-01-27pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao1-2/+2
2015-01-27pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao1-24/+0
2015-01-27pc: Fix DIMMs capacity calculationBharata B Rao1-16/+10
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-2/+2
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum1-0/+7
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei1-10/+12
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz1-9/+13
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov1-0/+5
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov1-0/+45
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov1-0/+17
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov1-1/+2
2014-11-23pc: make pc_dimm_plug() more readbleIgor Mammedov1-2/+3
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov1-0/+5
2014-11-03vga: add default display to machine classGerd Hoffmann1-0/+1
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert1-0/+19
2014-11-02pc: Update rtc_cmos in pc_cpu_plugGu Zheng1-21/+16
2014-11-02pc: add cpu hotplug handler to PC_MACHINEGu Zheng1-1/+27
2014-11-02well-defined listing order for machine typesLaszlo Ersek1-0/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow1-0/+1
2014-09-22pc: Add missing 'static' attributeStefan Weil1-1/+1
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+4
2014-09-18pc: leave more space for BIOS allocationsMichael S. Tsirkin1-2/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-09-02Fix debug print warningGonglei1-1/+1
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin1-3/+9
2014-08-14pc: Get rid of pci-info leftoversMarkus Armbruster1-30/+0
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu1-0/+25
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz1-0/+47
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini1-12/+12
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini1-2/+1
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-4/+8
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov1-0/+19
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov1-0/+10
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov1-0/+3
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov1-0/+21
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov1-0/+9
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov1-0/+59
2014-06-19pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov1-0/+10
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov1-1/+8