From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQYWQ-0006ch-9w for qemu-devel@nongnu.org; Tue, 23 Oct 2012 03:03:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQYWJ-00042m-5L for qemu-devel@nongnu.org; Tue, 23 Oct 2012 03:03:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQYWI-00042Y-TC for qemu-devel@nongnu.org; Tue, 23 Oct 2012 03:03:23 -0400 Message-ID: <50864130.6040103@redhat.com> Date: Tue, 23 Oct 2012 09:03:12 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <508549EA.4050603@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu <-> libvirt interaction broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-devel@nongnu.org" , Aurelien Jarno On 10/22/12 15:51, Peter Maydell wrote: > On 22 October 2012 14:28, Gerd Hoffmann wrote: >> Commit 585f60368f23e6603cf86cfdaeceb89d1169f4b8 appearently breaks the >> libvirt feature detection, my guests fail to start with this message: >> >> error: Failed to start domain fedora-org-virtio >> error: internal error qemu does not support SGA >> >> Running libvirt-0.10.2-2.el6.x86_64 > > Yeah, this is the commit that means you need an updated libvirt > from this point on (and in particular for qemu-1.3). Well, only problem is that 0.10.2 already is the latest libvirt release. Was it really intentional to break things like this? cheers, Gerd