From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51565 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAjUL-0005o0-PS for qemu-devel@nongnu.org; Tue, 26 Oct 2010 09:23:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAjU9-0006nJ-5F for qemu-devel@nongnu.org; Tue, 26 Oct 2010 09:22:52 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:37143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAjU9-0006n6-2b for qemu-devel@nongnu.org; Tue, 26 Oct 2010 09:22:41 -0400 Received: by gxk1 with SMTP id 1so3049185gxk.4 for ; Tue, 26 Oct 2010 06:22:40 -0700 (PDT) Message-ID: <4CC6D61E.9060003@codemonkey.ws> Date: Tue, 26 Oct 2010 08:22:38 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4CC68F50.3030505@redhat.com> <4CC6CE77.3030906@codemonkey.ws> <4CC6D1EA.7050706@redhat.com> In-Reply-To: <4CC6D1EA.7050706@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: KVM call agenda for Oct 26 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm-devel , Juan Quintela On 10/26/2010 08:04 AM, Avi Kivity wrote: > On 10/26/2010 02:49 PM, Anthony Liguori wrote: >> On 10/26/2010 03:20 AM, Avi Kivity wrote: >>> On 10/25/2010 09:51 PM, Juan Quintela wrote: >>>> Please send in any agenda items you are interested in covering. >>>> >>> >>> 0.13.1 >>> >>> At least two fatal issues: >>> - vmmouse is broken >>> - assertion failure in block layer >> >> There's actually a fair bit. I'm hoping to also get the hotplug >> fixes because tose are pretty important IMHO. I don't want to wait >> too long though. > > Also, a new seabios for the SCI level triggered fix. You mean: commit 6d5a2172f2b76900572107868ec080400c4f615d Author: Kevin O'Connor Date: Wed Oct 20 21:59:11 2010 -0400 mark irq9 active high in DSDT In PIIX4 SCI (irq9) is active high. Seabios marks it so in interrupt override table, but some OSes (FreeBSD) require the same information to be present in DSDT too. Make it so. Signed-off-by: Gleb Natapov If so, what's the impact of it not being there? I wanted to stick to 0.6.1 for stable-0.13, updating to a git snapshot is going to pull a lot of things in that would be better to avoid for stable. We can talk to Kevin about a stable branch but I'd like to understand what the real impact here is first. Regards, Anthony Liguori >> >> What's the assertion in the block layer? > > https://bugzilla.redhat.com/show_bug.cgi?id=646538 > > This is qemu-img, so maybe not so critical. I confused this with a > runtime assertion failure in the block layer, for which a fix was > merged post rc3. >