qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/3] qemu-nbd: add option to set detect-zeroes mode
@ 2014-08-13 17:20 Peter Lieven
  2014-08-13 17:20 ` [Qemu-devel] [PATCHv2 1/3] rename parse_enum_option to qapi_enum_parse and make it public Peter Lieven
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Peter Lieven @ 2014-08-13 17:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, hutao, Peter Lieven, armbru, mreitz, stefanha, pbonzini

v1->v2: - state that relaxing the license for qapi-util.c to LGPLv2+
          was intentional [Eric]
        - split the qemu-nbd patch into 2 pieces [Eric]

Peter Lieven (3):
  rename parse_enum_option to qapi_enum_parse and make it public
  qemu-nbd: add option to set detect-zeroes mode
  qemu-nbd: fix indentation and coding style

 blockdev.c          |   30 ++++------------
 include/qapi/util.h |   17 +++++++++
 qapi/Makefile.objs  |    2 +-
 qapi/qapi-util.c    |   34 ++++++++++++++++++
 qemu-nbd.c          |  100 ++++++++++++++++++++++++++++++++-------------------
 5 files changed, 122 insertions(+), 61 deletions(-)
 create mode 100644 include/qapi/util.h
 create mode 100644 qapi/qapi-util.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-09-03 13:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13 17:20 [Qemu-devel] [PATCHv2 0/3] qemu-nbd: add option to set detect-zeroes mode Peter Lieven
2014-08-13 17:20 ` [Qemu-devel] [PATCHv2 1/3] rename parse_enum_option to qapi_enum_parse and make it public Peter Lieven
2014-08-14 13:22   ` Benoît Canet
2014-08-13 17:20 ` [Qemu-devel] [PATCHv2 2/3] qemu-nbd: add option to set detect-zeroes mode Peter Lieven
2014-08-14 13:28   ` Benoît Canet
2014-08-13 17:20 ` [Qemu-devel] [PATCHv2 3/3] qemu-nbd: fix indentation and coding style Peter Lieven
2014-08-13 18:17   ` Eric Blake
2014-08-14 13:30   ` Benoît Canet
2014-09-03 13:03 ` [Qemu-devel] [PATCHv2 0/3] qemu-nbd: add option to set detect-zeroes mode Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).