[libvirt] [PATCH 2/2] Detect errors from the 'sendkey' command

2011-08-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com On success, the 'sendkey' command does not return any data, so any data in the reply should be considered to be an error message * src/qemu/qemu_monitor_text.c: Treat non- reply data as an error message for 'sendkey' command ---

Re: [libvirt] [PATCH 2/2] Detect errors from the 'sendkey' command

2011-08-25 Thread Eric Blake
On 08/25/2011 10:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com On success, the 'sendkey' command does not return any data, so any data in the reply should be considered to be an error message * src/qemu/qemu_monitor_text.c: Treat non- reply data as an error