aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell
2023-02-17hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner
2023-02-17hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abortQiang Liu
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth
2023-02-16hw/sparse-mem: clear memory on resetAlexander Bulekov
2023-02-16vfio: Alphabetize migration section of VFIO trace-events fileAvihai Horon
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon
2023-02-16vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon
2023-02-16vfio/migration: Move migration v1 logic to vfio_migration_init()Avihai Horon
2023-02-16vfio/migration: Block multiple devices migrationAvihai Horon
2023-02-16vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent...Avihai Horon
2023-02-16vfio/migration: Allow migration without VFIO IOMMU dirty tracking supportAvihai Horon
2023-02-16vfio/migration: Fix NULL pointer dereference bugAvihai Horon
2023-02-16Merge tag 'pull-target-arm-20230216' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-02-16target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas
2023-02-16hw/arm/smmu-common: Fix TTB1 handlingJean-Philippe Brucker
2023-02-16hw/arm/smmu-common: Support 64-bit addressesJean-Philippe Brucker
2023-02-16hw/arm: Attach PSPI module to NPCM7XX SoCHao Wu
2023-02-16hw/ssi: Add Nuvoton PSPI ModuleHao Wu
2023-02-16arm/virt: don't try to spell out the acceleratorCornelia Huck
2023-02-16hw/arm: Add missing XLNX_ZYNQMP_ARM -> USB_DWC3 Kconfig dependencyPhilippe Mathieu-Daudé
2023-02-16hw/arm/smmuv3: Add GBPA registerMostafa Saleh
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela
2023-02-15migration: Remove unused res_compatibleJuan Quintela
2023-02-14hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()Philippe Mathieu-Daudé
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth
2023-02-09virtio-blk: add missing AioContext lockEmanuele Giuseppe Esposito
2023-02-09vhost-user-fs: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster
2023-02-08hw/input: Clean up includesMarkus Armbruster
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell