qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 00/44] Block patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/44] Block patches
Date: Mon, 12 Jan 2015 21:43:28 +0000

On 12 January 2015 at 16:39, Stefan Hajnoczi <address@hidden> wrote:
> The following changes since commit 64ea8038ffbf703dcd438a108d2d5499c8ff95d9:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' 
> into staging (2015-01-10 22:29:09 +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 bed6f0227ef9da1505758a63bd2b6cd2a45874c6:
>
>   NVMe: Set correct VS Value for 1.1 Compliant Controllers (2015-01-12 
> 16:30:28 +0000)

I'm afraid this fails 'make check' on at least one config and
generates a lot of ugly warnings on several.

(1) Ugly warning (seems to happen everywhere):

TEST: tests/virtio-blk-test... (pid=28666)
  /arm/virtio/blk/mmio/basic:
WARNING: Image format was not specified for '/tmp/qtest.q0ywpl' and
probing guessed raw.
         Automatically detecting the format is dangerous for raw
images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
OK

(2) Apparent errors on OSX when trying to use "/dev/null" as an
image file. Weirdly these don't actually cause "make check" to fail,
which suggests something's not propagating an error correctly.

GTESTER check-qtest-i386
blkdebug: Suspended request 'A'
blkdebug: Resuming request 'A'
qemu-system-i386: -drive if=none,id=drive0,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02S69c7dbf8bd84ac9e4664c53fe8466e9f
qemu-system-i386: -drive id=drv0,if=none,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02S73ecc257e46d829e6c2f90fa172517d7
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02S7ffc4245da39e4483652520e0197c455
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02Sac4318d2d438e7bd7ebf017983a05d40
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02Sa2a1465c96ff0d27bd2da4df395891d3
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02S475866cccad1f4f28e909721e8ad9f04
qemu-system-i386: -drive if=none,id=drive1,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
GTester: last random seed: R02S3b78a21c4cb90bda679e660fa4e5773e
qemu-system-i386: -drive id=drv0,if=none,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
[vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio
extension. Task offloads will be emulated.
qemu-system-i386: -drive id=drive0,if=none,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe
qemu-system-i386: -drive id=drive0,if=none,file=/dev/null,format=raw:
could not open disk image /dev/null: Could not refresh total sector
count: Operation not supported by device
Broken pipe

(3) Actual failure, x86_64 host:

TEST: tests/virtio-blk-test... (pid=16564)
  /arm/virtio/blk/mmio/basic:
WARNING: Image format was not specified for '/tmp/qtest.4s4Naf' and
probing guessed raw.
         Automatically detecting the format is dangerous for raw
images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
**
ERROR:/home/petmay01/linaro/qemu-for-merges/tests/libqos/virtio.c:91:qvirtio_wait_queue_isr:
assertion failed: (g_get_monotonic_time() - start_time <= timeout_us)
FAIL
GTester: last random seed: R02S2b2c6e34351d711919b868b92fde3543
(pid=16570)
FAIL: tests/virtio-blk-test

This might be an intermittent failure; I think my x86-64 gcc
build passed the first time and failed on a rerun. The clang
build also failed this.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]