From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtfPB-00035m-Qh for Qemu-devel@nongnu.org; Thu, 09 Sep 2010 07:35:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtfPA-00012B-LH for Qemu-devel@nongnu.org; Thu, 09 Sep 2010 07:35:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8603) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtfPA-000120-F0 for Qemu-devel@nongnu.org; Thu, 09 Sep 2010 07:35:00 -0400 Message-ID: <4C88C674.5090802@redhat.com> Date: Thu, 09 Sep 2010 13:35:16 +0200 From: Kevin Wolf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Commit 8b33d9ee (was not on list) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Qemu-devel@nongnu.org > commit 8b33d9eeba91422ee2d73b6936ad57262d18cf5a > Author: Anthony Liguori > Date: Wed Sep 8 17:09:15 2010 -0500 > > Revert "Make default invocation of block drivers safer (v3)" > > This reverts commit 79368c81bf8cf93864d7afc88b81b05d8f0a2c90. > > Conflicts: > > block.c > > I haven't been able to come up with a solution yet for the corruption caused by > unaligned requests from the IDE disk so revert until a solution can be written. > > Signed-off-by: Anthony Liguori I posted a fix for it on Tuesday. Kevin