Luiz Capitulino 05a3543dbd input: qmp_send_key(): simplify
The current code duplicates the QKeyCodeList keys in order to store
the key values for release_keys() late run. This is a bit complicated
though, as we have to care about correct ordering and then release_keys()
will have to index key_defs[] over again.

Switch to an array of integers, which is dynamically allocated and stores
the already converted key value.

This simplifies the current code and the next commit.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
2012-09-27 09:48:24 -03:00
2012-08-28 20:38:39 +02:00
2012-08-20 11:05:08 -03:00
2012-09-26 10:45:02 -03:00
2012-08-28 20:38:39 +02:00
2012-09-07 09:02:44 +03:00
2012-09-21 15:12:58 +02:00
2012-08-04 15:51:23 +00:00
2012-09-05 15:48:57 -03:00
2012-08-02 18:12:17 +02:00
2012-09-21 15:12:58 +02:00
2012-09-15 15:34:27 +00:00
2012-08-16 13:41:16 -05:00
2012-07-28 09:23:11 +00:00
2012-08-13 14:17:53 -03:00
2012-09-05 15:48:57 -03:00
2012-09-22 17:59:12 +00:00
2012-09-05 15:48:57 -03:00
2012-09-27 09:48:24 -03:00
2012-09-09 17:03:09 +03:00
2012-09-10 15:29:51 +03:00
2012-09-21 15:12:57 +02:00
2012-09-25 19:05:56 -05:00
2012-08-08 13:51:12 +02:00
2012-09-26 12:42:19 -03:00
2012-09-19 15:26:31 +02:00
2012-08-08 13:51:12 +02:00
2012-08-16 13:41:16 -05:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-13 14:17:53 -03:00
2012-08-16 13:41:15 -05:00
2012-08-16 13:41:15 -05:00
2012-09-26 12:42:19 -03:00
2012-09-26 12:42:19 -03:00
2012-09-05 11:44:53 -05:00
2012-09-10 13:52:28 -05:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%