aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland2-17/+13
2022-06-26ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland2-56/+57
2022-06-26ps2: QOMify PS2MouseStateMark Cave-Ayland1-38/+60
2022-06-26ps2: QOMify PS2KbdStateMark Cave-Ayland1-39/+65
2022-06-26ps2: QOMify PS2StateMark Cave-Ayland1-0/+28
2022-06-26ps2: checkpatch fixesMark Cave-Ayland1-68/+86
2022-06-24Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson43-354/+2852
2022-06-24Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson5-24/+92
2022-06-24vduse-blk: Add name optionXie Yongji4-11/+13
2022-06-24vduse-blk: Add serial optionXie Yongji6-10/+23
2022-06-24nbd: Drop dead code spotted by CoverityEric Blake1-6/+2
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito2-1/+17
2022-06-24block/gluster: correctly set max_pdiscardFabian Ebner1-1/+1
2022-06-24block/rbd: report a better error when namespace does not existStefano Garzarella2-0/+30
2022-06-24qsd: document vduse-blk exportsStefan Hajnoczi2-0/+30
2022-06-24libvduse: Add support for reconnectingXie Yongji3-6/+260
2022-06-24vduse-blk: Add vduse-blk resize supportXie Yongji1-0/+20
2022-06-24vduse-blk: Implement vduse-blk exportXie Yongji9-4/+407
2022-06-24libvduse: Add VDUSE (vDPA Device in Userspace) libraryXie Yongji11-0/+1424
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-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller1-5/+7
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich4-6/+68
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