aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-04like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek1-2/+6
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek1-1/+8
2013-03-28hw/i386/pc: format load_linux functionliguang1-53/+56
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-3/+3
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-3/+5
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+1161