All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] qcow2: fix autoclear image header update
@ 2012-06-14 12:58 Stefan Hajnoczi
  2012-06-14 12:58 ` [Qemu-devel] [PATCH v2 1/3] " Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2012-06-14 12:58 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel, Stefan Hajnoczi

The code path to clear unknown autoclear feature bits when opening a qcow2
image file was broken.  This series includes the fix along with the qemu-iotest
to verify the issue and prevent regressions in the future.

v2:
 * Add qemu-iotest [Kevin]

Stefan Hajnoczi (3):
  qcow2: fix autoclear image header update
  qemu-iotests: add qcow2.py set-feature-bit command
  qemu-iotests: add 036 autoclear feature bit test

 block/qcow2.c               |   17 ++++++-----
 tests/qemu-iotests/036      |   68 +++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/036.out  |   52 +++++++++++++++++++++++++++++++++
 tests/qemu-iotests/group    |    1 +
 tests/qemu-iotests/qcow2.py |   23 +++++++++++++++
 5 files changed, 153 insertions(+), 8 deletions(-)
 create mode 100755 tests/qemu-iotests/036
 create mode 100644 tests/qemu-iotests/036.out

-- 
1.7.10

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

end of thread, other threads:[~2012-06-14 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 12:58 [Qemu-devel] [PATCH v2 0/3] qcow2: fix autoclear image header update Stefan Hajnoczi
2012-06-14 12:58 ` [Qemu-devel] [PATCH v2 1/3] " Stefan Hajnoczi
2012-06-14 12:58 ` [Qemu-devel] [PATCH v2 2/3] qemu-iotests: add qcow2.py set-feature-bit command Stefan Hajnoczi
2012-06-14 15:02   ` Kevin Wolf
2012-06-14 12:58 ` [Qemu-devel] [PATCH v2 3/3] qemu-iotests: add 036 autoclear feature bit test Stefan Hajnoczi

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.