summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov1-0/+6
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov1-2/+24
2014-06-18pc: create custom generic PC machine typeIgor Mammedov1-0/+57
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-06-10hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell1-3/+0
2014-05-13pc: port 92 reset requires a low->high transitionPaolo Bonzini1-1/+2
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo1-5/+19
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo1-1/+1
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo1-0/+15
2014-03-18pc: Refuse max_cpus if it results in too large APIC IDEduardo Habkost1-0/+8
2014-03-18pc: Refuse CPU hotplug if the resulting APIC ID is too largeEduardo Habkost1-0/+8
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin1-2/+2
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost1-0/+1
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-9/+8
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-9/+8
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+6
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin1-1/+1
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan1-3/+16
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin1-14/+6
2013-11-04pc: register e820 entries for ramGerd Hoffmann1-7/+1
2013-11-04pc: add etc/e820 fw_cfg fileGerd Hoffmann1-11/+28
2013-10-31Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori1-0/+8
2013-10-17e820: pass high memory too.Gerd Hoffmann1-0/+8
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin1-0/+2
2013-10-14pc: use new api to add builtin tablesMichael S. Tsirkin1-1/+1
2013-10-14i386: define pc guest infoMichael S. Tsirkin1-0/+21
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+1
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi1-3/+3
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini1-1/+1
2013-08-06target-i386: Fix X86CPU error handlingAndreas Färber1-7/+6
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov1-22/+34
2013-07-29pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.hMichael S. Tsirkin1-2/+0
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-15pc: don't access fw cfg if NULLMichael S. Tsirkin1-1/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-7/+10
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-5/+6
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+72