aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-21nbd/server: avoid per-NBDRequest nbd_client_get/put()Stefan Hajnoczi
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-12-20Merge tag 'pull-vfio-20231219' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-12-20tests/unit/test-qmp-event: Replace fixture by global variablesMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Simplify event emission checkMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Drop superfluous mutexMarkus Armbruster
2023-12-20tests/qtest/npcm7xx_pwm-test: Only do full testing in slow modeThomas Huth
2023-12-20qemu-options: Clarify handling of commas in options parametersYihuan Pan
2023-12-20tests/qtest/migration-test: Fix analyze-migration.py for s390xThomas Huth
2023-12-20qom/object: Limit type names to alphanumerical and some few special charactersThomas Huth
2023-12-20tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the nameThomas Huth
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth
2023-12-20hw: Replace anti-social QOM type names (again)Markus Armbruster
2023-12-20docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"Markus Armbruster
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé
2023-12-20hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2023-12-20hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé
2023-12-20system/qtest: Restrict QTest API to system emulationPhilippe Mathieu-Daudé
2023-12-20system/qtest: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé
2023-12-20MAINTAINERS: Add some more vmware-related files to the corresponding sectionThomas Huth
2023-12-20hw: Add compat machines for 9.0Cornelia Huck
2023-12-19hw/ppc/Kconfig: Imply VFIO_PCICédric Le Goater
2023-12-19docs/devel: Add VFIO iommufd backend documentationZhenzhong Duan
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan
2023-12-19vfio/ap: Move VFIODevice initializations in vfio_ap_instance_initZhenzhong Duan
2023-12-19vfio/platform: Move VFIODevice initializations in vfio_platform_instance_initZhenzhong Duan
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan
2023-12-19hw/i386: Activate IOMMUFD for q35 machinesCédric Le Goater
2023-12-19kconfig: Activate IOMMUFD for s390x machinesCédric Le Goater
2023-12-19hw/arm: Activate IOMMUFD for virt machinesCédric Le Goater
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan
2023-12-19vfio/ccw: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ccw: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/platform: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/platform: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger
2023-12-19vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan
2023-12-19vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu
2023-12-19vfio/common: return early if space isn't emptyZhenzhong Duan
2023-12-19util/char_dev: Add open_cdev()Yi Liu