summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pc_sysfw: do not make it a device anymorePaolo Bonzini2013-08-121-1/+1
* target-i386: Fix X86CPU error handlingAndreas Färber2013-08-061-7/+6
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-291-22/+34
* pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.hMichael S. Tsirkin2013-07-291-2/+0
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-1/+1
|\
| * pc: don't access fw cfg if NULLMichael S. Tsirkin2013-07-151-1/+1
* | cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-7/+10
* | cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+6
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-2/+72
|\ \ | |/
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+1
OpenPOWER on IntegriCloud