[Spice-devel] [qxl] server: Convert qxl->monitors_config to a QXLPHYSICAL using physical_address()

Francois Gouget fgouget at codeweavers.com
Sun Jan 10 17:21:50 PST 2016


This avoids compilation errors with -Werror on 32 bit systems and is
more correct than a direct cast.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 src/spiceqxl_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spiceqxl_display.c b/src/spiceqxl_display.c
index a3a8978..c3609d8 100644
--- a/src/spiceqxl_display.c
+++ b/src/spiceqxl_display.c
@@ -350,6 +350,6 @@ void qxl_add_spice_display_interface(qxl_screen_t *qxl)
 
 void spiceqxl_display_monitors_config(qxl_screen_t *qxl)
 {
-    spice_qxl_monitors_config_async(&qxl->display_sin, (QXLPHYSICAL)qxl->monitors_config,
+    spice_qxl_monitors_config_async(&qxl->display_sin, physical_address(qxl, qxl->monitors_config, 0),
                                     MEMSLOT_GROUP, 0);
 }
-- 
2.6.4


More information about the Spice-devel mailing list