summaryrefslogtreecommitdiff
path: root/hw/i386/Makefile.objs
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/i386: make IOMMUs configurable via default-configs/Paolo Bonzini1-2/+2
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé1-0/+1
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé1-0/+1
2017-11-05pci-assign: RemovePaolo Bonzini1-1/+0
2016-09-24hw/i386: Introduce AMD IOMMUDavid Kiarie1-0/+1
2016-07-20x86-iommu: introduce parent classPeter Xu1-1/+1
2016-01-09pc: acpi: remove unused ASL templates and related blobs/utilsIgor Mammedov1-30/+0
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen1-0/+1
2015-08-13smbios: move smbios code into a common folderWei Huang1-1/+1
2015-08-13make: load only required dependency files.Victor Kaplansky1-1/+7
2015-06-23pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov1-2/+1
2015-06-01TPM2 ACPI table supportStefan Berger1-1/+1
2015-03-01pc: acpi-build: drop template patching and create PCI bus tree dynamicallyIgor Mammedov1-1/+0
2015-03-01pc: acpi-build: drop remaining ssdt_misc templateIgor Mammedov1-1/+0
2015-02-26pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov1-1/+0
2015-02-26pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov1-3/+4
2015-01-27bios-linker-loader: move source to common locationMichael S. Tsirkin1-1/+0
2014-08-28intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan1-0/+1
2014-08-25Add ACPI tables for TPMStefan Berger1-1/+2
2014-06-19pc: acpi: do not hardcode preprocessorIgor Mammedov1-1/+1
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov1-1/+2
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu1-1/+1
2014-05-07xen: move Xen PV machine files to hw/xenpvWei Liu1-1/+1
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