summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+7
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin1-0/+26
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-1/+45
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-1/+1
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster1-4/+3
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-10/+18
2013-06-10pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov1-0/+5
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-4/+5
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-6/+13
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek1-12/+12
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov1-0/+26
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov1-2/+11
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov1-4/+6
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov1-1/+28
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov1-0/+20
2013-04-29pc: QOM'ify port 92Andreas Färber1-5/+9
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin1-0/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-12/+12
2013-04-04pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek1-16/+17
2013-04-04Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek1-1/+3