Alon Levy 3761abb167 hw/display/qxl: fix signed to unsigned comparison
Several small signedness / overflow corrections to qxl_create_guest_primary:
1. use 64 bit unsigned for size to avoid overflow possible from two 32
bit multiplicants.
2. correct sign for requested_height
3. add a more verbose error message when setting guest bug state (which
causes a complete guess blackout until reset, so it helps if it is
verbose).

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2014-02-03 11:05:15 +01:00
..
2013-07-04 17:42:45 +02:00
2013-07-29 21:05:58 +02:00
2013-07-29 21:05:59 +02:00
2013-09-18 11:13:29 +02:00
2013-11-21 17:38:52 +01:00
2013-07-04 17:42:46 +02:00
2013-11-05 19:57:47 -08:00
2013-07-04 17:42:46 +02:00
2013-11-05 20:01:11 -08:00