aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-27 16:12:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-27 16:12:14 +0100
commit574ddbcf16c072e5db4555034dedff251794f603 (patch)
tree33fc5a4880b5a2a705fe366ea06e0f492d8b9c1f /docs/ChangeLog
parentbbc24abfb23113b6d3177763a581b45795642a5f (diff)
downloadxen-574ddbcf16c072e5db4555034dedff251794f603.tar.gz
xen-574ddbcf16c072e5db4555034dedff251794f603.tar.bz2
xen-574ddbcf16c072e5db4555034dedff251794f603.zip
Update changelog for xvd blkdev naming extensions.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 7f513cfaa5..407ea43f2e 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -16,6 +16,15 @@ http://lists.xensource.com/archives/html/xen-devel/2008-01/msg00010.html
Xen 3.3 release
---------------
+17903: Add greater than 16 xvd device availability
+http://xenbits.xensource.com/xen-unstable.hg?rev/0728459b3c8d
+
+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