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

2023-03-28 Thread Yangming via
> On 09.03.23 07:14, Yangming wrote: > >> On 08.03.23 01:42, Michael S. Tsirkin wrote: > >>> On Wed, Mar 01, 2023 at 06:38:13AM +, 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, >

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

2023-03-09 Thread David Hildenbrand
On 09.03.23 07:14, Yangming wrote: On 08.03.23 01:42, Michael S. Tsirkin wrote: On Wed, Mar 01, 2023 at 06:38:13AM +, 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

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

2023-03-08 Thread Yangming via
> On 08.03.23 01:42, Michael S. Tsirkin wrote: > > On Wed, Mar 01, 2023 at 06:38:13AM +, 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

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

2023-03-08 Thread David Hildenbrand
On 08.03.23 01:42, Michael S. Tsirkin wrote: On Wed, Mar 01, 2023 at 06:38:13AM +, 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 v2] virtio-balloon: optimize the virtio-balloon on the ARM platform

2023-03-07 Thread Michael S. Tsirkin
On Wed, Mar 01, 2023 at 06:38:13AM +, 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 the b

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

2023-03-01 Thread David Hildenbrand
On 01.03.23 07:38, 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 the balloon inflation or deflation

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

2023-02-28 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 update