Markus Armbruster bc5f92e5db qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity check
The pointer arithmetic there is safe, but ugly.  Coverity grouses
about it.  However, the actual comparison is off by one: <= end
instead of < end.  Fix by rewriting the check in a cleaner way.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2013-01-14 08:59:38 +01:00
2013-01-10 15:11:53 -06:00
2013-01-11 08:30:24 +01:00
2013-01-12 12:42:55 +00:00
2012-12-19 08:29:06 +01:00
2013-01-07 17:37:11 +01:00
2012-12-22 12:06:48 +00:00
2012-10-24 10:26:22 +02:00
2013-01-10 15:11:53 -06:00
2013-01-12 12:26:16 +00:00
2013-01-10 15:23:39 +01:00
2012-09-07 09:02:44 +03:00
2013-01-08 16:38:12 -06:00
2012-11-01 13:10:06 +01:00
2012-12-20 23:08:47 +01:00
2013-01-05 12:00:27 -08:00
2013-01-02 15:58:09 +01:00
2012-12-20 23:09:25 +01:00
2013-01-03 12:53:41 -06:00
2012-12-03 14:08:40 -06:00
2012-12-22 12:04:44 +00:00

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

- QEMU team
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%