Luiz Capitulino fb08dde098 Introduce QDict
QDict is a high-level dictionary data type that can be used to store a
collection of QObjects. A unique key is associated with only one
QObject.

The following functions are available:

- qdict_new()    Create a new QDict
- qdict_put()    Add a new 'key:object' pair
- qdict_get()    Get the QObject of a given key
- qdict_del()    Delete a 'key:object' pair
- qdict_size()   Return the size of the dictionary
- qdict_haskey() Check if a given 'key' exists

Some high-level helpers to operate on QStrings and QInts objects
are also provided.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-09-04 09:37:29 -05:00
2009-09-02 16:46:13 +04:00
2009-08-28 19:47:11 +00:00
2009-08-31 15:41:53 +00:00
2009-08-25 01:14:14 +02:00
2009-08-27 20:30:22 -05:00
2009-07-27 14:09:20 -05:00
2009-05-13 20:54:26 +01:00
2009-08-27 20:30:20 -05:00
2009-06-29 08:52:44 -05:00
2009-07-09 16:06:38 -05:00
2009-05-24 21:24:33 +01:00
2009-05-26 21:10:28 +02:00
2009-05-27 09:46:03 -05:00
2009-07-27 14:09:20 -05:00
2009-08-10 13:05:25 -05:00
2007-09-16 20:03:23 +00:00
2009-07-02 17:54:34 +00:00
2009-08-27 20:35:30 -05:00
2009-09-04 09:37:29 -05:00
2009-08-27 19:33:15 -05:00
2009-07-30 09:50:36 -05:00
2009-08-24 08:01:42 -05:00
2009-08-27 19:33:15 -05:00
2009-08-27 19:33:15 -05:00
2009-08-31 15:14:40 +00:00
2009-09-04 09:37:27 -05:00
2009-09-04 09:37:27 -05:00
2009-08-24 08:02:55 -05:00
2009-08-27 20:30:20 -05:00
2009-08-15 07:51:59 +00:00
2009-09-04 09:37:29 -05:00
2009-09-04 09:37:29 -05:00
2009-06-15 13:52:27 +02:00
2009-08-15 07:51:59 +00:00
2009-08-10 13:05:27 -05:00
2009-07-27 14:10:55 -05:00
2009-05-19 22:29:20 +04:00
2009-08-10 13:05:25 -05:00
2009-05-08 16:11:49 -05:00
2009-07-22 10:58:49 -05:00
2009-08-10 13:05:31 -05:00
2009-09-04 09:37:29 -05:00
2009-09-04 09:37:29 -05:00
2009-09-04 09:37:29 -05:00
2009-09-04 09:37:29 -05:00
2009-09-04 09:37:29 -05:00
2008-12-14 08:50:18 +00:00
2009-08-10 13:05:39 -05:00
2009-09-04 09:37:25 -05:00
2009-06-29 08:52:44 -05:00
2009-07-08 18:25:37 +04:00
2009-08-23 18:03:34 +02:00
2009-04-07 21:47:27 +00:00
2008-12-14 08:53:17 +00:00
2009-07-27 14:09:15 -05:00
2009-07-16 18:12:18 -05:00
2009-09-04 09:37:27 -05:00
2009-08-01 10:13:20 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-08-10 13:05:31 -05:00
2009-08-10 13:05:30 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%