aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov1-33/+28
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov1-124/+0
2017-01-10acpi: add ATSR for q35Jason Wang1-0/+9
2017-01-10intel_iommu: support device iotlb descriptorJason Wang3-7/+106
2017-01-10intel_iommu: allocate new key when creating new address spaceJason Wang1-2/+3
2017-01-10intel_iommu: name vtd address space with devfnJason Wang1-1/+3
2017-01-10intel_iommu: allow migrationPeter Xu1-1/+21
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+3
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti1-15/+127
2016-12-22multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu1-10/+10
2016-12-22pc: make pit configurableChao Peng3-3/+23
2016-12-22pc: make sata configurableChao Peng2-15/+38
2016-12-22pc: make smbus configurableChao Peng2-5/+25
2016-12-20Move target-* CPU file into a target/ folderThomas Huth2-2/+2
2016-12-16i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit2-3/+3
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-1/+1
2016-11-30intel_iommu: fix incorrect device invalidatePeter Xu1-0/+1
2016-11-28pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu1-0/+4
2016-11-21Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2016-11-18acpi: Use apic_id_limit when calculating legacy ACPI table sizeEduardo Habkost1-1/+1
2016-11-16pc: fix FW_CFG_NB_CPUS to account for -device added CPUsIgor Mammedov1-17/+27
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-0/+2
2016-11-16Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"Igor Mammedov1-29/+15
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong1-1/+1
2016-11-15pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplugXiao Guangrong1-6/+0
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong1-19/+4
2016-11-15acpi: fix DMAR device scope for IOAPICPeter Xu1-1/+2