From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Eromenko Subject: Re: KVM-88 broke VirtIO Hard Disks Date: Thu, 23 Jul 2009 10:23:34 -0400 (EDT) Message-ID: <1578657170.891311248359014161.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> References: <20090723131014.GB25429@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: kvm Return-path: Received: from mx1.redhat.com ([66.187.233.31]:37297 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751658AbZGWOXf (ORCPT ); Thu, 23 Jul 2009 10:23:35 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n6NENZY9018430 for ; Thu, 23 Jul 2009 10:23:35 -0400 Received: from mail04.corp.redhat.com (zmail04.collab.prod.int.phx2.redhat.com [10.5.5.44]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6NENYr4015374 for ; Thu, 23 Jul 2009 10:23:34 -0400 In-Reply-To: <20090723131014.GB25429@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: ----- "Marcelo Tosatti" wrote: > On Thu, Jul 23, 2009 at 07:37:37AM -0400, Alexey Eromenko wrote: > > > > Hi All ! > > > > In addition to Floppy controllers KVM-88 also break VirtIO hard > disks. (Windows 2003 Drivers refuse to work now) > > > > Linux (RHEL 5.3/x64) still boots off VirtIO Hard Disk. > > > > It turned out to be a Qemu merge into KVM userspace: > > kvm-87-119-ga8b7f95 (commit > a8b7f959d1fd97c4ccaf08ce750020ecd08b4c88) > > > > Can you look into it? > > Not sure if you familiar with this, but anyway: > > $ git diff-tree -p bf011293f | patch -R -p1 > Yes, Thanks, This is it ! This is the problem. -Alexey