WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0/3]: Greater than 16 xvd fixes

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/3]: Greater than 16 xvd fixes
From: Chris Lalancette <clalance@xxxxxxxxxx>
Date: Wed, 09 Jul 2008 02:25:57 +0200
Delivery-date: Tue, 08 Jul 2008 17:27:24 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080501)
All,
     As pointed out by Christopher Head, the ioctl I hijacked with the extended
block device numbers works on 64-bit, but actually fails on 32-bit.
Additionally, Keir pointed out that we should really maintain backwards
compatibility so that older dom0 kernels will work with newer tools and
vice-versa.  Finally, I found a bug in the blkfront implementation of the
extended devices.  All 3 of these issues should be addressed in the following
patches.  Note again that I developed these on RHEL-5, and only compile-tested
against xen-unstable.  Further note that I didn't check if these work on 32-bit,
so if someone could give them a whirl there, it would be appreciated.

Signed-off-by: Chris Lalancette <clalance@xxxxxxxxxx>


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0/3]: Greater than 16 xvd fixes, Chris Lalancette <=