[PATCH 05/10] qemu: Wire up live update

2021-01-22 Thread Michal Privoznik
As advertised in one of previous commits, we want' to be able to change 'requested-size' attribute of virtio-mem on the fly. This commit does exactly that. Changing anything else is checked for and forbidden. Once guest has changed the allocation, QEMU emits an event which we will use to track the

Re: [PATCH 05/10] qemu: Wire up live update

2021-01-22 Thread Daniel Henrique Barboza
On 1/22/21 9:50 AM, Michal Privoznik wrote: As advertised in one of previous commits, we want' to be able to Extra " ' " after want. Reviewed-by: Daniel Henrique Barboza change 'requested-size' attribute of virtio-mem on the fly. This commit does exactly that. Changing anything else is

Re: [PATCH 05/10] qemu: Wire up live update

2021-02-02 Thread Peter Krempa
On Fri, Jan 22, 2021 at 13:50:27 +0100, Michal Privoznik wrote: > As advertised in one of previous commits, we want' to be able to > change 'requested-size' attribute of virtio-mem on the fly. This > commit does exactly that. Changing anything else is checked for > and forbidden. > > Once guest ha