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 5/5]: Add Changelog entry to docs/Changelog v2

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 5/5]: Add Changelog entry to docs/Changelog v2
From: Chris Lalancette <clalance@xxxxxxxxxx>
Date: Wed, 25 Jun 2008 16:33:12 +0200
Delivery-date: Wed, 25 Jun 2008 07:36:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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)
Add a Changelog entry to the docs/ChangeLog file for the new extended device 
scheme.

Changes since v1:
- N/A

Signed-off-by: Chris Lalancette <clalance@xxxxxxxxxx>
diff -r dedfadeadf86 docs/ChangeLog
--- a/docs/ChangeLog    Fri Jun 20 18:42:45 2008 +0100
+++ b/docs/ChangeLog    Wed Jun 25 15:34:20 2008 +0200
@@ -15,7 +15,15 @@ http://lists.xensource.com/archives/html
 
 Xen 3.3 release
 ---------------
+Add greater than 16 xvd device availability
 
+The tools can now attach a disk of the form:
+(1<<28) | (device<<8) | partition
+
+to support many more xvd disks and up to 256 partitions.
+The linux guest frontend has been expanded to support
+this new construct, while legacy guests should just ignore it.
+       
 17538: Add XENPF_set_processor_pminfo
 http://xenbits.xensource.com/xen-unstable.hg?rev/5bb9093eb0e9
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 5/5]: Add Changelog entry to docs/Changelog v2, Chris Lalancette <=