From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [ kvm-Bugs-2009439 ] data corruption with virtio-blk Date: Sat, 05 Jul 2008 11:29:08 +0100 Message-ID: <1215253748.4394.3.camel@muff> References: <1215072181.4028.3.camel@muff> <90eb1dc70807030758n33f54a00m68ea831d30b30a5b@mail.gmail.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: avi , kvm To: Javier Guerra Return-path: Received: from mx1.redhat.com ([66.187.233.31]:44941 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbYGEK3U (ORCPT ); Sat, 5 Jul 2008 06:29:20 -0400 In-Reply-To: <90eb1dc70807030758n33f54a00m68ea831d30b30a5b@mail.gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2008-07-03 at 09:58 -0500, Javier Guerra wrote: > On Thu, Jul 3, 2008 at 3:03 AM, Mark McLoughlin wrote: > > I think the below fixes the data corrupter, but I'm still tracking down > > another issue where the guest is hanging waiting for I/O to complete > > with the latest virtio-blk backend. > > is that a common case? i haven't been able to finish a system install > on either virtio or scsi block devices. both linux (Ubuntu JeOS 8.04) > and windows (xp sp2) freeze sometime while writing packages. IDE > installs work perfectly It's certainly possible the hangs you're seeing were caused by the IOAPIC interrupt injection bug I just sent out a fix for - you could try doing an install either running kvm-qemu -no-kvm-irqchip or booting the guest with "noapic" on the kernel command line. If the IOAPIC bug is your issue, you shouldn't see any freezes. Cheers, Mark.