qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCHv2 0/3] qemu-nbd: add option to set detect-zeroes mod


From: Peter Lieven
Subject: [Qemu-devel] [PATCHv2 0/3] qemu-nbd: add option to set detect-zeroes mode
Date: Wed, 13 Aug 2014 19:20:16 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]