summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
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
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-10pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov
2013-06-07isa: QOM'ify ISADeviceAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov