]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hv/hv_balloon.c
Drivers: hv: balloon: Fix info request to show max page count
authorAlex Ng <alexng@messages.microsoft.com>
Sun, 6 Nov 2016 21:14:12 +0000 (13:14 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:01:17 +0000 (10:01 +0100)
commit8500096017e3a1baadbdefe8b84a99117472af46
treea4974a34951f6127b5038cb59b76384dd3c45ee9
parentb357fd3908c1191f2f56e38aa77f2aecdae18bc8
Drivers: hv: balloon: Fix info request to show max page count

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 <alexng@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_balloon.c