From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhMPP-0004PC-Rj for qemu-devel@nongnu.org; Wed, 11 Mar 2009 07:15:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhMPO-0004OI-Jk for qemu-devel@nongnu.org; Wed, 11 Mar 2009 07:15:35 -0400 Received: from [199.232.76.173] (port=43330 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhMPN-0004O8-Q1 for qemu-devel@nongnu.org; Wed, 11 Mar 2009 07:15:34 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhMPN-0006rD-EB for qemu-devel@nongnu.org; Wed, 11 Mar 2009 07:15:33 -0400 Message-ID: <49B79D50.4090300@redhat.com> Date: Wed, 11 Mar 2009 13:15:28 +0200 From: Avi Kivity MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: Problems KVM-84 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jay Mann Cc: Uri Lublin , qemu-devel , kvm@vger.kernel.org Jay Mann wrote: > Hi, > > I just downloaded built and installed kvm-84 on ubuntu Hardy x64 2.6.2= 4-23- > server and I=E2=80=99m getting the following 2 problems that did not ex= ists in kvm-83. > > 1. The qemu emulater (bios screen) takes a long time to start (~10=20 > seconds), and subsequently Libvirt times out when I try to start a gues= t VM=20 > from virsh. =20 > =20 This is caused by qemu r6404: commit 5d4cbd78aa33f6d034a62207c99ad0b64af44621 Author: aliguori Date: Thu Jan 22 18:57:22 2009 +0000 block-qcow2: keep highest allocated byte (Uri Lublin) =20 We want to know the highest written offset for qcow2 images. This gives a pretty good (and easy to calculate) estimation to how much more allocation can be done for the block device. =20 It can be usefull for allocating more diskspace for that image (if possible, e.g. lvm) before we run out-of-disk-space =20 Signed-off-by: Uri Lublin Signed-off-by: Anthony Liguori Scanning the file at startup is slow. We need to find a better way. --=20 error compiling committee.c: too many arguments to function