new file mode 100644
@@ -0,0 +1,24 @@
+kvm-balloon(1)
+================
+
+NAME
+----
+kvm-balloon - Inflate or deflate the virtio balloon
+
+SYNOPSIS
+--------
+[verse]
+'kvm balloon [instance] [command] [size]'
+
+DESCRIPTION
+-----------
+The command inflates or deflates the virtio balloon located in the
+specified instance.
+For a list of running instances see 'kvm list'.
+
+Command can be either 'inflate' or 'deflate'. Inflate increases the
+size of the balloon, thus decreasing the amount of virtual RAM available
+for the guest. Deflation returns previously inflated memory back to the
+guest.
+
+size is specified in Mb.
@@ -7,3 +7,4 @@ kvm-pause common
kvm-version common
kvm-list common
kvm-debug common
+kvm-balloon common
Also adds some documentation. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> --- tools/kvm/Documentation/kvm-balloon.txt | 24 ++++++++++++++++++++++++ tools/kvm/command-list.txt | 1 + 2 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 tools/kvm/Documentation/kvm-balloon.txt