summaryrefslogtreecommitdiff
path: root/hw/i386/Makefile.objs
AgeCommit message (Expand)AuthorFilesLines
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov1-1/+1
2014-01-26pc: make: fix dependencies: rebuild when included file is changedIgor Mammedov1-1/+1
2013-11-17hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistentlyMichael Tokarev1-1/+1
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin1-0/+4
2013-10-14i386: add bios linker/loaderMichael S. Tsirkin1-0/+1
2013-10-14acpi: add rules to compile ASL sourceMichael S. Tsirkin1-0/+22
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini1-0/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-4/+1
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini1-4/+0
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-2/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-2/+1
2013-04-08hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move more files to hw/xen/Paolo Bonzini1-3/+0
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini1-1/+1
2013-03-01i386: move files referencing CPU to hw/i386/Paolo Bonzini1-1/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-5/+8
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues1-0/+1
2013-01-04add isa-debug-exit device.Gerd Hoffmann1-1/+1
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-1/+1
2012-11-26q35: Introduce q35 pc based chipset emulatorIsaku Yamahata1-1/+1
2012-11-26ich9: Add the lpc chipJason Baron1-0/+1
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong1-1/+1
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay1-0/+1
2012-06-21Introduce XenHostPCIDevice to access a pci device on the host.Anthony PERARD1-0/+1
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori1-1/+1
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+13