summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* pc/vl: Add units-per-default-bus propertyJohn Snow2014-10-031-0/+1
* pc: Add missing 'static' attributeStefan Weil2014-09-221-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-181-2/+4
|\
| * pc: leave more space for BIOS allocationsMichael S. Tsirkin2014-09-181-2/+4
* | memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
|/
* Fix debug print warningGonglei2014-09-021-1/+1
* pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin2014-08-251-3/+9
* pc: Get rid of pci-info leftoversMarkus Armbruster2014-08-141-30/+0
* qemu: support xen hvm direct kernel bootChunyan Liu2014-08-011-0/+25
* pc & q35: Add new machine opt max-ram-below-4gDon Slutz2014-06-231-0/+47
* pc: pass MachineState to pc_memory_initPaolo Bonzini2014-06-191-12/+12
* numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-2/+1
* NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-191-4/+8
* pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2014-06-191-0/+19
* pc: propagate memory hotplug event to ACPI deviceIgor Mammedov2014-06-191-0/+10
* trace: pc: add PC_DIMM slot & address allocationIgor Mammedov2014-06-191-0/+3
* pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov2014-06-191-0/+21
* pc-dimm: add busy address check and address auto-allocationIgor Mammedov2014-06-191-0/+9
* pc: add memory hotplug handler to PC_MACHINEIgor Mammedov2014-06-191-0/+59
* pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov2014-06-191-0/+10
* pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov2014-06-191-1/+8
* pc: exit QEMU if number of slots more than supported 256Igor Mammedov2014-06-191-0/+6
* pc: initialize memory hotplug address spaceIgor Mammedov2014-06-191-2/+24
* pc: create custom generic PC machine typeIgor Mammedov2014-06-181-0/+57
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1
* hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell2014-06-101-3/+0
* pc: port 92 reset requires a low->high transitionPaolo Bonzini2014-05-131-1/+2
* SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo2014-05-051-5/+19
* SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo2014-05-051-1/+1
* E820: Add interface for accessing e820 tableGabriel L. Somlo2014-05-051-0/+15
* pc: Refuse max_cpus if it results in too large APIC IDEduardo Habkost2014-03-181-0/+8
* pc: Refuse CPU hotplug if the resulting APIC ID is too largeEduardo Habkost2014-03-181-0/+8
* pc.c: better error message on initrd sizing failureMichael S. Tsirkin2014-02-051-2/+2
* pc: Save size of RAM below 4GBEduardo Habkost2014-01-261-0/+1
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2014-01-101-9/+8
|\
| * target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-9/+8
* | isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+6
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
|/
* pc: use macro for HPET typeMichael S. Tsirkin2013-12-111-1/+1
* hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-111-3/+16
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-101-14/+6
* pc: register e820 entries for ramGerd Hoffmann2013-11-041-7/+1
* pc: add etc/e820 fw_cfg fileGerd Hoffmann2013-11-041-11/+28
* Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori2013-10-311-0/+8
|\
| * e820: pass high memory too.Gerd Hoffmann2013-10-171-0/+8
* | i386: ACPI table generation code from seabiosMichael S. Tsirkin2013-10-141-0/+2
* | pc: use new api to add builtin tablesMichael S. Tsirkin2013-10-141-1/+1
* | i386: define pc guest infoMichael S. Tsirkin2013-10-141-0/+21
|/
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-2/+1
* Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-3/+3
OpenPOWER on IntegriCloud