Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-10 Thread Marcelo Tosatti
On Wed, Oct 09, 2013 at 11:27:37PM +0200, Paolo Bonzini wrote: > Il 09/10/2013 22:05, Marcelo Tosatti ha scritto: > >>> > > Can the new option format for memory be created incrementally on > >>> > > top of -mem-path-force? (agree its a good thing, it avoids > >>> > > proliferation > >>> > > of ne

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-09 Thread Paolo Bonzini
Il 09/10/2013 22:05, Marcelo Tosatti ha scritto: >>> > > Can the new option format for memory be created incrementally on >>> > > top of -mem-path-force? (agree its a good thing, it avoids proliferation >>> > > of new options). >> > >> > If you do it on top, it won't avoid proliferation, or am I

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-09 Thread Marcelo Tosatti
On Wed, Oct 09, 2013 at 08:23:26AM +0200, Markus Armbruster wrote: > Marcelo Tosatti writes: > > > On Tue, Oct 08, 2013 at 10:02:26AM +0200, Paolo Bonzini wrote: > >> Il 08/10/2013 09:32, Markus Armbruster ha scritto: > >> > We have > >> > > >> > -mem-path FILE provide backing storage for g

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-09 Thread Paolo Bonzini
Il 09/10/2013 00:03, Marcelo Tosatti ha scritto: > It would be important for the new option to be backportable > independently. Therefore mixing it with -numa is not an option. Why is it important to backport it independently? In any case you need management support for the new option. Paolo

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-08 Thread Markus Armbruster
Marcelo Tosatti writes: > On Tue, Oct 08, 2013 at 10:02:26AM +0200, Paolo Bonzini wrote: >> Il 08/10/2013 09:32, Markus Armbruster ha scritto: >> > We have >> > >> > -mem-path FILE provide backing storage for guest RAM >> > -mem-prealloc preallocate guest memory (use with -mem-path) >

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-08 Thread Marcelo Tosatti
On Tue, Oct 08, 2013 at 10:02:26AM +0200, Paolo Bonzini wrote: > Il 08/10/2013 09:32, Markus Armbruster ha scritto: > > We have > > > > -mem-path FILE provide backing storage for guest RAM > > -mem-prealloc preallocate guest memory (use with -mem-path) > > > > PATCH 2/2 adds > > > >

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-08 Thread Paolo Bonzini
Il 08/10/2013 09:32, Markus Armbruster ha scritto: > We have > > -mem-path FILE provide backing storage for guest RAM > -mem-prealloc preallocate guest memory (use with -mem-path) > > PATCH 2/2 adds > > -mem-path-forcefail if unable to allocate RAM as specified by > -mem-path

Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-08 Thread Markus Armbruster
We have -mem-path FILE provide backing storage for guest RAM -mem-prealloc preallocate guest memory (use with -mem-path) PATCH 2/2 adds -mem-path-forcefail if unable to allocate RAM as specified by -mem-path Looks like it's time to consolidate the options related to guest mem

[Qemu-devel] [patch 0/2] force -mem-path RAM allocation

2013-10-07 Thread Marcelo Tosatti
See individual patches for details.