On Mon, Jun 25, 2012 at 4:10 PM, Kevin Wolf <kw...@redhat.com> wrote: > Am 22.06.2012 17:08, schrieb Stefan Hajnoczi: >> +echo >> +echo "== Read-only access must still work ==" >> + >> +$QEMU_IO -r -c "read -P 0x5a 0 512" $TEST_IMG | _filter_qemu_io > > I would add a check here that the dirty bit is still set. > > Maybe also add a test that the dirty flag is never set with > lazy_refcounts=off.
Okay, will add. Stefan