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

Gerd Hoffmann kraxel at kemper.freedesktop.org
Fri Dec 17 03:54:51 PST 2010


New branch 'spice.v24' available with the following commits:
commit 034b04d8ac0984edd85a89bede1ced9f107e359b
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Apr 23 13:28:21 2010 +0200

    spice: client migration.
    
    Handle spice client migration, i.e. inform a spice client connected
    about the new host and connection parameters, so it can move over the
    connection automatically.

commit a524bff8305f017e3b09cf235e9baf6e6e58d9b3
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 13 17:30:12 2010 +0100

    add migration state change notifiers
    
    This patch adds functions to register and unregister notifiers for
    migration state changes and a function to query the migration state.
    The notifier is called on every state change.  Once after establishing a
    new migration object (which is in active state then) and once when the
    state changes from active to completed, canceled or error.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit ea3d287f5348f807452f9a0903c0a627f78c73a5
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:04:14 2010 +0200

    [debug] loadvm logging

commit 591e0434c178758944b195f03882d7ba83859ab1
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Nov 8 09:56:29 2010 +0100

    [hotfix] qmp query-*: send empty reply

commit 05cb6949a3440a2bef42a58356463945059f852a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Oct 27 12:14:18 2010 +0200

    [hotfix] misc pulse tweaks

commit 0b2f644829181f223455e6182debbd181d5dc6ea
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Sep 1 13:49:34 2010 +0200

    [rhel6 compat] drop xsave migration support.

commit 1797e306a1b43924f1c07c100192268f76bbee28
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Sep 6 11:20:19 2010 +0200

    [rhel6 compat] add rhel6.0.0 machine type

commit cf8048fc1372a39748e06127d610a7c5448ec657
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Aug 26 13:03:50 2010 +0200

    [rhel6 compat] adjust vga ram size

commit 2f0eb78b98c05228f6d54ea65135c718e11eac7d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 20 13:33:54 2010 +0200

    spice: add virtio-serial based spice vmchannel backend.
    
    Adds the spicevmc device.  This is a communication channel between the
    spice client and the guest.  It is used to send display information and
    mouse events from the spice clients to the guest.

commit 10ff95ac34f974e81bd88281a362b8b21447e8ed
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Nov 18 11:56:14 2010 +0100

    qxl: tag as not hotpluggable
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit fb82af513731585736d904b16a834ebd66acd246
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Nov 18 11:25:06 2010 +0100

    vga: tag as not hotplugable.
    
    This patch tags all vga cards as not hotpluggable.  The qemu
    standard vga will never ever be hotpluggable.  For cirrus + vmware
    it might be possible to get that work some day.  Todays we can't
    handle that for a number of reasons though.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit b6cf020a953c9a37b3bb8ad101494c529aac6682
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Nov 18 11:22:39 2010 +0100

    piix: tag as not hotpluggable.
    
    This patch tags all pci devices which belong to the piix3/4 chipsets as
    not hotpluggable (Host bridge, ISA bridge, IDE controller, ACPI bridge).
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 8fbd460c00f90d9e1c71643a38ad8b3378f46370
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Nov 18 11:17:26 2010 +0100

    pci: allow devices being tagged as not hotpluggable.
    
    This patch adds a field to PCIDeviceInfo to tag devices as being
    not hotpluggable.  Any attempt to plug-in or -out such a device
    will throw an error.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit 1a2183abf40b458e4a36234f722afad933d46fc4
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Dec 13 21:30:37 2010 +0100

    spice: MAINTAINERS update



More information about the Spice-commits mailing list