aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2-4/+2
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda2-1/+32
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé1-12/+7
2023-02-27hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé1-2/+1
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé1-6/+3
2023-02-27hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé1-4/+5
2023-02-27hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé1-1/+1
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth3-3/+0
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell3-49/+154
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi1-36/+133
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi1-3/+1
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi2-12/+22
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster1-7/+5
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster1-2/+1
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster2-18/+18
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster1-3/+1
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster1-3/+1
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster1-2/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster4-4/+0
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell3-38/+10
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell1-1/+12
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell3-515/+341
2023-02-17hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner1-1/+1
2023-02-17hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abortQiang Liu1-9/+8
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth1-28/+1
2023-02-16hw/sparse-mem: clear memory on resetAlexander Bulekov1-1/+12
2023-02-16vfio: Alphabetize migration section of VFIO trace-events fileAvihai Horon1-10/+10
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon3-702/+24
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon3-39/+464
2023-02-16vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon3-60/+60
2023-02-16vfio/migration: Move migration v1 logic to vfio_migration_init()Avihai Horon2-16/+16
2023-02-16vfio/migration: Block multiple devices migrationAvihai Horon2-0/+59
2023-02-16vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent...Avihai Horon1-7/+10
2023-02-16vfio/migration: Allow migration without VFIO IOMMU dirty tracking supportAvihai Horon2-4/+19
2023-02-16vfio/migration: Fix NULL pointer dereference bugAvihai Horon1-1/+3
2023-02-16Merge tag 'pull-target-arm-20230216' of https://git.linaro.org/people/pmaydel...Peter Maydell10-34/+322
2023-02-16target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas1-0/+4
2023-02-16hw/arm/smmu-common: Fix TTB1 handlingJean-Philippe Brucker1-1/+1
2023-02-16hw/arm/smmu-common: Support 64-bit addressesJean-Philippe Brucker1-1/+1
2023-02-16hw/arm: Attach PSPI module to NPCM7XX SoCHao Wu1-2/+23
2023-02-16hw/ssi: Add Nuvoton PSPI ModuleHao Wu3-1/+227
2023-02-16arm/virt: don't try to spell out the acceleratorCornelia Huck1-3/+3
2023-02-16hw/arm: Add missing XLNX_ZYNQMP_ARM -> USB_DWC3 Kconfig dependencyPhilippe Mathieu-Daudé1-0/+1
2023-02-16hw/arm/smmuv3: Add GBPA registerMostafa Saleh2-1/+49
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé1-25/+13
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela2-10/+7
2023-02-15migration: Remove unused res_compatibleJuan Quintela3-4/+2
2023-02-14hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()Philippe Mathieu-Daudé1-2/+1
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth4-0/+4
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth2-0/+2