Blue Swirl c57c846a80 qemu-timer: move commonly used timer code to qemu-timer-common
Move timer init functions to a new file, qemu-timer-common.c. Make other
critical timer functions inlined to preserve performance in
qemu-timer.c, also move muldiv64() (used by the inline functions)
to qemu-timer.h.

Adjust block/raw-posix.c and simpletrace.c to use get_clock() directly.
Remove a similar/duplicate definition in qemu-tool.c.

Adjust hw/omap_clk.c to include qemu-timer.h because muldiv64() is used
there.

After this change, tracing can be used also for user code and
simpletrace on Win32.

Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Acked-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-10-23 15:24:07 +00:00
2010-07-13 18:18:23 +02:00
2010-10-13 18:41:29 +00:00
2010-10-13 18:38:07 +00:00
2010-07-13 08:55:04 -05:00
2010-10-03 06:34:51 +00:00
2010-10-23 14:47:13 +00:00
2010-10-09 08:19:38 +00:00
2010-09-25 11:26:05 +00:00
2010-10-09 08:17:03 +00:00
2010-09-08 12:39:22 +02:00
2010-09-10 18:47:31 +00:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-10-23 14:47:13 +00:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-07-22 05:52:09 +02:00
2010-10-03 06:34:51 +00:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-09-09 16:22:45 -05:00
2010-10-20 16:15:04 -05:00
2010-10-20 16:15:04 -05:00
2010-09-07 13:46:17 +02:00
2010-10-06 18:24:37 +02:00
2010-10-06 18:24:37 +02:00
2010-08-20 21:03:24 +00:00
2010-10-09 08:20:39 +00:00
2010-09-25 11:26:05 +00:00
2010-09-25 11:26:05 +00:00
2010-10-05 13:53:56 -05:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2010-09-22 20:05:23 +00:00
2010-10-03 06:34:51 +00:00
2010-09-21 18:36:42 +02:00
2010-10-03 06:34:51 +00:00
2010-09-21 15:39:42 +02:00
2010-09-21 15:39:42 +02:00
2010-09-21 18:36:42 +02:00
2010-10-09 08:20:39 +00:00
2010-10-03 06:34:51 +00:00
2010-10-03 06:34:51 +00:00
2010-10-01 10:12:43 -03:00
2010-09-18 05:53:14 +00:00
2010-10-23 14:47:13 +00:00
2010-10-13 18:41:29 +00:00
2010-07-28 07:58:15 -05: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%