summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9Eduardo Habkost2017-08-231-1/+1
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-2/+12
* hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov2017-08-071-2/+2
* pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov2017-08-011-4/+18
* pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov2017-08-011-0/+3
* intel_iommu: use access_flags for iotlbPeter Xu2017-08-011-8/+7Star
* intel_iommu: fix iova for ptPeter Xu2017-08-012-3/+2Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-2/+2
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-11/+11
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G2017-07-221-2/+11
* xen: fix compilation on 32-bit hostsIgor Druzhinin2017-07-221-4/+5
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell2017-07-193-60/+213
|\
| * xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-182-12/+40
| * xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin2017-07-181-8/+77
| * xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin2017-07-181-8/+36
| * xen: move physmap saving into a separate functionIgor Druzhinin2017-07-181-26/+31
| * xen-platform: separate unplugging of NVMe disksStefano Stabellini2017-07-181-12/+35
* | ahci: add ahci_get_num_portsJohn Snow2017-07-181-2/+2
|/
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-143-8/+4Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-144-5/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-144-70/+95
|\
| * memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-143-12/+42
| * memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-142-12/+14
| * mttcg/i386: Patch instruction using async_safe_* frameworkPranith Kumar2017-07-141-46/+39Star
* | Convert error_report*_err() to warn_report*_err()Alistair Francis2017-07-131-2/+1Star
* | Convert error_report() to warn_report()Alistair Francis2017-07-135-20/+20
|/
* xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall2017-07-071-0/+11
* vapic: use tcg_enabledPaolo Bonzini2017-07-041-2/+3
* Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-0/+1
* intel_iommu: fix migration breakage on mr switchPeter Xu2017-07-031-0/+15
* hw/acpi: remove dead acpi codeAleksandr Bezzubikov2017-07-031-10/+0Star
* i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi2017-07-031-15/+7Star
* i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi2017-07-031-12/+6Star
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-7/+7
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-7/+17
* intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2017-07-032-15/+20
* migration: move skip_section_footersPeter Xu2017-06-281-1/+0Star
* migration: move skip_configuration outPeter Xu2017-06-281-1/+0Star
* migration: move global_state.optional outPeter Xu2017-06-281-1/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-223-41/+42
|\
| * xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau2017-06-201-3/+3
| * pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "apic-id" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "iobase" propertyMarc-André Lureau2017-06-201-1/+1
| * acpi: use get_uint() for "pci-hole*" propertiesMarc-André Lureau2017-06-201-12/+12
| * acpi: use get_uint() for various acpi propertiesMarc-André Lureau2017-06-201-13/+14
| * acpi: use get_uint() for "acpi-pcihp-io*" propertiesMarc-André Lureau2017-06-201-2/+2
| * qdev: Use appropriate getter/setters typeMarc-André Lureau2017-06-201-6/+6
| * qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau2017-06-201-1/+1