aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
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
2013-04-29pc: QOM'ify port 92Andreas Färber
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek
2013-04-04Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek
2013-04-04like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek
2013-04-04acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek
2013-03-28hw/i386/pc: format load_linux functionliguang
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini