summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones2021-03-121-7/+16
* hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé2021-03-121-0/+1
* hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC regist...Niek Linnenbank2021-03-121-26/+32
* hw/arm/smmuv3: Uniformize sid tracesEric Auger2021-03-121-12/+12
* hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handlingEric Auger2021-03-122-14/+25
* hw/arm/smmuv3: Enforce invalidation on a power of two rangeEric Auger2021-03-122-15/+37
* hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not setEric Auger2021-03-121-1/+1
* virtio-iommu: Handle non power of 2 range invalidationsEric Auger2021-03-121-3/+16
* dma: Introduce dma_aligned_pow2_mask()Eric Auger2021-03-121-23/+7Star
* intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger2021-03-121-0/+2
* hw/arm: versal: Add support for the XRAMsEdgar E. Iglesias2021-03-121-0/+36
* hw/misc: versal: Add a model of the XRAM controllerEdgar E. Iglesias2021-03-122-0/+254
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-1139-42/+45
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-0924-24/+24
| * hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé2021-03-091-1/+1
| * hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé2021-03-094-6/+6
| * hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé2021-03-092-2/+6
| * virtio-gpu: Adjust code space stylelijiejun2021-03-091-2/+1Star
| * exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé2021-03-091-1/+1
| * vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster2021-03-091-1/+0Star
| * scsi: Silence gcc warningEric Blake2021-03-091-0/+1
| * Various spelling fixesMichael Tokarev2021-03-096-6/+6
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2021-03-1114-1910/+377Star
|\ \
| * | semihosting: Move hw/semihosting/ -> semihosting/Philippe Mathieu-Daudé2021-03-108-1728/+0Star
| * | semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-104-7/+7
| * | hw/core: implement a guest-loader to support static hypervisor guestsAlex Bennée2021-03-103-0/+181
| * | hw/riscv: migrate fdt field to generic MachineStateAlex Bennée2021-03-101-10/+10
| * | hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée2021-03-101-171/+185
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210309' int...Peter Maydell2021-03-114-13/+565
|\ \ \
| * | | hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery2021-03-093-4/+407
| * | | hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater2021-03-094-1/+157
| * | | hw/arm: ast2600: Correct the iBT interrupt IDAndrew Jeffery2021-03-091-1/+1
| * | | hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheetAndrew Jeffery2021-03-091-1/+1
| * | | hw/arm: ast2600: Force a multiple of 32 of IRQs for the GICAndrew Jeffery2021-03-091-2/+2
| * | | arm/ast2600: Fix SMP booting with -kernelJoel Stanley2021-03-091-7/+0Star
* | | | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-03-108-393/+1359
|\ \ \ \
| * | | | hw/block/nvme: support Identify NS Attached Controller ListMinwoo Im2021-03-092-0/+42
| * | | | hw/block/nvme: support changed namespace asynchronous eventMinwoo Im2021-03-093-0/+61
| * | | | hw/block/nvme: support namespace attachment commandMinwoo Im2021-03-094-1/+76
| * | | | hw/block/nvme: refactor nvme_select_ns_iocsMinwoo Im2021-03-091-15/+21
| * | | | hw/block/nvme: support allocated namespace typeMinwoo Im2021-03-092-16/+60
| * | | | hw/block/nvme: fix allocated namespace list to 256Minwoo Im2021-03-092-1/+7
| * | | | hw/block/nvme: fix namespaces array to 1-basedMinwoo Im2021-03-091-1/+1
| * | | | hw/block/nvme: support namespace detachMinwoo Im2021-03-095-2/+64
| * | | | hw/block/nvme: refactor nvme_dmaKlaus Jensen2021-03-091-52/+66
| * | | | hw/block/nvme: remove the req dependency in map functionsKlaus Jensen2021-03-092-32/+33
| * | | | hw/block/nvme: try to deal with the iov/qsg dualityKlaus Jensen2021-03-092-91/+117
| * | | | hw/block/nvme: fix strerror printingKlaus Jensen2021-03-091-1/+1
| * | | | hw/block/nvme: remove block accounting for write zeroesKlaus Jensen2021-03-091-1/+0Star
| * | | | hw/block/nvme: remove redundant len member in compare contextKlaus Jensen2021-03-091-6/+4Star