[PATCH v3 0/3] block: Minor vhost-user-blk fixes

Philippe Mathieu-Daudé posted 3 patches 4 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220107105420.395011-1-f4bug@amsat.org
docs/tools/qemu-storage-daemon.rst   |  2 +-
qapi/block-export.json               |  6 ++++--
storage-daemon/qemu-storage-daemon.c | 13 +++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
[PATCH v3 0/3] block: Minor vhost-user-blk fixes
Posted by Philippe Mathieu-Daudé 4 years, 1 month ago
- Add vhost-user-blk help to qemu-storage-daemon,
- Do not list vhost-user-blk in BlockExportType when
  CONFIG_VHOST_USER_BLK_SERVER is disabled.

Since v2:
- Fix typo (Eric)

Since v1:
- Reword patch 2 description (Markus)
- Fix BlockExportOptions enum build failure (Markus)

Philippe Mathieu-Daudé (3):
  docs: Correct 'vhost-user-blk' spelling
  qemu-storage-daemon: Add vhost-user-blk help
  qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER

 docs/tools/qemu-storage-daemon.rst   |  2 +-
 qapi/block-export.json               |  6 ++++--
 storage-daemon/qemu-storage-daemon.c | 13 +++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.33.1

Re: [PATCH v3 0/3] block: Minor vhost-user-blk fixes
Posted by Kevin Wolf 4 years ago
Am 07.01.2022 um 11:54 hat Philippe Mathieu-Daudé geschrieben:
> - Add vhost-user-blk help to qemu-storage-daemon,
> - Do not list vhost-user-blk in BlockExportType when
>   CONFIG_VHOST_USER_BLK_SERVER is disabled.

Thanks, applied to the block branch.

Kevin