aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-24block/rbd: report a better error when namespace does not existStefano Garzarella
2022-06-24qsd: document vduse-blk exportsStefan Hajnoczi
2022-06-24libvduse: Add support for reconnectingXie Yongji
2022-06-24vduse-blk: Add vduse-blk resize supportXie Yongji
2022-06-24vduse-blk: Implement vduse-blk exportXie Yongji
2022-06-24libvduse: Add VDUSE (vDPA Device in Userspace) libraryXie Yongji
2022-06-24linux-headers: Add vduse.hXie Yongji
2022-06-24block/export: Abstract out the logic of virtio-blk I/O processXie Yongji
2022-06-24block/export: Fix incorrect length passed to vu_queue_push()Xie Yongji
2022-06-24block: Support passing NULL ops to blk_set_dev_ops()Xie Yongji
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-24block: improve block_dirty_bitmap_merge(): don't allocate extra bitmapVladimir Sementsov-Ogievskiy
2022-06-24block: block_dirty_bitmap_merge(): fix error pathVladimir Sementsov-Ogievskiy
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich
2022-06-23Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Richard Henderson
2022-06-23hw/nvme: clear aen mask on resetKlaus Jensen
2022-06-23Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen
2022-06-23hw/nvme: clean up CC register write logicKlaus Jensen
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk
2022-06-23hw/nvme: Update the initalization place for the AER queueŁukasz Gieryk
2022-06-23docs: Add documentation for SR-IOV and Virtualization EnhancementsLukasz Maniak
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk
2022-06-23hw/nvme: Calculate BAR attributes in a functionŁukasz Gieryk
2022-06-23hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk
2022-06-23hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk
2022-06-23hw/nvme: Implement the Function Level ResetŁukasz Gieryk
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak
2022-06-23Merge tag 'pull-migration-20220623b' of https://gitlab.com/dagrh/qemu into st...Richard Henderson
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé
2022-06-22migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé