aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2018-12-20x86-iommu: turn on IR by default if properPeter Xu1-3/+4
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu5-10/+21
2018-12-20q35: set split kernel irqchip as defaultPeter Xu1-0/+2
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth1-68/+2
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-30/+19
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu1-1/+1
2018-12-19intel_iommu: dma read/write draining supportPeter Xu2-0/+7
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu2-21/+43
2018-12-19intel_iommu: dump correct iova when failedPeter Xu1-1/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé3-3/+3
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+5
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell1-10/+12
2018-12-11pc: Use default_machine_opts to set suppress_vmdescEduardo Habkost1-1/+1
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson2-5/+23
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard3-13/+14
2018-11-20hw/i386: add pc-i440fx-3.1 & pc-q35-3.1Marc-André Lureau2-5/+23
2018-11-05x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh2-7/+8
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is enabledSingh, Brijesh3-1/+106
2018-11-05i386: acpi: add IVHD device entry for IOAPICSingh, Brijesh1-1/+27
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is not enabledSingh, Brijesh3-2/+250
2018-11-05x86_iommu/amd: Prepare for interrupt remap supportSingh, Brijesh3-2/+123
2018-11-05x86_iommu/amd: make the address space naming consistent with intel-iommuSingh, Brijesh1-7/+27
2018-11-05x86_iommu/amd: remove V=1 check from amdvi_validate_dte()Singh, Brijesh1-3/+7
2018-11-05x86_iommu: move vtd_generate_msi_message in common fileSingh, Brijesh2-28/+28
2018-11-05x86_iommu: move the kernel-irqchip check in common codeSingh, Brijesh2-7/+9
2018-11-05intel_iommu: handle invalid ce for shadow syncPeter Xu1-0/+17
2018-11-05intel_iommu: move ce fetching out when sync shadowPeter Xu1-28/+13
2018-11-05intel_iommu: better handling of dmar state switchPeter Xu1-7/+14
2018-11-05intel_iommu: introduce vtd_reset_caches()Peter Xu1-4/+9
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-3/+3
2018-10-19pc: Fix machine property nvdimm-persistence error handlingMarkus Armbruster1-2/+3
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie1-7/+10
2018-10-02change get_image_size return type to int64_tLi Zhijian1-1/+6
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell1-4/+4
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi1-4/+4
2018-09-07pc: acpi: revert back to 1 SRAT entry for hotpluggable areaIgor Mammedov1-61/+12
2018-08-27intel-iommu: replace more vtd_err_* tracesPeter Xu2-30/+46
2018-08-27intel-iommu: start to use error_report_oncePeter Xu2-29/+37
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-11/+5
2018-08-23pc: drop memory region alignment check for 0David Hildenbrand1-1/+1
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-0/+2
2018-08-03pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov1-9/+10
2018-08-03hw/acpi-build: Add a check for memory-less NUMA nodesDou Liyang1-3/+6
2018-07-17i386: only parse the initrd_filename once for multiboot modulesDaniel P. Berrangé1-17/+15
2018-07-17i386: fix regression parsing multiboot initrd modulesDaniel P. Berrangé1-2/+1
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan1-0/+5
2018-07-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+3