All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] balloon: Fix device name in error message.
@ 2014-02-23 14:05 ` Hani Benhabiles
  0 siblings, 0 replies; 6+ messages in thread
From: Hani Benhabiles @ 2014-02-23 14:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Also fix trailing whitespace.

Signed-off-by: Hani Benhabiles <hani@linux.com>
---
 balloon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/balloon.c b/balloon.c
index e321f2c..b66710a 100644
--- a/balloon.c
+++ b/balloon.c
@@ -125,8 +125,8 @@ void qmp_balloon(int64_t value, Error **errp)
         error_set(errp, QERR_INVALID_PARAMETER_VALUE, "target", "a size");
         return;
     }
-    
+
     if (qemu_balloon(value) == 0) {
-        error_set(errp, QERR_DEVICE_NOT_ACTIVE, "balloon");
+        error_set(errp, QERR_DEVICE_NOT_ACTIVE, "virtio-balloon-pci");
     }
 }
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-24 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 14:05 [Qemu-trivial] [PATCH] balloon: Fix device name in error message Hani Benhabiles
2014-02-23 14:05 ` [Qemu-devel] " Hani Benhabiles
2014-02-24  9:04 ` [Qemu-trivial] " Markus Armbruster
2014-02-24  9:04   ` Markus Armbruster
2014-02-24 18:59   ` [Qemu-trivial] " Hani Benhabiles
2014-02-24 18:59     ` Hani Benhabiles

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.