summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-23numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9Eduardo Habkost1-1/+1
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-2/+12
2017-08-08hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov1-2/+2
2017-08-02pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov1-4/+18
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-08-02intel_iommu: use access_flags for iotlbPeter Xu1-8/+7
2017-08-02intel_iommu: fix iova for ptPeter Xu2-3/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-11/+11
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell3-60/+213
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2-12/+40
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-8/+77
2017-07-18xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin1-8/+36
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini1-12/+35
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell3-8/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell4-5/+5
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-70/+95
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy3-12/+42
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2-12/+14
2017-07-14mttcg/i386: Patch instruction using async_safe_* frameworkPranith Kumar1-46/+39
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis1-2/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis5-20/+20
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall1-0/+11
2017-07-04vapic: use tcg_enabledPaolo Bonzini1-2/+3
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth1-0/+1
2017-07-03intel_iommu: fix migration breakage on mr switchPeter Xu1-0/+15
2017-07-03hw/acpi: remove dead acpi codeAleksandr Bezzubikov1-10/+0
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi1-15/+7
2017-07-03i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi1-12/+6
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-7/+7
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-7/+17
2017-07-03intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2-15/+20
2017-06-28migration: move skip_section_footersPeter Xu1-1/+0
2017-06-28migration: move skip_configuration outPeter Xu1-1/+0
2017-06-28migration: move global_state.optional outPeter Xu1-1/+0
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell3-41/+42
2017-06-20xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau1-3/+3
2017-06-20pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "apic-id" propertyMarc-André Lureau1-1/+1
2017-06-20pc: use get_uint() for "iobase" propertyMarc-André Lureau1-1/+1
2017-06-20acpi: use get_uint() for "pci-hole*" propertiesMarc-André Lureau1-12/+12
2017-06-20acpi: use get_uint() for various acpi propertiesMarc-André Lureau1-13/+14
2017-06-20acpi: use get_uint() for "acpi-pcihp-io*" propertiesMarc-André Lureau1-2/+2
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau1-6/+6