[Spice-commits] Branch 'spice.kvm.v11' - 2 commits - hw/qxl.c hw/spice-vmc.c

Alon Levy alon at kemper.freedesktop.org
Thu Aug 5 02:11:29 PDT 2010


 hw/qxl.c       |    1 +
 hw/spice-vmc.c |    4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 64719f83af253a7bd0ee0f53d3ae7c88cd966ec7
Author: Alon Levy <alevy at redhat.com>
Date:   Wed Jul 28 19:47:40 2010 +0300

    Revert "spice-vmc: workaround for bz 616814"
    
    This reverts commit a5f1f3bf5732251bc05add73c3a02c7e6044e512.
    
    The upstream driver fixed the bug that required this workaround.

diff --git a/hw/spice-vmc.c b/hw/spice-vmc.c
index bf0c06e..b9d64a2 100644
--- a/hw/spice-vmc.c
+++ b/hw/spice-vmc.c
@@ -133,10 +133,6 @@ static void vmc_guest_open(VirtIOSerialPort *port)
 {
     SpiceVirtualChannel *svc = DO_UPCAST(SpiceVirtualChannel, port, port);
 
-    // Workaround for BZ 616814 - driver doesn't recognize host connected
-    virtio_serial_close(port);
-    virtio_serial_open(port);
-
     dprintf(svc, 1, "%s\n", __func__);
     vmc_register_interface(svc);
 }
commit ff76aa812d5e466f479d49479066db3a218860c3
Author: Alon Levy <alevy at redhat.com>
Date:   Tue Aug 3 11:37:51 2010 +0300

    qxl: add 800x480 resolution to qxl_modes (n900 native)

diff --git a/hw/qxl.c b/hw/qxl.c
index ab1587a..e91f4b9 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -64,6 +64,7 @@
 
 static QXLMode qxl_modes[] = {
     QXL_MODE_EX(640, 480),
+    QXL_MODE_EX(800, 480),
     QXL_MODE_EX(800, 600),
     QXL_MODE_EX(832, 624),
     QXL_MODE_EX(1024, 768),


More information about the Spice-commits mailing list