- Original Message -
> On Wed, 25 Jul 2012 01:55:14 -0400 (EDT)
> Amos Kong wrote:
>
> >
> >
> > - Original Message -
> > > On Thu, 5 Jul 2012 20:48:44 +0800
> > > Amos Kong wrote:
> > >
> > > > Convert 'sendkey' to use QAPI. do_sendkey() depends on some
> > > > variables/fun
On Wed, 25 Jul 2012 01:55:14 -0400 (EDT)
Amos Kong wrote:
>
>
> - Original Message -
> > On Thu, 5 Jul 2012 20:48:44 +0800
> > Amos Kong wrote:
> >
> > > Convert 'sendkey' to use QAPI. do_sendkey() depends on some
> > > variables/functions in monitor.c, so reserve qmp_sendkey()
> > >
- Original Message -
> On Thu, 5 Jul 2012 20:48:44 +0800
> Amos Kong wrote:
>
> > Convert 'sendkey' to use QAPI. do_sendkey() depends on some
> > variables/functions in monitor.c, so reserve qmp_sendkey()
> > to monitor.c
> >
> > key_defs[] in console.h is the mapping of key name to k
- Original Message -
> On Wed, 18 Jul 2012 20:56:54 +0800
> Amos Kong wrote:
>
> > >> +} KeyDef;
> > >> +
> > >> +static const KeyDef key_defs[] = {
> > >
> > > We can't have an array defined in a header file because it will
> > > be defined in
> > > each .c file that includes it.
> > >
>
On Wed, 18 Jul 2012 20:56:54 +0800
Amos Kong wrote:
> >> +} KeyDef;
> >> +
> >> +static const KeyDef key_defs[] = {
> >
> > We can't have an array defined in a header file because it will be defined
> > in
> > each .c file that includes it.
> >
> > Please, define it in input.c (along with qmp_se
On 12/07/12 23:09, Luiz Capitulino wrote:
Hi Luiz,
On Thu, 5 Jul 2012 20:48:44 +0800
Amos Kong wrote:
Convert 'sendkey' to use QAPI. do_sendkey() depends on some
variables/functions in monitor.c, so reserve qmp_sendkey()
to monitor.c
key_defs[] in console.h is the mapping of key name to
On Thu, 5 Jul 2012 20:48:44 +0800
Amos Kong wrote:
> Convert 'sendkey' to use QAPI. do_sendkey() depends on some
> variables/functions in monitor.c, so reserve qmp_sendkey()
> to monitor.c
>
> key_defs[] in console.h is the mapping of key name to keycode,
> Keys' index in the enmu and key_defs[
Convert 'sendkey' to use QAPI. do_sendkey() depends on some
variables/functions in monitor.c, so reserve qmp_sendkey()
to monitor.c
key_defs[] in console.h is the mapping of key name to keycode,
Keys' index in the enmu and key_defs[] is same.
'send-key' of QMP doesn't support key in hexadecimal f