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
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
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_
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
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