Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-07 Thread Pasi Kärkkäinen
On Wed, Jan 07, 2015 at 10:27:37AM -0500, Konrad Rzeszutek Wilk wrote: > > > > And I think there was optimizations to oxenstored to support up to 1000 VMs > > per host.. > > .. and that. > Actually I'm not sure anymore about "up to 1000 VMs per host".. I was certain I was reading about such n

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-07 Thread Konrad Rzeszutek Wilk
On Tue, Jan 06, 2015 at 09:14:22PM +0200, Pasi Kärkkäinen wrote: > On Tue, Jan 06, 2015 at 01:21:58PM -0500, Konrad Rzeszutek Wilk wrote: > > On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: > > > Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Mak

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-07 Thread Ian Campbell
On Tue, 2015-01-06 at 19:46 +0100, Sander Eikelenboom wrote: > > diff --git a/README b/README > > index 412607a..641bb23 100644 > > --- a/README > > +++ b/README > > @@ -1,9 +1,9 @@ > > # > > -__ ___ ___ _

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Don Slutz
On 01/06/15 14:14, Pasi Kärkkäinen wrote: > On Tue, Jan 06, 2015 at 01:21:58PM -0500, Konrad Rzeszutek Wilk wrote: >> On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: >>> Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: >>> Upda

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Pasi Kärkkäinen
On Tue, Jan 06, 2015 at 01:21:58PM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: > > Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: > > Update to Xen 4.5.0"): > > > -The 4.3 relea

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Sander Eikelenboom
Tuesday, January 6, 2015, 7:21:58 PM, you wrote: > On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: >> Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: >> Update to Xen 4.5.0"): >> > -The 4.3 release offers a numb

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Andrew Cooper
On 06/01/15 18:21, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: >> Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: >> Update to Xen 4.5.0"): >>> -The 4.3 release offers a number of improvemen

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Konrad Rzeszutek Wilk
On Tue, Jan 06, 2015 at 06:06:23PM +, Ian Jackson wrote: > Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: > Update to Xen 4.5.0"): > > -The 4.3 release offers a number of improvements, including NUMA > > -scheduling affinity, openvswitch

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Ian Jackson
Konrad Rzeszutek Wilk writes ("[Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0"): > -The 4.3 release offers a number of improvements, including NUMA > -scheduling affinity, openvswitch integration, and defaulting to > -qemu-xen rather than qemu-traditional for

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Ian Campbell
On Tue, 2015-01-06 at 12:17 -0500, Konrad Rzeszutek Wilk wrote: > +The 4.5 release offers a number of improvements: including shedding > +of the Python toolstack (xend), I don't think this should be the headline "improvement", if it needs mentioning at all it should be further down, perhaps as a s

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Konrad Rzeszutek Wilk
On Tue, Jan 06, 2015 at 06:54:40PM +0100, Sander Eikelenboom wrote: > > Tuesday, January 6, 2015, 6:17:12 PM, you wrote: > > > Expand the README file to give a brief view of what went in > > Xen 4.5.0. Also change the Makefile to not use the '-rc' > > postfix. > > > Signed-off-by: Konrad Rzeszut

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Andrew Cooper
On 06/01/15 17:17, Konrad Rzeszutek Wilk wrote: > Expand the README file to give a brief view of what went in > Xen 4.5.0. Also change the Makefile to not use the '-rc' > postfix. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > README | 40 +++- > xen/Ma

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Sander Eikelenboom
Tuesday, January 6, 2015, 6:17:12 PM, you wrote: > Expand the README file to give a brief view of what went in > Xen 4.5.0. Also change the Makefile to not use the '-rc' > postfix. > Signed-off-by: Konrad Rzeszutek Wilk > --- > README | 40 +++- > xen/

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Konrad Rzeszutek Wilk
On Tue, Jan 06, 2015 at 05:40:20PM +, Julien Grall wrote: > Hi Konrad, > > On 06/01/15 17:17, Konrad Rzeszutek Wilk wrote: > > +Additionally, 4.5 has a huge update to the ARM code allowing us to support > > +more than 1TB guests, support for more than 8 CPUs, Power State > > Coordination > >

Re: [Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Julien Grall
Hi Konrad, On 06/01/15 17:17, Konrad Rzeszutek Wilk wrote: > +Additionally, 4.5 has a huge update to the ARM code allowing us to support > +more than 1TB guests, support for more than 8 CPUs, Power State Coordination We only support up to 1TB of memory and up to 8 CPUs per guest. Regards, -- J

[Xen-devel] [PATCH] README, xen/Makefile: Update to Xen 4.5.0

2015-01-06 Thread Konrad Rzeszutek Wilk
Expand the README file to give a brief view of what went in Xen 4.5.0. Also change the Makefile to not use the '-rc' postfix. Signed-off-by: Konrad Rzeszutek Wilk --- README | 40 +++- xen/Makefile | 2 +- 2 files changed, 28 insertions(+), 14 deletions