From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] 4.3 release: Update README Date: Wed, 5 Jun 2013 12:10:02 +0100 Message-ID: <51AF1C8A.8070507@eu.citrix.com> References: <1370430521-14829-1-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1370430521-14829-1-git-send-email-george.dunlap@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: Ian Jackson , Keir Fraser , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 05/06/13 12:08, George Dunlap wrote: > Signed-off-by: George Dunlap > CC: Keir Fraser > CC: Ian Campbell > CC: Ian Jackson > --- > README | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/README b/README > index 595d0c8..1cdd274 100644 > --- a/README > +++ b/README > @@ -19,6 +19,15 @@ is freely-distributable Open Source software, released under the GNU > GPL. Since its initial public release, Xen has grown a large > development community, spearheaded by xen.org (http://www.xen.org). > > +The 4.3 release offers a number of improvements, including NUMA > +scheduling affinity, openvswitch integration, and defaulting to > +qemu-upstream for non-stubdom guests. We also have a number of > +updates to vTPM, and improvements to XSM and Flask to allow greater > +disaggregation. Additionally, 4.3 contians a basic version of Xen for > +the new ARM server architecture, both 32- and 64-bit. And as always, > +there are a number of performance, stability, and security > +improvements under-the hood. > + > This file contains some quick-start instructions to install Xen on > your system. For more information see http:/www.xen.org/ and > http://wiki.xen.org/ I've got a separate patch removing the "-rc" from the ASCII art at the top fo the file; I'll send that out just before we do the release. -George