qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after mi


From: Alon Levy
Subject: [Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration
Date: Wed, 28 Nov 2012 11:05:37 +0200

Adds a new char device backend callback to check connectedness, implemented
for virtio console, and used by spice-char-dev in post migration.

Is using NULL for DeviceState the intention for non device vmstates? It works
fine in practice.

Alon Levy (3):
  virtio-serial: add virtio_serial_guest_connected
  qemu-char: add qemu_chr_be_connected
  spice-qemu-char: register interface on post load

 backends/rng-egd.c      |  4 ++--
 gdbstub.c               |  2 +-
 hw/ccid-card-passthru.c |  1 +
 hw/debugcon.c           |  2 +-
 hw/ivshmem.c            |  8 ++++----
 hw/qdev-properties.c    |  2 +-
 hw/serial.c             |  4 ++--
 hw/usb/dev-serial.c     |  4 ++--
 hw/usb/redirect.c       |  2 +-
 hw/virtio-console.c     | 12 ++++++++++--
 hw/virtio-serial-bus.c  |  9 +++++++++
 hw/virtio-serial.h      |  5 +++++
 main-loop.h             |  1 +
 monitor.c               |  4 ++--
 net/slirp.c             |  2 +-
 qemu-char.c             | 11 ++++++++++-
 qemu-char.h             | 13 +++++++++++++
 qtest.c                 |  2 +-
 spice-qemu-char.c       | 34 ++++++++++++++++++++++++++++++++++
 19 files changed, 101 insertions(+), 21 deletions(-)

-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]