qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Question about vpc 004 testcase of qemu-iotests
@ 2011-04-17  7:21 Lyu Mitnick
  2011-04-18  9:29 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Lyu Mitnick @ 2011-04-17  7:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Christoph Hellwig

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

Hello all,

I use qemu-iotests to test vpc part of master tree. An error occurred  when
I
type ./check -vpc. Error message is as follows:

004 4s ... - output mismatch (see 004.out.bad)
--- 004.out 2011-04-10 15:43:21.819400771 +0800
+++ 004.out.bad 2011-04-17 10:45:00.642745274 +0800
@@ -9,7 +9,8 @@
 write failed: Input/output error

 write at image boundary
-write failed: Input/output error
+wrote 4096/4096 bytes at offset 134217728
+4 KiB, 1 ops; 0.0000 sec (28.678 KiB/sec and 7.1694 ops/sec)

 write past image boundary
 write failed: Input/output error
@@ -28,7 +29,8 @@
 read failed: Input/output error

 read at image boundary
-read failed: Input/output error
+read 4096/4096 bytes at offset 134217728
+4 KiB, 1 ops; 0.0000 sec (62.004 MiB/sec and 15873.0159 ops/sec)

 read past image boundary
 read failed: Input/output error

I am wondering whether it is a bug of block/vpc.c??

Thanks

Mitnick

[-- Attachment #2: Type: text/html, Size: 1394 bytes --]

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

* Re: [Qemu-devel] Question about vpc 004 testcase of qemu-iotests
  2011-04-17  7:21 [Qemu-devel] Question about vpc 004 testcase of qemu-iotests Lyu Mitnick
@ 2011-04-18  9:29 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2011-04-18  9:29 UTC (permalink / raw)
  To: Lyu Mitnick; +Cc: Kevin Wolf, qemu-devel, Christoph Hellwig

On Sun, Apr 17, 2011 at 8:21 AM, Lyu Mitnick <mitnick.lyu@gmail.com> wrote:
>  write at image boundary
> -write failed: Input/output error
> +wrote 4096/4096 bytes at offset 134217728
> +4 KiB, 1 ops; 0.0000 sec (28.678 KiB/sec and 7.1694 ops/sec)

The point of this test is to check that I/O past the image boundary
fails.  vpc may be broken.

Stefan

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

end of thread, other threads:[~2011-04-18  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-17  7:21 [Qemu-devel] Question about vpc 004 testcase of qemu-iotests Lyu Mitnick
2011-04-18  9:29 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).