[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on secon
From: |
Eric Blake |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on second open |
Date: |
Mon, 5 Jun 2017 14:58:47 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 |
On 06/05/2017 02:08 PM, Eric Blake wrote:
>
> Note, however, that we do have some qemu-iotests that do 'qemu-io
> -c "open file" -c "$something"'; such tests will now proceed to
> attempt $something whether or not the open succeeded, the same way
> as if the two commands had been attempted in interactive mode; but it
> also means that it is now possible to use -c close and have a single
> qemu-io command line operate on more than one file even without
> using interactive mode. Although the '-c open' action is a subtle
> change in behavior, remember that qemu-io is for debugging purposes,
> so as long as it serves the needs of qemu-iotests while still being
> reasonable for interactive use, it should not be a problem.
Bummer - iotest 60 catches me:
+++ 060.out.bad 2017-06-05 14:55:48.336814834 -0500
@@ -21,6 +21,7 @@
refcount bits: 16
corrupt: true
can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot
be opened read/write
+no file open, try 'help open'
read 512/512 bytes at offset 0
512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
Looks like 114 and 153 as well. I'll have to post a v4 (serves me right
for JUST testing 177).
Also, I'm seeing a segfault on 68 that exists on current master:
068 1s ... - output mismatch (see 068.out.bad)
--- /home/eblake/qemu/tests/qemu-iotests/068.out 2017-06-01
17:01:25.113094957 -0500
+++ 068.out.bad 2017-06-05 14:55:54.140835402 -0500
@@ -6,6 +6,8 @@
QEMU X.Y.Z monitor - type 'help' for more information
(qemu) savevm 0
(qemu) quit
+./common.config: line 107: 13333 Segmentation fault (core dumped)
( if [ -n "${QEMU_NEED_PID}" ]; then
+ echo $BASHPID > "${QEMU_TEST_DIR}/qemu-${_QEMU_HANDLE}.pid";
+fi; exec "$QEMU_PROG" $QEMU_OPTIONS "$@" )
QEMU X.Y.Z monitor - type 'help' for more information
-(qemu) quit
-*** done
+(qemu) *** done
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH v3 0/4] more blkdebug tweaks, Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 1/4] qemu-io: Don't die on second open, Eric Blake, 2017/06/05
- Re: [Qemu-block] [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on second open,
Eric Blake <=
- [Qemu-block] [PATCH v3 4/4] blkdebug: Support .bdrv_co_get_block_status, Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 2/4] block: Guarantee that *file is set on bdrv_get_block_status(), Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 3/4] block: Simplify use of BDRV_BLOCK_RAW, Eric Blake, 2017/06/05
- Re: [Qemu-block] [Qemu-devel] [PATCH v3 0/4] more blkdebug tweaks, no-reply, 2017/06/05
- Re: [Qemu-block] [PATCH v3 0/4] more blkdebug tweaks, Kevin Wolf, 2017/06/06