[Spice-commits] Changes to 'spice.v50'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Mon Mar 19 06:12:51 PDT 2012


New branch 'spice.v50' available with the following commits:
commit ad1be89948f88e89708b04ccd782456ccec3a6f0
Author: Alon Levy <alevy at redhat.com>
Date:   Wed Mar 14 20:33:37 2012 +0200

    spice: fix broken initialization
    
    Commit 1b71f7c14fab6f00c2680d4489fbee7baf796e4f moved MODULE_INIT_QOM to
    way before MODULE_INIT_MACHINE, thereby breaking assumptions made in
    spice-core.c which registered both a type initializer and a machine
    intializer.
    
    This fix removes the type registration, and replaces it with calling
    qemu_spice_init in vl.c after command line parsing (second pass) is
    done, and after timers are armed, required by spice server.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 5dba0d453d238c283ac3cd2db810c843f9b822b7
Author: Peter Maydell <peter.maydell at linaro.org>
Date:   Fri Mar 16 13:50:04 2012 +0000

    hw/qxl.c: Fix compilation failures on 32 bit hosts
    
    Fix compilation failures on 32 bit hosts (cast from pointer to
    integer of different size; %ld expects 'long int' not uint64_t).
    
    Reported-by: Steve Langasek <steve.langasek at canonical.com>
    Signed-off-by: Peter Maydell <peter.maydell at linaro.org>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit d53291cf59139ec99425a75b3963f7f9b9a1eebf
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Mar 18 13:46:15 2012 +0100

    qxl/qxl_render.c: add trace events
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Reviewed-by: Stefan Hajnoczi <stefanha at linux.vnet.ibm.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit c480bb7da465186b84d8427e068ef7502e47ffbf
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Mar 18 13:46:14 2012 +0100

    qxl: switch qxl.c to trace-events
    
    dprint is still used for qxl_init_common one time prints.
    
    also switched parts of spice-display.c over, mainly all the callbacks to
    spice server.
    
    All qxl device trace events start with the qxl device id.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Reviewed-by: Stefan Hajnoczi <stefanha at linux.vnet.ibm.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit aa3db4236e3bf1786c8cefab2a95e29a9781caff
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Mar 18 13:46:13 2012 +0100

    qxl: init_pipe_signaling: exit on failure
    
    If pipe creation fails, exit, don't log and continue. Fix indentation at
    the same time.
    
    Signed-off-by: Alon Levy <alevy at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 6ec5dae5a49f2933dc9b3925d8054eb380a56d88
Author: Yonit Halperin <yhalperi at redhat.com>
Date:   Sun Mar 18 09:42:39 2012 +0200

    monitor: fix client_migrate_info error handling
    
    Report QERR_MISSING_PARAMETER when port is missing. Otherwise
    QERR_UNDEFINED_ERROR will occur.
    
    rhbz #795652
    
    Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit d0638b185c92a3fa8c82c2ef229312e9dbbd555c
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Mon Mar 5 18:22:26 2012 +0100

    spice: set spice uuid and name
    
    This allows a Spice client to identify a VM
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list