summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27xen-platform: add support for unplugging NVMe disks...Paul Durrant1-0/+1
2017-01-27xen-platform: re-structure unplug_disksPaul Durrant1-9/+16
2017-01-27icount: update instruction counter on apic patchingPavel Dovgalyuk1-0/+6
2017-01-24hw/i386/kvmvapic: Remove dead code in patch_hypercalls()Peter Maydell1-6/+0
2017-01-24pci-assign: avoid pointless statPaolo Bonzini1-8/+8
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2-12/+6
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov1-16/+8
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov1-8/+9
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-1/+5
2017-01-19kvm: move cpu synchronization codeVincent Palatin2-0/+2
2017-01-18pc: Add 2.9 machine-typesEduardo Habkost2-5/+23
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-2/+2
2017-01-16pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov1-1/+3
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov1-8/+1
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov1-5/+2