aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-03-10hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell
2021-03-10hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell
2021-03-10hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng
2021-03-10hw/ssi: xilinx_spips: Clean up coding convention issuesXuzhou Cheng
2021-03-10hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPIXuzhou Cheng
2021-03-10hw/arm: xlnx-zynqmp: Clean up coding convention issuesXuzhou Cheng
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-10spapr.c: send QAPI event when memory hotunplug failsDaniel Henrique Barboza
2021-03-10spapr.c: remove duplicated assert in spapr_memory_unplug_request()Daniel Henrique Barboza
2021-03-10qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza
2021-03-10spapr_pci.c: add 'unplug already in progress' message for PCI unplugDaniel Henrique Barboza
2021-03-10spapr.c: add 'unplug already in progress' message for PHB unplugDaniel Henrique Barboza
2021-03-10hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng
2021-03-10hw/net: fsl_etsec: Fix build error when HEX_DUMP is onBin Meng
2021-03-10spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza
2021-03-10spapr_drc.c: add hotunplug timeout for CPUsDaniel Henrique Barboza
2021-03-10spapr_drc.c: introduce unplug_timeout_timerDaniel Henrique Barboza
2021-03-10spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()Daniel Henrique Barboza
2021-03-10spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusableDaniel Henrique Barboza
2021-03-10spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical()Daniel Henrique Barboza
2021-03-10hw/display/sm501: Inline template header into C filePeter Maydell
2021-03-10hw/display/sm501: Expand out macros in template headerPeter Maydell
2021-03-10hw/display/sm501: Remove dead code for non-32-bit RGB surfacesPeter Maydell
2021-03-09hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé
2021-03-09hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé
2021-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-03-09virtio-gpu: Adjust code space stylelijiejun
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster
2021-03-09scsi: Silence gcc warningEric Blake
2021-03-09Various spelling fixesMichael Tokarev
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell
2021-03-09hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery
2021-03-09hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater
2021-03-09hw/arm: ast2600: Correct the iBT interrupt IDAndrew Jeffery
2021-03-09hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheetAndrew Jeffery
2021-03-09hw/arm: ast2600: Force a multiple of 32 of IRQs for the GICAndrew Jeffery
2021-03-09arm/ast2600: Fix SMP booting with -kernelJoel Stanley
2021-03-09hw/block/nvme: support Identify NS Attached Controller ListMinwoo Im
2021-03-09hw/block/nvme: support changed namespace asynchronous eventMinwoo Im
2021-03-09hw/block/nvme: support namespace attachment commandMinwoo Im
2021-03-09hw/block/nvme: refactor nvme_select_ns_iocsMinwoo Im
2021-03-09hw/block/nvme: support allocated namespace typeMinwoo Im
2021-03-09hw/block/nvme: fix allocated namespace list to 256Minwoo Im
2021-03-09hw/block/nvme: fix namespaces array to 1-basedMinwoo Im
2021-03-09hw/block/nvme: support namespace detachMinwoo Im
2021-03-09hw/block/nvme: refactor nvme_dmaKlaus Jensen
2021-03-09hw/block/nvme: remove the req dependency in map functionsKlaus Jensen
2021-03-09hw/block/nvme: try to deal with the iov/qsg dualityKlaus Jensen