aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-03hw/pci: inform bios if the system has extra pci root busesMarcel Apfelbaum1-0/+20
2015-05-31i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek1-0/+1
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek1-1/+2
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost1-45/+0
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen1-2/+32
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen1-2/+26
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-1/+0
2015-03-19pc: fix default VCPU to NUMA node mappingIgor Mammedov1-0/+9
2015-03-17target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost1-4/+12
2015-03-17pc: Suppress APIC ID compatibility warning for QTestAndreas Färber1-1/+2
2015-03-09target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost1-0/+35
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+23
2015-03-03Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into...Peter Maydell1-8/+3
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-35/+0
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+35
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-11/+2
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell1-0/+1
2015-02-26pc: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster1-8/+3
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