aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz3-95/+87
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 Ortiz1-5/+13
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 Xu2-0/+7
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 Williamson1-2/+2
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 Williamson1-0/+14
2018-12-19qapi: Define PCIe link speed and width propertiesAlex Williamson1-0/+176
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2-0/+43
2018-12-19pcie: Create enums for link speed and widthAlex Williamson2-4/+6
2018-12-19hw/pci-bridge: Fix invalid free()Matthias Weckbecker1-1/+1
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé7-7/+7
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/+18
2018-12-19virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost2-24/+60
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 Maydell1-3/+1
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza4-6/+7
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2-0/+11
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell15-68/+54
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell4-16/+32
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell4-716/+5
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell24-177/+143
2018-12-14virt: Fix broken indentationEduardo Habkost1-1/+1
2018-12-14hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell1-4/+1
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell1-0/+1
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell1-25/+0
2018-12-14hw/block/tc58128.c: Don't use load_image()Peter Maydell1-1/+2
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell1-10/+12
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/smbios/smbios.c: Don't use load_image()Peter Maydell1-1/+1
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell1-4/+8
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell2-12/+8
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell4-8/+10
2018-12-14Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell1-2/+0
2018-12-14usb-mtp: Limit filename to object information sizeMichael Hanselmann1-4/+5
2018-12-14usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann1-4/+9