summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-2/+5
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-9/+0Star
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-6/+0Star
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-2/+7
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-1/+5
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-053-6/+6
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-0515-83/+326
* vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez2021-02-051-0/+5
* hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth2021-02-051-10/+1Star
* hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth2021-02-051-94/+0Star
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-053-2/+21
* virtio-pmem: add trace eventsPankaj Gupta2021-02-052-0/+9
* virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez2021-02-051-1/+1
* virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier2021-02-051-0/+8
* virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella2021-02-051-1/+1
* pci: add romsize propertyPaolo Bonzini2021-02-052-4/+29
* pci: reject too large ROMsPaolo Bonzini2021-02-051-2/+8
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-044-9/+27
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+5
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-043-0/+33
* vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau2021-02-041-0/+2
* ui: remove console_has_gl_dmabuf()Marc-André Lureau2021-02-041-5/+0Star
* vhost-user-gpu: check backend for EDID supportMarc-André Lureau2021-02-041-0/+6
* qxl: also notify the rendering is done when skipping itMarc-André Lureau2021-02-041-0/+1
* qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau2021-02-041-0/+1
* hw/display/qxl: Fix bad printf format specifiersAlex Chen2021-02-042-3/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...Peter Maydell2021-02-0314-68/+126
|\
| * hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé2021-02-036-7/+7
| * hw/net/can: ZynqMP CAN device requires PTIMERPhilippe Mathieu-Daudé2021-02-031-0/+1
| * hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripheralsPhilippe Mathieu-Daudé2021-02-031-0/+1
| * hw/arm/xlnx-versal: Versal SoC requires ZDMAPhilippe Mathieu-Daudé2021-02-033-1/+6
| * hw/arm/exynos4210: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé2021-02-031-0/+1
| * hw/arm/stm32f405_soc: Add missing dependency on OR_IRQPhilippe Mathieu-Daudé2021-02-031-0/+1
| * hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR registerPhilippe Mathieu-Daudé2021-02-021-1/+1
| * hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng2021-02-021-5/+2Star
| * hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng2021-02-021-1/+1
| * hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng2021-02-021-1/+16
| * hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng2021-02-021-0/+6
| * hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-4/+9
| * hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-31/+29Star
| * hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé2021-02-021-8/+24
| * hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé2021-02-021-2/+0Star
| * hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng2021-02-021-4/+10
| * hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2021-02-021-2/+2
| * hw/arm/smmuv3: Fix addr_mask for range-based invalidationZenghui Yu2021-02-021-1/+3
| * hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson2021-02-021-0/+1
| * hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson2021-02-021-1/+5
| * hw/intc/arm_gic: Allow to use QTest without crashingPhilippe Mathieu-Daudé2021-02-021-1/+2
* | nvdimm: check -object memory-backend-file, readonly=on optionStefan Hajnoczi2021-02-011-0/+9
|/
* hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell2021-01-291-10/+0Star