Re: [libvirt] [PATCHv2] qemu: Try to use QMP for send-key if supported

2013-04-11 Thread Peter Krempa
On 04/11/13 16:29, Eric Blake wrote: On 04/11/2013 07:15 AM, Peter Krempa wrote: Instead of always using HMP use the QMP send-key command introduced in qemu 1.3. --- Notes: Version 2: - always try QMP instead of adding capability bit Lots smaller :) ACK. +/* create single

Re: [libvirt] [PATCHv2] qemu: Try to use QMP for send-key if supported

2013-04-11 Thread Eric Blake
On 04/11/2013 07:15 AM, Peter Krempa wrote: > Instead of always using HMP use the QMP send-key command introduced in qemu > 1.3. > --- > > Notes: > Version 2: > - always try QMP instead of adding capability bit Lots smaller :) ACK. > +/* create single key object */ > +i

[libvirt] [PATCHv2] qemu: Try to use QMP for send-key if supported

2013-04-11 Thread Peter Krempa
Instead of always using HMP use the QMP send-key command introduced in qemu 1.3. --- Notes: Version 2: - always try QMP instead of adding capability bit src/qemu/qemu_monitor_json.c | 69 1 file changed, 64 insertions(+), 5 deletions(-) diff