Amit Shah 182b9203f8 balloon: Simplify code flow
Replace:
  if (foo) {
    ...
  } else {
    return 0;
  }

by

  if (!foo) {
    return 0;
  }
  ...

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
2011-08-04 16:43:09 -05:00
2011-07-25 14:38:56 +00:00
2011-07-29 08:25:42 -05:00
2011-06-20 15:13:34 -03:00
2011-07-25 14:38:56 +00:00
2011-07-21 16:48:14 -03:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 09:41:14 +00:00
2011-07-30 18:54:23 +00:00
2011-07-25 14:38:56 +00:00
2011-04-08 13:03:34 -06:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:09:59 +02:00
2011-08-04 16:43:09 -05:00
2011-06-20 17:08:57 +01:00
2011-07-21 16:48:13 -03:00
2011-03-16 17:11:07 -03:00
2011-06-26 18:25:35 +00:00
2011-06-15 14:36:16 +02:00
2011-07-30 09:41:14 +00:00
2011-06-07 13:52:10 -05:00
2011-07-25 14:38:56 +00:00
2011-06-20 15:18:43 -03:00
2011-06-14 03:08:57 +02:00
2011-07-30 10:51:25 +00:00
2011-07-29 08:25:43 -05:00
2011-07-29 08:25:43 -05:00
2011-07-21 16:48:13 -03:00
2011-07-25 14:38:56 +00:00
2011-06-15 19:58:48 +00:00
2011-06-15 19:58:48 +00:00
2011-07-25 14:38:56 +00:00
2011-07-18 16:06:27 +02:00
2011-03-13 14:44:22 +00:00
2011-07-21 16:48:13 -03:00
2011-06-14 09:34:34 -05:00
2011-07-23 11:26:12 -05:00
2011-07-29 08:25:44 -05:00
2011-06-23 11:28:06 +02:00
2011-07-30 09:41:14 +00:00
2011-07-23 11:57:53 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 531 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%