mbox series

[v2,0/5] block: Documentation improvment

Message ID 20200515091924.14380-1-philmd@redhat.com (mailing list archive)
Headers show
Series block: Documentation improvment | expand

Message

Philippe Mathieu-Daudé May 15, 2020, 9:19 a.m. UTC
These patches contain documentation I wrote down while
looking at the code.

Supersedes: <20200504094641.4963-1-philmd@redhat.com>

Philippe Mathieu-Daudé (5):
  qemu/osdep: Document qemu_memalign() and friends
  qemu/bitmap: Document bitmap_new() returned pointer
  block/block: Document BlockSizes fields
  sysemu/block-backend: Document blk_read()/blk_pwrite()
  sysemu/block-backend: Document blk_get_max_iov() returned value

 include/block/block.h          |  8 ++++++--
 include/qemu/bitmap.h          |  2 ++
 include/qemu/osdep.h           |  3 +++
 include/sysemu/block-backend.h | 27 +++++++++++++++++++++++++++
 4 files changed, 38 insertions(+), 2 deletions(-)