[Spice-devel] [qxl] server: Convert qxl->monitors_config to a QXLPHYSICAL using physical_address()
Uri Lublin
uril at redhat.com
Mon Jan 11 05:55:48 PST 2016
On 01/11/2016 03:21 AM, Francois Gouget wrote:
> This avoids compilation errors with -Werror on 32 bit systems and is
> more correct than a direct cast.
Maybe replace "server:" in the subject prefix with "xspice:".
Ack.
>
> 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);
> }
>
More information about the Spice-devel
mailing list