[Libguestfs] [common PATCH v4 0/1] options: add '--blocksize' option for C-based tools

Mykola Ivanets stenavin at gmail.com
Thu Feb 13 18:23:12 UTC 2020


From: Nikolay Ivanets <stenavin at gmail.com>

v4 fixes issues found during code review:
- whitespace-change-only hunks are removed
- options are alphabetically orderred now

v3 is just a spelling correction spotted by Eric Blake
https://www.redhat.com/archives/libguestfs/2020-February/msg00111.html

In v2 I've moved '--blocksize' parameter description into the separate
file called blocksize-option.pod so we can include it everywhere we need
similar to key-option.pod.
https://www.redhat.com/archives/libguestfs/2020-February/msg00099.html

v1 was here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html

Nikolay Ivanets (1):
  options: add '--blocksize' option for C-based tools

 options/Makefile.am          |  3 ++-
 options/blocksize-option.pod | 11 ++++++++++
 options/options.c            | 13 +++++++++++-
 options/options.h            | 41 ++++++++++++++++++++++++++++--------
 4 files changed, 57 insertions(+), 11 deletions(-)
 create mode 100644 options/blocksize-option.pod

-- 
2.17.2





More information about the Libguestfs mailing list