All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 4.3 release: Update README
@ 2013-06-05 11:08 George Dunlap
  2013-06-05 11:10 ` George Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: George Dunlap @ 2013-06-05 11:08 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Ian Jackson, Keir Fraser, Ian Campbell

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
CC: Keir Fraser <keir@xen.org>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Ian Jackson <ian.jackson@citrix.com>
---
 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/
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] 4.3 release: Update README
  2013-06-05 11:08 [PATCH] 4.3 release: Update README George Dunlap
@ 2013-06-05 11:10 ` George Dunlap
  2013-06-05 11:12 ` Ian Campbell
  2013-06-05 11:44 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: George Dunlap @ 2013-06-05 11:10 UTC (permalink / raw)
  To: George Dunlap; +Cc: Ian Jackson, Keir Fraser, Ian Campbell, xen-devel

On 05/06/13 12:08, George Dunlap wrote:
> Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
> CC: Keir Fraser <keir@xen.org>
> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Ian Jackson <ian.jackson@citrix.com>
> ---
>   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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 4.3 release: Update README
  2013-06-05 11:08 [PATCH] 4.3 release: Update README George Dunlap
  2013-06-05 11:10 ` George Dunlap
@ 2013-06-05 11:12 ` Ian Campbell
  2013-06-05 11:44 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2013-06-05 11:12 UTC (permalink / raw)
  To: George Dunlap; +Cc: Ian Jackson, Keir Fraser, xen-devel

On Wed, 2013-06-05 at 12:08 +0100, George Dunlap wrote:
> Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
> CC: Keir Fraser <keir@xen.org>

If you fix the typo:
Acked-by: Ian Campbell <ian.campbell@citrix.com>

> CC: Ian Jackson <ian.jackson@citrix.com>
> ---
>  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

"contains"

(sometimes I feel like I could be replaced by a computer program of some
sort ;-))

> +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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 4.3 release: Update README
  2013-06-05 11:08 [PATCH] 4.3 release: Update README George Dunlap
  2013-06-05 11:10 ` George Dunlap
  2013-06-05 11:12 ` Ian Campbell
@ 2013-06-05 11:44 ` Jan Beulich
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2013-06-05 11:44 UTC (permalink / raw)
  To: George Dunlap; +Cc: Ian Jackson, Keir Fraser, Ian Campbell, xen-devel

>>> On 05.06.13 at 13:08, George Dunlap <george.dunlap@eu.citrix.com> wrote:
> Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
> CC: Keir Fraser <keir@xen.org>
> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Ian Jackson <ian.jackson@citrix.com>
> ---
>  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.

This may give the (I think) false impression that it would be using
the latest upstream qemu release, hence I would consider it
desirable to mention what upstream qemu release our release is
going to be based upon.

Jan

>  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/ 
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org 
> http://lists.xen.org/xen-devel 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-05 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 11:08 [PATCH] 4.3 release: Update README George Dunlap
2013-06-05 11:10 ` George Dunlap
2013-06-05 11:12 ` Ian Campbell
2013-06-05 11:44 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.