aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-02-08virtio-scsi: don't uninitialize queues that we didn't initializeMaxim Levitsky
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson
2021-02-08confidential guest support: Alter virtio default properties for protected guestsDavid Gibson
2021-02-08spapr: PEF: prevent migrationDavid Gibson
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu
2021-02-05virtio-pmem: add trace eventsPankaj Gupta
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier
2021-02-05virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-02-05pci: reject too large ROMsPaolo Bonzini
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau
2021-02-04qxl: also notify the rendering is done when skipping itMarc-André Lureau
2021-02-04qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau
2021-02-04hw/display/qxl: Fix bad printf format specifiersAlex Chen
2021-02-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...Peter Maydell
2021-02-03hw/arm: Display CPU type in machine descriptionpull-target-arm-20210203Philippe Mathieu-Daudé
2021-02-03hw/net/can: ZynqMP CAN device requires PTIMERPhilippe Mathieu-Daudé
2021-02-03hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripheralsPhilippe Mathieu-Daudé
2021-02-03hw/arm/xlnx-versal: Versal SoC requires ZDMAPhilippe Mathieu-Daudé
2021-02-03hw/arm/exynos4210: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé
2021-02-03hw/arm/stm32f405_soc: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé
2021-02-02hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR registerPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng
2021-02-02hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng
2021-02-02hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng
2021-02-02hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng
2021-02-02hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé