Avi Kivity b7cd3db6f4 Add support for 128-bit arithmetic
The memory API supports 64-bit buses (e.g. PCI).  A size on such a bus cannot
be represented with a 64-bit data type, if both 0 and the entire address
space size are to be represented.  Futhermore, any address arithemetic may
overflow and return unexpected results.

Introduce a 128-bit signed integer type for use in such cases.  Addition,
subtraction, and comparison are the only operations supported.

Signed-off-by: Avi Kivity <avi@redhat.com>
2011-10-16 13:13:05 +02:00
2011-09-22 21:38:53 +05:30
2011-10-06 09:48:07 +02:00
2011-10-05 09:26:23 +01:00
2011-09-28 13:11:30 +02:00
2011-10-03 13:53:14 -03:00
2011-10-06 09:48:09 +02:00
2011-10-15 21:03:41 +00:00
2011-09-21 11:10:52 +01:00
2011-09-23 10:55:32 -05:00
2011-09-10 16:57:36 +00:00
2011-08-27 15:42:35 +00:00
2011-09-06 11:23:51 +02:00
2011-10-14 17:31:22 +02:00
2011-09-16 08:26:31 -05:00
2011-09-21 11:10:52 +01:00
2011-09-21 10:50:59 +01:00
2011-10-06 09:48:01 +02:00
2011-08-25 09:21:48 +01:00
2011-09-10 16:57:36 +00:00
2011-10-04 11:02:57 -03:00
2011-10-04 11:02:57 -03:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00
2011-10-16 13:13:05 +02:00
2011-10-11 15:57:07 +02:00
2011-10-11 15:57:07 +02:00
2011-08-04 15:51:22 +02:00
2011-08-04 15:51:22 +02:00
2011-10-11 15:57:09 +02:00
2011-10-02 16:27:13 +02:00
2011-08-27 15:42:35 +00:00
2011-07-21 16:48:13 -03:00
2011-09-21 11:34:43 +02:00
2011-09-19 11:34:33 +02:00
2011-08-21 15:33:33 +00:00
2011-09-20 14:32:56 +02:00
2011-10-06 09:48:09 +02:00
2011-08-27 15:42:35 +00:00
2011-09-23 10:55:32 -05:00
2011-08-02 15:53:40 +02:00
2011-09-19 11:34:33 +02:00
2011-09-23 10:55:32 -05:00
2011-10-04 11:00:46 -03:00
2011-10-04 11:00:46 -03:00
2011-07-21 16:48:13 -03:00
2011-10-04 11:02:57 -03:00
2011-10-01 09:31:08 +00:00
2011-10-01 09:31:08 +00:00
2011-10-01 09:31:08 +00:00
2011-07-23 11:26:12 -05:00
2011-08-27 15:42:35 +00:00
2011-10-04 11:02:57 -03:00
2011-07-23 11:57:53 -05:00
2011-10-15 17:40:01 +00:00
2011-08-27 15:42:35 +00:00
2011-09-15 16:39:32 -03:00
2011-09-10 16:57:39 +00: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%