Re: [Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-15 Thread Zhi Yong Wu
On Sun, Jan 15, 2012 at 10:39 PM, Anthony Liguori wrote: > On 01/13/2012 07:25 PM, Zhi Yong Wu wrote: >> >> On Sat, Jan 14, 2012 at 9:03 AM, Zhi Yong Wu  wrote: >>> >>> On Sat, Jan 14, 2012 at 5:49 AM, Ryan Harper  wrote: We can test out the virtio-blk drive serial number by generating a

Re: [Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-15 Thread Anthony Liguori
On 01/13/2012 07:25 PM, Zhi Yong Wu wrote: On Sat, Jan 14, 2012 at 9:03 AM, Zhi Yong Wu wrote: On Sat, Jan 14, 2012 at 5:49 AM, Ryan Harper wrote: We can test out the virtio-blk drive serial number by generating and then reading it back via the file in sysfs. Signed-off-by: Ryan Harper ---

Re: [Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-15 Thread Anthony Liguori
On 01/13/2012 03:49 PM, Ryan Harper wrote: We can test out the virtio-blk drive serial number by generating and then reading it back via the file in sysfs. Signed-off-by: Ryan Harper Applied. Thanks. Regards, Anthony Liguori --- tests/virtio-blk-drive-serial.sh | 40 ++

Re: [Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-13 Thread Zhi Yong Wu
On Sat, Jan 14, 2012 at 9:03 AM, Zhi Yong Wu wrote: > On Sat, Jan 14, 2012 at 5:49 AM, Ryan Harper wrote: >> We can test out the virtio-blk drive serial number by generating and then >> reading it back via the file in sysfs. >> >> Signed-off-by: Ryan Harper >> --- >>  tests/virtio-blk-drive-seri

Re: [Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-13 Thread Zhi Yong Wu
On Sat, Jan 14, 2012 at 5:49 AM, Ryan Harper wrote: > We can test out the virtio-blk drive serial number by generating and then > reading it back via the file in sysfs. > > Signed-off-by: Ryan Harper > --- >  tests/virtio-blk-drive-serial.sh |   40 > ++ >  1 f

[Qemu-devel] [PATCH] Add virtio-blk-drive-serial test

2012-01-13 Thread Ryan Harper
We can test out the virtio-blk drive serial number by generating and then reading it back via the file in sysfs. Signed-off-by: Ryan Harper --- tests/virtio-blk-drive-serial.sh | 40 ++ 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100755 te