aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-24linux-headers: Add vduse.hXie Yongji2-1/+307
2022-06-24block/export: Abstract out the logic of virtio-blk I/O processXie Yongji5-239/+301
2022-06-24block/export: Fix incorrect length passed to vu_queue_push()Xie Yongji1-3/+2
2022-06-24block: Support passing NULL ops to blk_set_dev_ops()Xie Yongji1-1/+1
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy5-51/+23
2022-06-24block: improve block_dirty_bitmap_merge(): don't allocate extra bitmapVladimir Sementsov-Ogievskiy1-20/+21
2022-06-24block: block_dirty_bitmap_merge(): fix error pathVladimir Sementsov-Ogievskiy1-1/+4
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi8-17/+0
2022-06-24block: drop unused bdrv_co_drain() APIStefan Hajnoczi2-16/+0
2022-06-23Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Richard Henderson9-101/+932
2022-06-23hw/nvme: clear aen mask on resetKlaus Jensen1-0/+1
2022-06-23Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen1-23/+6
2022-06-23hw/nvme: clean up CC register write logicKlaus Jensen1-22/+16
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk1-1/+5
2022-06-23hw/nvme: Update the initalization place for the AER queueŁukasz Gieryk1-2/+1
2022-06-23docs: Add documentation for SR-IOV and Virtualization EnhancementsLukasz Maniak1-0/+82
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk4-2/+295
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk3-7/+143
2022-06-23hw/nvme: Calculate BAR attributes in a functionŁukasz Gieryk1-14/+31
2022-06-23hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk2-6/+5
2022-06-23hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk2-16/+38
2022-06-23hw/nvme: Implement the Function Level ResetŁukasz Gieryk3-4/+54
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak6-10/+141
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak4-5/+44
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak3-4/+85
2022-06-23Merge tag 'pull-migration-20220623b' of https://gitlab.com/dagrh/qemu into st...Richard Henderson26-671/+928
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé12-128/+27
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé3-34/+10
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé3-68/+8
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé3-40/+16
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé3-28/+6
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé3-22/+1
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé3-40/+10
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé1-5/+0
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé3-5/+20
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé3-21/+20
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé3-21/+20
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé1-38/+6
2022-06-22migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé3-0/+255
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé6-15/+46
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé1-10/+11
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé1-11/+19
2022-06-22migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé1-99/+21
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé1-3/+4
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé6-0/+392
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras3-63/+34
2022-06-22QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras1-0/+5
2022-06-22QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras1-5/+9