aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand3-3/+18
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand2-15/+16
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand3-8/+31
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand1-6/+6
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand4-29/+27
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand3-15/+14
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth3-72/+4
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz5-33/+64
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz4-95/+89
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz1-5/+33
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz1-19/+23
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz2-5/+21
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz2-6/+2
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu1-1/+1
2018-12-19intel_iommu: dma read/write draining supportPeter Xu4-0/+13
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu2-21/+43
2018-12-19intel_iommu: dump correct iova when failedPeter Xu1-1/+1
2018-12-19pcie: Fast PCIe root ports for new machinesAlex Williamson2-3/+11
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson1-6/+0
2018-12-19pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson1-0/+4
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson1-0/+74
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson2-0/+18
2018-12-19qapi: Define PCIe link speed and width propertiesAlex Williamson3-0/+226
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson4-0/+57
2018-12-19pcie: Create enums for link speed and widthAlex Williamson3-6/+27
2018-12-19hw/pci-bridge: Fix invalid free()Matthias Weckbecker1-1/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé11-10/+10
2018-12-19hw/smbios: Remove "smbios_ipmi.h"Philippe Mathieu-Daudé5-18/+5
2018-12-19hw/smbios: Restrict access to "hw/smbios/ipmi.h"Philippe Mathieu-Daudé4-3/+3
2018-12-19tests: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-12-19virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost3-24/+236
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost5-78/+228
2018-12-19pc:piix4: Update smbus I/O space after a migrationCorey Minyard1-0/+1
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang1-0/+12
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell6-19/+7
2018-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell35-121/+232
2018-12-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell16-228/+258
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster3-11/+4
2018-12-18vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+2
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov1-2/+0
2018-12-18docs/devel/build-system: fix 'softmu' typoEmilio G. Cota1-1/+1
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau1-1/+2
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza10-14/+33
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza1-6/+10
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza5-0/+55
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak23-81/+83
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak23-79/+95
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak2-20/+34