All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC v2 0/2] block: Crude initial implementation of -blockdev
@ 2017-02-14 15:37 Markus Armbruster
  2017-02-14 15:37 ` [Qemu-devel] [PATCH RFC v2 1/2] util/qemu-option: New opt_parse_qdict() Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Markus Armbruster @ 2017-02-14 15:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, kwolf, pkrempa

This is based on "[PATCH 00/24] QemuOpts util/cutils: Fix and clean up
number conversions".

v2: Support KEY=VALUE,... syntax as well.

Markus Armbruster (2):
  util/qemu-option: New opt_parse_qdict()
  block: Crude initial implementation of -blockdev

 include/qemu/option.h  |   3 ++
 qemu-options.hx        |   3 ++
 tests/test-qemu-opts.c | 132 +++++++++++++++++++++++++++++++++++++++++++++++++
 util/qemu-option.c     | 131 ++++++++++++++++++++++++++++++++++++++++++++++++
 vl.c                   |  51 +++++++++++++++++++
 5 files changed, 320 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-14 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14 15:37 [Qemu-devel] [PATCH RFC v2 0/2] block: Crude initial implementation of -blockdev Markus Armbruster
2017-02-14 15:37 ` [Qemu-devel] [PATCH RFC v2 1/2] util/qemu-option: New opt_parse_qdict() Markus Armbruster
2017-02-14 15:37 ` [Qemu-devel] [PATCH RFC v2 2/2] block: Crude initial implementation of -blockdev Markus Armbruster
2017-02-14 23:09 ` [Qemu-devel] [PATCH RFC v2 0/2] " Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.