summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* pc: Add 2.9 machine-typesEduardo Habkost2017-01-182-5/+23
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-2/+2
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-101-8/+1Star
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-5/+2Star
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-33/+28Star
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-124/+0Star
* acpi: add ATSR for q35Jason Wang2017-01-101-0/+9
* intel_iommu: support device iotlb descriptorJason Wang2017-01-103-7/+106
* intel_iommu: allocate new key when creating new address spaceJason Wang2017-01-101-2/+3
* intel_iommu: name vtd address space with devfnJason Wang2017-01-101-1/+3
* intel_iommu: allow migrationPeter Xu2017-01-101-1/+21
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-092-3/+3
|\
| * i386: amd_iommu: fix MMIO register count and accessPrasad J Pandit2016-12-162-3/+3
* | kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti2016-12-221-15/+127
* | multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu2016-12-221-10/+10
* | pc: make pit configurableChao Peng2016-12-223-3/+23
* | pc: make sata configurableChao Peng2016-12-222-15/+38
* | pc: make smbus configurableChao Peng2016-12-222-5/+25
* | Move target-* CPU file into a target/ folderThomas Huth2016-12-202-2/+2
|/
* loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek2016-11-301-1/+1
* intel_iommu: fix incorrect device invalidatePeter Xu2016-11-301-0/+1
* pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu2016-11-281-0/+4
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-211-1/+1
|\
| * acpi: Use apic_id_limit when calculating legacy ACPI table sizeEduardo Habkost2016-11-181-1/+1
* | pc: fix FW_CFG_NB_CPUS to account for -device added CPUsIgor Mammedov2016-11-161-17/+27
* | fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-0/+2
* | Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs"Igor Mammedov2016-11-161-29/+15Star
|/
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-151-1/+1
* pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplugXiao Guangrong2016-11-151-6/+0Star
* qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong2016-11-151-19/+4Star
* acpi: fix DMAR device scope for IOAPICPeter Xu2016-11-151-1/+2
* intel_iommu: fix incorrect assertPeter Xu2016-11-151-1/+1
* intel_iommu: fix several incorrect endianess and bit fieldsPeter Xu2016-11-151-1/+1
* intel_iommu: fixing source id during IOTLB hash key calculationJason Wang2016-11-152-2/+2
* Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi2016-11-042-1/+3
|\
| * PCMachineState: introduce acpi_build_enabled fieldWei Liu2016-11-022-1/+3
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-032-1/+39
|\ \ | |/ |/|
| * pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-012-0/+19
| * nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-012-1/+20
| * nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-011-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-312-14/+17
|\ \
| * | *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-312-14/+13Star
| * | tcg: protect translation related stuff with tb_lock.KONRAD Frederic2016-10-311-0/+4
| |/
* / clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
|/
* pc: q35: Bump max_cpus to 288Igor Mammedov2016-10-241-0/+2
* pc: Require IRQ remapping and EIM if there could be x2APIC CPUsIgor Mammedov2016-10-241-0/+14
* pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUsIgor Mammedov2016-10-241-15/+29
* pc: Clarify FW_CFG_MAX_CPUS usage commentIgor Mammedov2016-10-241-10/+8Star
* pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov2016-10-241-2/+10
* pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov2016-10-241-6/+0Star