summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
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 hw/kvm/ to hw/i386/kvmPaolo Bonzini
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini
2013-04-08hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move more files to hw/xen/Paolo Bonzini
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini
2013-04-08hw: make all of hw/pci/ configurable via default-configs/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-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo 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-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-01i386: move files referencing CPU to hw/i386/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues
2013-01-04add isa-debug-exit device.Gerd Hoffmann
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin
2012-11-26q35: Introduce q35 pc based chipset emulatorIsaku Yamahata
2012-11-26ich9: Add the lpc chipJason Baron
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay
2012-06-21Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini