Re: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-28 Thread David Hildenbrand
On 28.02.23 09:56, Michael S. Tsirkin wrote: On Tue, Feb 28, 2023 at 03:26:56AM +, Yangming wrote: Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to

Re: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-28 Thread Michael S. Tsirkin
On Tue, Feb 28, 2023 at 03:26:56AM +, Yangming wrote: > > > Optimize the virtio-balloon feature on the ARM platform by adding a > > > variable to keep track of the current hot-plugged pc-dimm size, > > > instead of traversing the virtual machine's memory modules to count > > > the current RAM s

[PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-27 Thread Yangming via
> > Optimize the virtio-balloon feature on the ARM platform by adding a > > variable to keep track of the current hot-plugged pc-dimm size, > > instead of traversing the virtual machine's memory modules to count > > the current RAM size during the balloon inflation or deflation > > process. This va

Re: Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-27 Thread David Hildenbrand
Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to count the current RAM size during the balloon inflation or deflation process. This variable can be updat

Re: Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-27 Thread David Hildenbrand
On 27.02.23 02:25, Yangming wrote: On Fri, Feb 24, 2023 at 08:23:40AM +, Yangming wrote: Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to coun

Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-26 Thread Yangming via
> On Fri, Feb 24, 2023 at 08:23:40AM +, Yangming wrote: > > > > Optimize the virtio-balloon feature on the ARM platform by adding a > variable to keep track of the current hot-plugged pc-dimm size, instead of > traversing the virtual machine's memory modules to count the current RAM > size d

Re: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-24 Thread Michael S. Tsirkin
On Fri, Feb 24, 2023 at 08:23:40AM +, Yangming wrote: > > Optimize the virtio-balloon feature on the ARM platform by adding a variable > to keep track of the current hot-plugged pc-dimm size, instead of traversing > the virtual machine's memory modules to count the current RAM size during th

[PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-24 Thread Yangming via
Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to count the current RAM size during the balloon inflation or deflation process. This variable can be u