RE: [PATCH V2 08/14] Drivers: hv: balloon: Fix info request to show max page count

2016-11-10 Thread Alex Ng (LIS)
nical.com; > vkuzn...@redhat.com; jasow...@redhat.com; > leann.ogasaw...@canonical.com; Stephen Hemminger > ; Alex Ng (LIS) ; Alex > Ng (LIS) > Subject: Re: [PATCH V2 08/14] Drivers: hv: balloon: Fix info request to show > max page count > > On Tue, Nov 01, 2016 at 01:07:28PM

Re: [PATCH V2 08/14] Drivers: hv: balloon: Fix info request to show max page count

2016-11-10 Thread Dan Carpenter
On Tue, Nov 01, 2016 at 01:07:28PM -0700, k...@exchange.microsoft.com wrote: > From: Alex Ng > > Balloon driver was only printing the size of the info blob and not the > actual content. This fixes it so that the info blob (max page count as > configured in Hyper-V) is printed out. > > Signed-off

[PATCH V2 08/14] Drivers: hv: balloon: Fix info request to show max page count

2016-11-01 Thread kys
From: Alex Ng Balloon driver was only printing the size of the info blob and not the actual content. This fixes it so that the info blob (max page count as configured in Hyper-V) is printed out. Signed-off-by: Alex Ng Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv_balloon.c |9 +++-