Re: [PATCH v2 09/13] Introduce MEMORY_DEVICE_SIZE_CHANGE event

2021-02-18 Thread Peter Krempa
On Thu, Feb 18, 2021 at 14:31:04 +0100, Michal Privoznik wrote: > New event is introduced that is emitted whenever guest > acknowledges allocation change request of a virtio-mem. > The aim is to let applications know when that happens, > because changes in allocation are not synchronous with >

[PATCH v2 09/13] Introduce MEMORY_DEVICE_SIZE_CHANGE event

2021-02-18 Thread Michal Privoznik
New event is introduced that is emitted whenever guest acknowledges allocation change request of a virtio-mem. The aim is to let applications know when that happens, because changes in allocation are not synchronous with issuing the request. Under the hood, the event is emitted whenever QEMU emits

[PATCH v2 09/13] Introduce MEMORY_DEVICE_SIZE_CHANGE event

2021-02-09 Thread Michal Privoznik
New event is introduced that is emitted whenever guest acknowledges allocation change request of a virtio-mem. The aim is to let applications know when that happens, because changes in allocation are not synchronous with issuing the request. Under the hood, the event is emitted whenever QEMU emits