On 10 January 2015 at 19:05, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 9 January 2015 at 10:16, Stefan Hajnoczi <stefa...@redhat.com> wrote: >> This pull request depends on the previous block pull request which has not >> been >> merged yet. It was sent on Monday, 5th of January (Message-id: >> <1420458696-1885-1-git-send-email-stefa...@redhat.com>). >> >> The following changes since commit 3bd54e576f40f1d5bf45b4828c7316efd76a4db6: >> >> migration/block: fix pending() return value (2015-01-05 11:34:52 +0000) >> >> are available in the git repository at: >> >> git://github.com/stefanha/qemu.git tags/block-pull-request >> >> for you to fetch changes up to 4cba4284918145de66e27959725559f8aaf764ef: >> >> NVMe: Set correct VS Value for 1.1 Compliant Controllers (2015-01-09 >> 10:12:23 +0000) > > I'm confused. You say this pull depends on the other one, but > the emails give the same tag name for both, so I can't pull > the other one first. (In fact, if not for this one failing I > would have applied it under the assumption that it *was* the > previous pullreq...) > > In any case, this one fails 'make check':
Failed also and differently on my 32 bit ARM board, though that may just be because I run this set with V=1; last part of the log below. Looks like something is trying to run qemu-system-arm without specifying a machine to use... === Testing plain filename for blkdebug === -blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT === Testing plain filename for blkdebug without configuration file === -blkdebug::TEST_DIR/t.IMGFMT *** done 100 [20:40:41] [20:40:45] 101 [20:40:45] [20:40:45] [not run] 101 -- not suitable for this image format: qcow2 102 [20:40:45] [20:40:46] [failed, exit status 141] - output mismatch (see 102.out.bad) --- /root/qemu/tests/qemu-iotests/102.out 2014-11-03 18:34:23.000000000 +0000 +++ 102.out.bad 2015-01-09 20:40:46.000000000 +0000 @@ -15,7 +15,6 @@ wrote 65536/65536 bytes at offset 0 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) Image resized. -QEMU X.Y.Z monitor - type 'help' for more information -(qemu) qemu-io drv0 map -[ 0] 128/ 128 sectors allocated at offset 0 bytes (1) -*** done +No machine specified, and there is no default. +Use -machine help to list supported machines! +Timeout waiting for allocated on handle 0 103 [20:40:46] [20:40:47] 105 [20:40:47] [20:40:48] 107 [20:40:48] [20:40:49] 108 [20:40:49] [20:40:52] 110 [20:40:52] [20:40:53] 111 [20:40:53] [20:40:53] 113 [20:40:53] [20:40:53] [not run] 113 -- not suitable for this image format: qcow2 114 [20:40:53] [20:40:54] Not run: 016 045 059 064 065 070 075 077 078 081 084 088 092 101 113 Failures: 028 067 068 071 087 095 099 102 Failed 8 of 65 tests make: *** [check-tests/qemu-iotests-quick.sh] Error 1 -- PMM