summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov2-15/+14
2017-05-11pc: add node-id property to CPUIgor Mammedov1-0/+17
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-6/+17
2017-05-11numa: equally distribute memory on nodesLaurent Vivier2-0/+4
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen1-0/+4
2017-05-03hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan1-0/+3
2017-05-03hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan1-3/+29
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell5-2/+1907
2017-04-25move xen-mapcache.c to hw/i386/xen/Anthony Xu3-1/+466
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu3-1/+1441
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng1-3/+1
2017-04-20intel_iommu: enable remote IOTLBPeter Xu3-13/+180
2017-04-20intel_iommu: allow dynamic switch of IOMMU regionPeter Xu2-6/+77
2017-04-20intel_iommu: provide its own replay() callbackPeter Xu2-5/+184
2017-04-20intel_iommu: use the correct memory region for device IOTLB notificationJason Wang1-1/+1
2017-03-24trace: Avoid abuse of amdvi_mmio_readEric Blake2-2/+2
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant1-1/+1
2017-03-14kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost1-0/+6
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+20
2017-03-02hw/pxb-pcie: fix PCI Express hotplug supportMarcel Apfelbaum1-0/+3
2017-03-02acpi: simplify _OSCMichael S. Tsirkin1-4/+1
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren1-0/+16
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov1-2/+2
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-2/+2
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-2/+2
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov1-2/+2
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-34/+2
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov1-4/+4
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov1-7/+9
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov1-12/+12
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov1-11/+24
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov1-28/+29
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster1-1/+7
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster1-1/+1
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu1-0/+1
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu2-45/+34
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu2-57/+56
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu1-22/+22
2017-02-17intel_iommu: simplify irq region translationPeter Xu1-22/+6
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David2-0/+6
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4
2017-02-03Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell1-20/+31
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-8/+6
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang1-0/+5
2017-02-01intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang1-1/+9
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+0
2017-01-31trace: move hw/i386/xen events to correct subdirDaniel P. Berrange2-7/+6
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant1-12/+15