projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34b867
)
qemu-ga: don't warn on no command return
author
Luiz Capitulino
<lcapitulino@redhat.com>
Tue, 8 May 2012 17:24:45 +0000
(14:24 -0300)
committer
Michael Roth
<mdroth@linux.vnet.ibm.com>
Tue, 15 May 2012 14:15:16 +0000
(09:15 -0500)
This is a valid condition when a command chooses to not emit a
success response.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-ga.c
patch
|
blob
|
history
diff --git
a/qemu-ga.c
b/qemu-ga.c
index 680997ebd3e57b38bdd7c607bf1ad96565c4bfc0..cf61cb95e5c104737c848341bb79b34530ddcc49 100644
(file)
--- a/
qemu-ga.c
+++ b/
qemu-ga.c
@@
-488,8
+488,6
@@
static void process_command(GAState *s, QDict *req)
g_warning("error sending response: %s", strerror(ret));
}
qobject_decref(rsp);
- } else {
- g_warning("error getting response");
}
}