[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.3 0/1] block: New command line option --misc f
From: |
Markus Armbruster |
Subject: |
[Qemu-devel] [PATCH for-2.3 0/1] block: New command line option --misc format-probing=off |
Date: |
Mon, 23 Mar 2015 11:04:58 +0100 |
First of all, my apologies for being so late with this. I realized
part way through the current development cycle that I couldn't do both
the error work and my half of the block probing work we discussed back
in November, so I punted the latter to the next cycle, missing the one
little feature I quite obviously could do.
Why 2.3?
1. libvirt wants it, the sooner, the better. See the libvirt RFC PATCH
https://lists.nongnu.org/archive/html/qemu-devel/2015-03/msg04457.html
2. The patch is simple, and quite obviously does nothing unless you
run with --misc format-probing=off.
Markus Armbruster (1):
block: New command line option --misc format-probing=off
block.c | 6 ++++++
include/block/block.h | 2 ++
qemu-options.hx | 15 +++++++++++++++
util/qemu-config.c | 2 +-
vl.c | 22 ++++++++++++++++++++++
5 files changed, 46 insertions(+), 1 deletion(-)
--
1.9.3
- [Qemu-devel] [PATCH for-2.3 0/1] block: New command line option --misc format-probing=off,
Markus Armbruster <=