Re: [Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex

2012-09-27 Thread Luiz Capitulino
On Thu, 27 Sep 2012 11:19:58 +0200 Avi Kivity wrote: > On 09/26/2012 10:25 PM, Luiz Capitulino wrote: > > o v3 > > > > - doc & log fixups > > - rename KeyCode.hex to KeyCode.number > > > > This actually fixes a regression introduced by the qapi conversion, > > please refer to patch 2/3 for de

Re: [Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex

2012-09-27 Thread Markus Armbruster
Luiz Capitulino writes: > o v3 > > - doc & log fixups > - rename KeyCode.hex to KeyCode.number > > This actually fixes a regression introduced by the qapi conversion, > please refer to patch 2/3 for details. > > It's also important to note that this series changes the QMP > interface for the se

Re: [Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex

2012-09-27 Thread Avi Kivity
On 09/26/2012 10:25 PM, Luiz Capitulino wrote: > o v3 > > - doc & log fixups > - rename KeyCode.hex to KeyCode.number > > This actually fixes a regression introduced by the qapi conversion, > please refer to patch 2/3 for details. > > It's also important to note that this series changes the QM

Re: [Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex

2012-09-26 Thread Eric Blake
On 09/26/2012 02:25 PM, Luiz Capitulino wrote: > o v3 > > - doc & log fixups > - rename KeyCode.hex to KeyCode.number > > This actually fixes a regression introduced by the qapi conversion, > please refer to patch 2/3 for details. > > It's also important to note that this series changes the QM

[Qemu-devel] [PATCH v3 0/3] qmp: send-key: accept key codes in hex

2012-09-26 Thread Luiz Capitulino
o v3 - doc & log fixups - rename KeyCode.hex to KeyCode.number This actually fixes a regression introduced by the qapi conversion, please refer to patch 2/3 for details. It's also important to note that this series changes the QMP interface for the send-key command, but this shouldn't be a pro