qemu.git
2023-12-25 Aaron Younghw/acpi: propagate vcpu hotplug after switch to modern...
2023-12-25 Mike Christievhost-scsi: Add support for a worker thread per virtqueue
2023-12-25 Mike Christievhost: Add worker backend callouts
2023-12-25 Zhao Liutests: bios-tables-test: Rename smbios type 4 related...
2023-12-25 Mathieu Poiriervirtio: rng: Check notifier helpers for VIRTIO_CONFIG_I...
2023-12-22 Stefan HajnocziMerge tag 'pull-loongarch-20231221' of https://gitlab...
2023-12-22 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-12-21 Stefan Hajnoczivirtio-blk: add iothread-vq-mapping parameter
2023-12-21 Stefan Hajnocziqdev: add IOThreadVirtQueueMappingList property type
2023-12-21 Stefan Hajnocziqdev-properties: alias all object class properties
2023-12-21 Stefan Hajnoczistring-output-visitor: show structs as "<omitted>"
2023-12-21 Stefan Hajnocziblock-coroutine-wrapper: use qemu_get_current_aio_context()
2023-12-21 Stefan Hajnocziblock: remove outdated AioContext locking comments
2023-12-21 Stefan Hajnoczijob: remove outdated AioContext locking comments
2023-12-21 Stefan Hajnocziscsi: remove outdated AioContext lock comment
2023-12-21 Stefan Hajnoczidocs: remove AioContext lock from IOThread docs
2023-12-21 Stefan Hajnocziaio: remove aio_context_acquire()/aio_context_release...
2023-12-21 Stefan Hajnocziaio-wait: draw equivalence between AIO_WAIT_WHILE(...
2023-12-21 Stefan Hajnocziscsi: remove AioContext locking
2023-12-21 Stefan Hajnocziblock: remove bdrv_co_lock()
2023-12-21 Stefan Hajnocziblock: remove AioContext locking
2023-12-21 Stefan Hajnoczigraph-lock: remove AioContext locking
2023-12-21 Stefan Hajnocziaio: make aio_context_acquire()/aio_context_release...
2023-12-21 Stefan Hajnoczitests: remove aio_context_acquire() tests
2023-12-21 Stefan Hajnocziscsi: assert that callbacks run in the correct AioContext
2023-12-21 Stefan Hajnoczivirtio-scsi: replace AioContext lock with tmf_bh_lock
2023-12-21 Stefan Hajnoczidma-helpers: don't lock AioContext in dma_blk_cb()
2023-12-21 Stefan Hajnocziscsi: don't lock AioContext in I/O code path
2023-12-21 Stefan Hajnoczivirtio-scsi: don't lock AioContext around virtio_queue_...
2023-12-21 Stefan Hajnocziscsi: only access SCSIDevice->requests from one thread
2023-12-21 Kevin Wolfiotests: Basic tests for internal snapshots
2023-12-21 Kevin Wolfvl: Improve error message for conflicting -incoming...
2023-12-21 Kevin Wolfblock: Fix crash when loading snapshot on inactive...
2023-12-21 Stefan Hajnoczivirtio-blk: don't lock AioContext in the submission...
2023-12-21 Stefan Hajnoczivirtio-blk: don't lock AioContext in the completion...
2023-12-21 Stefan Hajnoczivirtio-blk: add lock to protect s->rq
2023-12-21 Stefan Hajnocziblock/file-posix: set up Linux AIO and io_uring in...
2023-12-21 Stefan Hajnoczinbd/server: introduce NBDClient->lock to protect fields
2023-12-21 Stefan Hajnoczinbd/server: only traverse NBDExport->clients from main...
2023-12-21 Stefan Hajnoczinbd/server: avoid per-NBDRequest nbd_client_get/put()
2023-12-21 Bibo Maotarget/loongarch: Add timer information dump support
2023-12-21 Bibo Maohw/loongarch/virt: Align high memory base address with...
2023-12-20 Stefan HajnocziMerge tag 'pull-request-2023-12-20' of https://gitlab...
2023-12-20 Stefan HajnocziMerge tag 'pull-target-arm-20231219' of https://git...
2023-12-20 Stefan HajnocziMerge tag 'pull-vfio-20231219' of https://github.com...
2023-12-20 Markus Armbrustertests/unit/test-qmp-event: Replace fixture by global...
2023-12-20 Markus Armbrustertests/unit/test-qmp-event: Simplify event emission...
2023-12-20 Markus Armbrustertests/unit/test-qmp-event: Drop superfluous mutex
2023-12-20 Thomas Huthtests/qtest/npcm7xx_pwm-test: Only do full testing...
2023-12-20 Yihuan Panqemu-options: Clarify handling of commas in options...
2023-12-20 Thomas Huthtests/qtest/migration-test: Fix analyze-migration.py...
2023-12-20 Thomas Huthqom/object: Limit type names to alphanumerical and...
2023-12-20 Thomas Huthtests/unit/test-io-task: Rename "qemu:dummy" to avoid...
2023-12-20 Thomas Huthmemory: Remove "qemu:" prefix from the "qemu:ram-discar...
2023-12-20 Markus Armbrusterhw: Replace anti-social QOM type names (again)
2023-12-20 Markus Armbrusterdocs/system/arm: Fix for rename of type "xlnx.bbram...
2023-12-20 Philippe Mathieu... target: Restrict 'sysemu/reset.h' to system emulation
2023-12-20 Philippe Mathieu... hw/s390x/ipl: Remove unused 'exec/exec-all.h' included...
2023-12-20 Philippe Mathieu... hw/misc/mips_itu: Remove unnecessary 'exec/exec-all...
2023-12-20 Philippe Mathieu... hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h...
2023-12-20 Philippe Mathieu... system/qtest: Restrict QTest API to system emulation
2023-12-20 Philippe Mathieu... system/qtest: Include missing 'hw/core/cpu.h' header
2023-12-20 Thomas HuthMAINTAINERS: Add some more vmware-related files to...
2023-12-20 Cornelia Huckhw: Add compat machines for 9.0
2023-12-19 Cédric Le Goaterhw/ppc/Kconfig: Imply VFIO_PCI
2023-12-19 Zhenzhong Duandocs/devel: Add VFIO iommufd backend documentation
2023-12-19 Zhenzhong Duanvfio: Introduce a helper function to initialize VFIODevice
2023-12-19 Zhenzhong Duanvfio/ccw: Move VFIODevice initializations in vfio_ccw_i...
2023-12-19 Zhenzhong Duanvfio/ap: Move VFIODevice initializations in vfio_ap_ins...
2023-12-19 Zhenzhong Duanvfio/platform: Move VFIODevice initializations in vfio_...
2023-12-19 Zhenzhong Duanvfio/pci: Move VFIODevice initializations in vfio_insta...
2023-12-19 Cédric Le Goaterhw/i386: Activate IOMMUFD for q35 machines
2023-12-19 Cédric Le Goaterkconfig: Activate IOMMUFD for s390x machines
2023-12-19 Cédric Le Goaterhw/arm: Activate IOMMUFD for virt machines
2023-12-19 Zhenzhong Duanvfio: Make VFIOContainerBase poiner parameter const...
2023-12-19 Zhenzhong Duanvfio/ccw: Make vfio cdev pre-openable by passing a...
2023-12-19 Zhenzhong Duanvfio/ccw: Allow the selection of a given iommu backend
2023-12-19 Zhenzhong Duanvfio/ap: Make vfio cdev pre-openable by passing a file...
2023-12-19 Zhenzhong Duanvfio/ap: Allow the selection of a given iommu backend
2023-12-19 Zhenzhong Duanvfio/platform: Make vfio cdev pre-openable by passing...
2023-12-19 Zhenzhong Duanvfio/platform: Allow the selection of a given iommu...
2023-12-19 Zhenzhong Duanvfio/pci: Make vfio cdev pre-openable by passing a...
2023-12-19 Eric Augervfio/pci: Allow the selection of a given iommu backend
2023-12-19 Zhenzhong Duanvfio/iommufd: Enable pci hot reset through iommufd...
2023-12-19 Zhenzhong Duanvfio/pci: Introduce a vfio pci hot reset interface
2023-12-19 Zhenzhong Duanvfio/pci: Extract out a helper vfio_pci_get_pci_hot_res...
2023-12-19 Zhenzhong Duanvfio/iommufd: Add support for iova_ranges and pgsizes
2023-12-19 Zhenzhong Duanvfio/iommufd: Relax assert check for iommufd backend
2023-12-19 Yi Liuvfio/iommufd: Implement the iommufd backend
2023-12-19 Zhenzhong Duanvfio/common: return early if space isn't empty
2023-12-19 Yi Liuutil/char_dev: Add open_cdev()
2023-12-19 Eric Augerbackends/iommufd: Introduce the iommufd object
2023-12-19 Zhenzhong Duanvfio/spapr: Move hostwin_list into spapr container
2023-12-19 Zhenzhong Duanvfio/spapr: Move prereg_listener into spapr container
2023-12-19 Zhenzhong Duanvfio/spapr: switch to spapr IOMMU BE add/del_section_window
2023-12-19 Zhenzhong Duanvfio/spapr: Introduce spapr backend and target interface
2023-12-19 Eric Augervfio/container: Implement attach/detach_device
2023-12-19 Zhenzhong Duanvfio/container: Move iova_ranges to base container
2023-12-19 Eric Augervfio/container: Move dirty_pgsizes and max_dirty_bitmap...
2023-12-19 Eric Augervfio/container: Move listener to base container
next