qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, kwolf@redhat.com, pkrempa@redhat.com
Subject: [Qemu-devel] [PATCH RFC v2 0/2] block: Crude initial implementation of -blockdev
Date: Tue, 14 Feb 2017 16:37:54 +0100	[thread overview]
Message-ID: <1487086676-24339-1-git-send-email-armbru@redhat.com> (raw)

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

             reply	other threads:[~2017-02-14 15:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 15:37 Markus Armbruster [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487086676-24339-1-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=pkrempa@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).