Alon Levy a13ccc991a ui/spice-display: use uintptr_t when casting qxl physical addresses
The current intptr_t casts are a problem when the address's highest
bit is 1, and it is cast to a intptr_t and then to uint64_t, such
as at:
     surface.mem        = (intptr_t)ssd->buf;

This causes the sign bit to be extended which causes a wrong address to
be passed on to spice, which then complains when it gets the wrong
slot_id number, since the slot_id is taken from the higher bits.

The assertion happens early - during the first primary surface creation.

This fixes running "-vga qxl -spice" with 32 bit compiled
qemu-system-i386.

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2012-03-22 14:29:13 +01:00
2012-03-14 22:20:27 +01:00
2012-03-17 13:01:18 +00:00
2012-03-14 22:20:27 +01:00
2012-02-21 10:21:05 +01:00
2012-02-22 17:23:50 -02:00
2012-03-14 22:20:27 +01:00
2012-03-13 16:15:19 +01:00
2012-03-12 15:14:07 +01:00
2012-03-14 22:20:25 +01:00
2012-02-09 16:17:51 +01:00
2012-03-12 10:30:23 +00:00
2012-03-03 18:10:16 +00:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-07 13:03:51 +00:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-02-22 13:29:07 +01:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-19 19:13:30 +02:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:26 +01:00
2012-03-14 22:20:27 +01:00
2012-03-19 16:35:14 +01:00
2012-03-05 17:40:12 +02:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-02-15 09:39:21 -06:00
2012-02-24 13:36:04 -06:00
2012-02-04 11:49:34 +00:00
2012-02-17 08:33:32 -06:00
2012-02-17 08:33:32 -06:00
2012-03-18 12:21:48 +00:00
2012-03-14 22:20:27 +01:00
2012-02-03 10:41:08 -06:00
2012-03-19 10:52:52 +00:00
2012-03-02 11:56:38 +00:00
2012-03-12 15:09:23 -05:00
2012-02-17 12:41:59 +01:00
2012-02-17 08:33:33 -06:00
2012-02-17 08:33:32 -06:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-02-28 22:33:41 +01:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:26 +01: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%