summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* kvmvapic: Replace FROM_SYSBUS() with QOM type castIgor Mammedov2013-04-161-2/+5
* acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-152-0/+2
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-086-4/+29
* hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini2013-04-088-4/+2898
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-4/+0
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-2/+1
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-2/+1
* hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move more files to hw/xen/Paolo Bonzini2013-04-081-3/+0
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-088-27/+27
* 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
* extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2013-04-041-2/+0
* 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-122-4/+5
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+3
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-109-6/+3965
|\
| * i386: move files referencing CPU to hw/i386/Paolo Bonzini2013-03-012-1/+825
| * hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-018-5/+3136
|/
* hw: Add test device for unittests executionLucas Meneghel Rodrigues2013-01-041-0/+1
* add isa-debug-exit device.Gerd Hoffmann2013-01-041-1/+1
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-1/+1
* q35: Introduce q35 pc based chipset emulatorIsaku Yamahata2012-11-261-1/+1
* ich9: Add the lpc chipJason Baron2012-11-261-0/+1
* Introduce Xen PCI Passthrough, MSIJiang Yunhong2012-06-211-1/+1
* Introduce Xen PCI Passthrough, qdeviceAllen Kay2012-06-211-0/+1
* Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD2012-06-211-0/+1
* make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori2012-06-191-1/+1
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+13
OpenPOWER on IntegriCloud