From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2l4N-0007Ci-PV for qemu-devel@nongnu.org; Wed, 29 Feb 2012 10:03:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2l4C-0000nK-CB for qemu-devel@nongnu.org; Wed, 29 Feb 2012 10:03:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2l4C-0000mg-4L for qemu-devel@nongnu.org; Wed, 29 Feb 2012 10:03:44 -0500 Message-ID: <4F4E3F00.5080704@redhat.com> Date: Wed, 29 Feb 2012 16:06:40 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1329661475-12965-1-git-send-email-zwu.kernel@gmail.com> In-Reply-To: <1329661475-12965-1-git-send-email-zwu.kernel@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-img: fix segment fault when the image format is qed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zwu.kernel@gmail.com Cc: Zhi Yong Wu , qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 19.02.2012 15:24, schrieb zwu.kernel@gmail.com: > From: Zhi Yong Wu > > [root@f15 qemu]# qemu-img info /home/zwu/work/misc/rh6.img > image: /home/zwu/work/misc/rh6.img > file format: qed > virtual size: 4.0G (4294967296 bytes) > disk size: 1.2G > cluster_size: 65536 > Segmentation fault (core dumped) > > Today when i were fixing another issue, i found this issue; After simple investigation, i found that the required clock vm_clock is not created for qemu tool. > > Signed-off-by: Zhi Yong Wu Thanks, applied both to the block branch. Kevin