Anthony Liguori 69e5bb68a5 Add glib support to main loop
This allows GSources to be used to register callback events in QEMU.  This is
useful as it allows us to take greater advantage of glib and also because it
allows us to write code that is more easily testable outside of QEMU since we
can make use of glib's main loop in unit tests.

All new code should use glib's callback mechanisms for registering fd events
which are very well documented at:

http://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html

And:

http://developer.gnome.org/gio/stable/

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-09-01 13:12:33 -05:00
2011-08-12 08:31:30 -05:00
2011-08-31 21:48:10 +02:00
2011-08-10 17:34:13 +02:00
2011-08-10 17:34:13 +02:00
2011-08-23 22:24:40 +02:00
2011-08-27 15:42:35 +00:00
2011-08-26 18:18:38 +02:00
2011-08-26 18:18:38 +02:00
2011-08-26 18:18:38 +02:00
2011-07-21 16:48:13 -03:00
2011-08-22 10:20:10 -05:00
2011-08-22 10:17:44 -05:00
2011-08-12 13:07:58 +01:00
2011-08-25 09:21:48 +01:00
2011-08-04 15:51:22 +02:00
2011-08-28 07:17:08 +00:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00
2011-08-04 15:51:22 +02:00
2011-08-04 15:51:22 +02:00
2011-08-05 10:57:34 -05:00
2011-08-22 10:20:10 -05:00
2011-08-29 11:52:09 +03:00
2011-08-27 15:42:35 +00:00
2011-07-21 16:48:13 -03:00
2011-07-25 14:38:56 +00:00
2011-08-21 15:33:33 +00:00
2011-08-21 15:33:22 +00:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00
2011-08-22 10:17:44 -05:00
2011-08-20 23:01:08 -05:00
2011-08-02 15:53:40 +02:00
2011-08-05 10:57:35 -05:00
2011-08-21 18:27:34 -05:00
2011-07-21 16:48:13 -03:00
2011-08-26 18:18:38 +02:00
2011-08-22 10:20:10 -05:00
2011-07-23 11:26:12 -05:00
2011-08-27 15:42:35 +00:00
2011-08-27 17:03:23 +00:00
2011-07-23 11:57:53 -05:00
2011-09-01 13:12:33 -05:00
2011-08-27 15:42:35 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
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%