aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov
2014-06-19pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov
2014-06-18pc: create custom generic PC machine typeIgor Mammedov
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell
2014-05-13pc: port 92 reset requires a low->high transitionPaolo Bonzini
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo
2014-03-18pc: Refuse max_cpus if it results in too large APIC IDEduardo Habkost
2014-03-18pc: Refuse CPU hotplug if the resulting APIC ID is too largeEduardo Habkost
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin
2013-11-04pc: register e820 entries for ramGerd Hoffmann
2013-11-04pc: add etc/e820 fw_cfg fileGerd Hoffmann
2013-10-31Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori
2013-10-17e820: pass high memory too.Gerd Hoffmann
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin
2013-10-14pc: use new api to add builtin tablesMichael S. Tsirkin
2013-10-14i386: define pc guest infoMichael S. Tsirkin
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini
2013-08-06target-i386: Fix X86CPU error handlingAndreas Färber
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov
2013-07-29pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.hMichael S. Tsirkin
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-15pc: don't access fw cfg if NULLMichael S. Tsirkin
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori