summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-15intel_iommu: fix incorrect assertPeter Xu1-1/+1
2016-11-15intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu1-1/+1
2016-11-15intel_iommu: fixing source id during IOTLB hash key calculationJason Wang2-2/+2
2016-11-04Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi2-1/+3
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2-1/+39
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu2-1/+3
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong2-0/+19
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong2-1/+20
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong1-1/+1
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2-14/+17
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2-14/+13
2016-10-31tcg: protect translation related stuff with tb_lock.KONRAD Frederic1-0/+4
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-24pc: q35: Bump max_cpus to 288Igor Mammedov1-0/+2
2016-10-24pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov1-0/+14
2016-10-24pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov1-15/+29
2016-10-24pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov1-10/+8
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov1-2/+10
2016-10-24pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov1-6/+0
2016-10-24pc: acpi: x2APIC support for SRAT tableIgor Mammedov1-10/+24
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov1-24/+54