Re: [Qemu-devel] [PATCH 2/2] qemu-io: fix segment fault when the image format is qed

2012-02-19 Thread Zhi Yong Wu
On Mon, Feb 20, 2012 at 5:24 AM, Christoph Hellwig wrote: > On Sun, Feb 19, 2012 at 10:24:59PM +0800, zwu.ker...@gmail.com wrote: >> From: Zhi Yong Wu >> >> [root@f15 qemu]# qemu-io -c info /home/zwu/work/misc/rh6.img >> format name: qed >> cluster size: 64 KiB >> vm state offset: 0.00 bytes

Re: [Qemu-devel] [PATCH 2/2] qemu-io: fix segment fault when the image format is qed

2012-02-19 Thread Christoph Hellwig
On Sun, Feb 19, 2012 at 10:24:59PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > [root@f15 qemu]# qemu-io -c info /home/zwu/work/misc/rh6.img > format name: qed > cluster size: 64 KiB > vm state offset: 0.00 bytes > Segmentation fault (core dumped) > > This reason is same as th

[Qemu-devel] [PATCH 2/2] qemu-io: fix segment fault when the image format is qed

2012-02-19 Thread zwu . kernel
From: Zhi Yong Wu [root@f15 qemu]# qemu-io -c info /home/zwu/work/misc/rh6.img format name: qed cluster size: 64 KiB vm state offset: 0.00 bytes Segmentation fault (core dumped) This reason is same as the former patch Signed-off-by: Zhi Yong Wu --- qemu-io.c |2 ++ 1 files changed, 2

[Qemu-devel] [PATCH 2/2] qemu-io: fix segment fault when the image format is qed

2012-02-19 Thread zwu . kernel
From: Zhi Yong Wu [root@f15 qemu]# qemu-io -c info /home/zwu/work/misc/rh6.img format name: qed cluster size: 64 KiB vm state offset: 0.00 bytes Segmentation fault (core dumped) This reason is same as the former patch Signed-off-by: Zhi Yong Wu --- qemu-io.c |2 ++ 1 files changed, 2