summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+1
* pc: pass PCI hole ranges to GuestsMichael S. Tsirkin2013-07-041-0/+26
* pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-041-1/+45
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
* pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster2013-06-191-4/+3
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-10/+18
|\
| * isa: QOM'ify ISADeviceAndreas Färber2013-06-071-4/+5
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-6/+13
* | pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov2013-06-101-0/+5
|/
* refer to FWCfgState explicitlyLaszlo Ersek2013-06-021-12/+12
* pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-011-0/+26
* target-i386: Move APIC to ICC busIgor Mammedov2013-05-011-2/+11
* target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-011-4/+6
* target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-011-1/+28
* pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-011-0/+20
* pc: QOM'ify port 92Andreas Färber2013-04-291-5/+9
* acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-151-0/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-12/+12
* pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek2013-04-041-16/+17
* Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek2013-04-041-1/+3
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-041-2/+6
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-1/+8
* hw/i386/pc: format load_linux functionliguang2013-03-281-53/+56
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-3/+3
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+1161
OpenPOWER on IntegriCloud