[Spice-devel] [PATCH] qxl: Fix new function name for spice-server library
Christophe Fergeau
cfergeau at redhat.com
Mon Jul 20 01:51:32 PDT 2015
On Mon, Jul 20, 2015 at 09:43:23AM +0100, Frediano Ziglio wrote:
> The new spice-server function to limit the number of monitors (0.12.6)
> changed while development from spice_qxl_set_monitors_config_limit to
> spice_qxl_max_monitors (accepted upstream).
> By mistake I post patch with former name.
> This patch fix the function name.
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
>
> ---
> hw/display/qxl.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> I tested again doing a clean build, unfortunately I did some mistake
> and my tests worked.
>
> diff --git a/hw/display/qxl.c b/hw/display/qxl.c
> index 4e5ff69..2288238 100644
> --- a/hw/display/qxl.c
> +++ b/hw/display/qxl.c
> @@ -273,8 +273,7 @@ static void qxl_spice_monitors_config_async(PCIQXLDevice *qxl, int replay)
> } else {
> #if SPICE_SERVER_VERSION >= 0x000c06 /* release 0.12.6 */
> if (qxl->max_outputs) {
> - spice_qxl_set_monitors_config_limit(&qxl->ssd.qxl,
> - qxl->max_outputs);
> + spice_qxl_set_max_monitors(&qxl->ssd.qxl, qxl->max_outputs);
> }
> #endif
> qxl->guest_monitors_config = qxl->ram->monitors_config;
ACK from me,
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150720/e338077d/attachment.sig>
More information about the Spice-devel
mailing list