aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell
2017-04-25move xen-mapcache.c to hw/i386/xen/Anthony Xu
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng
2017-04-20intel_iommu: enable remote IOTLBPeter Xu
2017-04-20intel_iommu: allow dynamic switch of IOMMU regionPeter Xu
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu
2017-04-20intel_iommu: use the correct memory region for device IOTLB notificationJason Wang
2017-03-24trace: Avoid abuse of amdvi_mmio_readEric Blake
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant
2017-03-14kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02hw/pxb-pcie: fix PCI Express hotplug supportMarcel Apfelbaum
2017-03-02acpi: simplify _OSCMichael S. Tsirkin
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu
2017-02-17intel_iommu: simplify irq region translationPeter Xu
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu
2017-02-03Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang
2017-02-01intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31trace: move hw/i386/xen events to correct subdirDaniel P. Berrange
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant
2017-01-27xen-platform: add support for unplugging NVMe disks...Paul Durrant
2017-01-27xen-platform: re-structure unplug_disksPaul Durrant
2017-01-27icount: update instruction counter on apic patchingPavel Dovgalyuk
2017-01-24hw/i386/kvmvapic: Remove dead code in patch_hypercalls()Peter Maydell
2017-01-24pci-assign: avoid pointless statPaolo Bonzini
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov