Re: [RFC 4/5] vmx_balloon: update the NR_BALLOON_PAGES state

2025-03-12 Thread Michael S. Tsirkin
On Wed, Mar 12, 2025 at 02:11:09PM -0600, Nico Pache wrote: > On Wed, Mar 12, 2025 at 12:57 AM Michael S. Tsirkin wrote: > > > > On Tue, Mar 11, 2025 at 06:06:59PM -0600, Nico Pache wrote: > > > Update the NR_BALLOON_PAGES counter when pages are added to or > > > removed from the VMware balloon. >

Re: [RFC 4/5] vmx_balloon: update the NR_BALLOON_PAGES state

2025-03-12 Thread Nico Pache
On Wed, Mar 12, 2025 at 12:57 AM Michael S. Tsirkin wrote: > > On Tue, Mar 11, 2025 at 06:06:59PM -0600, Nico Pache wrote: > > Update the NR_BALLOON_PAGES counter when pages are added to or > > removed from the VMware balloon. > > > > Signed-off-by: Nico Pache > > --- > > drivers/misc/vmw_balloo

Re: [RFC 4/5] vmx_balloon: update the NR_BALLOON_PAGES state

2025-03-12 Thread Michael S. Tsirkin
On Tue, Mar 11, 2025 at 06:06:59PM -0600, Nico Pache wrote: > Update the NR_BALLOON_PAGES counter when pages are added to or > removed from the VMware balloon. > > Signed-off-by: Nico Pache > --- > drivers/misc/vmw_balloon.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff -

[RFC 4/5] vmx_balloon: update the NR_BALLOON_PAGES state

2025-03-11 Thread Nico Pache
Update the NR_BALLOON_PAGES counter when pages are added to or removed from the VMware balloon. Signed-off-by: Nico Pache --- drivers/misc/vmw_balloon.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c index c817d8c21