Re: [Qemu-devel] [RFC 3/3] memory/qmp: add set-memory-merge command

2012-06-26 Thread Daniel P. Berrange
On Tue, Jun 26, 2012 at 09:53:32AM -0300, Luiz Capitulino wrote: > On Tue, 26 Jun 2012 10:25:22 +0100 > "Daniel P. Berrange" wrote: > > > On Mon, Jun 25, 2012 at 05:05:45PM -0500, Anthony Liguori wrote: > > > On 06/25/2012 11:55 AM, Luiz Capitulino wrote: > > > >Allow to enable/disable memory mer

Re: [Qemu-devel] [RFC 3/3] memory/qmp: add set-memory-merge command

2012-06-26 Thread Luiz Capitulino
On Tue, 26 Jun 2012 10:25:22 +0100 "Daniel P. Berrange" wrote: > On Mon, Jun 25, 2012 at 05:05:45PM -0500, Anthony Liguori wrote: > > On 06/25/2012 11:55 AM, Luiz Capitulino wrote: > > >Allow to enable/disable memory merging during run-time. > > > > > >This is implemented by extending the qemu_se

Re: [Qemu-devel] [RFC 3/3] memory/qmp: add set-memory-merge command

2012-06-26 Thread Daniel P. Berrange
On Mon, Jun 25, 2012 at 05:05:45PM -0500, Anthony Liguori wrote: > On 06/25/2012 11:55 AM, Luiz Capitulino wrote: > >Allow to enable/disable memory merging during run-time. > > > >This is implemented by extending the qemu_set_mem_merge() function. > > > >To test on HMP: > > > > (qemu) set_memory_

Re: [Qemu-devel] [RFC 3/3] memory/qmp: add set-memory-merge command

2012-06-25 Thread Anthony Liguori
On 06/25/2012 11:55 AM, Luiz Capitulino wrote: Allow to enable/disable memory merging during run-time. This is implemented by extending the qemu_set_mem_merge() function. To test on HMP: (qemu) set_memory_merge on (qemu) set_memory_merge off Signed-off-by: Luiz Capitulino Is there a r

[Qemu-devel] [RFC 3/3] memory/qmp: add set-memory-merge command

2012-06-25 Thread Luiz Capitulino
Allow to enable/disable memory merging during run-time. This is implemented by extending the qemu_set_mem_merge() function. To test on HMP: (qemu) set_memory_merge on (qemu) set_memory_merge off Signed-off-by: Luiz Capitulino --- exec.c | 15 +++ hmp-commands.hx | 1