Michael Roth d34e8f6e9d main-loop: For tools, initialize timers as part of qemu_init_main_loop()
In some cases initializing the alarm timers can lead to non-negligable
overhead from programs that link against qemu-tool.o. At least,
setting a max-resolution WinMM alarm timer via mm_start_timer() (the
current default for Windows) can increase the "tick rate" on Windows
OSs and affect frequency scaling, and in the case of tools that run
in guest OSs such has qemu-ga, the impact can be fairly dramatic
(+20%/20% user/sys time on a core 2 processor was observed from an idle
Windows XP guest).

This patch doesn't address the issue directly (not sure what a good
solution would be for Windows, or what other situations it might be
noticeable), but it at least limits the scope of the issue to programs
that "opt-in" to using the main-loop.c functions by only enabling alarm
timers when qemu_init_main_loop() is called, which is already required
to make use of those facilities, so existing users shouldn't be
affected.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-02-01 14:45:02 -06:00
2012-01-26 14:49:18 +01:00
2012-01-13 10:55:56 -06:00
2012-01-26 14:49:18 +01:00
2012-01-27 10:50:55 -06:00
2012-01-21 05:17:02 +01:00
2012-01-25 15:10:17 +00:00
2012-01-21 05:17:00 +01:00
2012-01-13 10:36:59 +00:00
2012-01-19 08:14:33 +00:00
2012-01-21 05:17:01 +01:00
2011-11-07 10:57:36 -06:00
2012-01-13 10:55:56 -06:00
2011-12-02 10:50:57 +00:00
2011-12-06 11:40:01 -02:00
2011-12-06 11:40:01 -02:00
2012-01-26 14:49:18 +01:00
2012-01-26 14:49:18 +01:00
2012-01-18 10:23:39 -02:00
2012-01-13 10:37:00 +00:00
2012-01-12 10:05:37 -06:00
2012-01-12 10:05:37 -06:00
2012-01-12 10:05:37 -06:00
2012-01-12 10:05:38 -06:00
2011-11-07 08:01:15 +00:00
2012-01-18 10:23:38 -02:00
2012-01-04 13:34:50 +02:00
2012-01-04 13:34:50 +02:00
2011-12-15 09:20:50 -06:00
2012-01-10 09:36:43 +01:00
2011-12-02 10:50:57 +00:00
2012-01-26 14:49:18 +01:00
2012-01-26 14:49:18 +01:00
2011-12-02 10:50:57 +00:00
2012-01-13 10:55:56 -06:00
2011-12-09 11:25:22 +00:00
2011-12-02 10:50:57 +00:00
2012-02-01 14:42:03 -06:00
2012-01-13 10:55:56 -06:00
2012-01-26 14:49:18 +01:00
2012-01-26 14:49:18 +01:00
2011-12-22 11:53:59 +01:00
2011-12-22 11:53:59 +01:00
2012-01-12 10:34:20 -06:00
2012-01-13 10:55:56 -06:00
2011-12-22 11:53:58 +01:00
2012-01-13 10:55:56 -06:00
2012-01-10 18:23:58 +01:00
2012-01-10 18:23:58 +01:00
2012-01-26 14:49:18 +01:00
2011-12-15 09:20:50 -06:00
2011-12-15 09:20:50 -06:00
2012-01-27 05:29:56 +00:00
2011-12-06 10:07:04 +00:00
2012-01-26 14:49:18 +01:00
2012-01-26 14:49:18 +01:00
2012-01-26 14:49:18 +01:00
2012-01-18 10:23:39 -02:00
2011-12-11 17:50:43 -06:00
2012-01-04 13:34:50 +02:00
2012-01-30 19:13:21 +00:00
2012-01-27 10:50:47 -06:00
2012-01-27 10:50:47 -06:00
2012-01-27 10:50:47 -06:00

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

- QEMU team
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 528 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%