[Spice-devel] [PATCH v3 0/5] async, error and s3 support

Alon Levy alevy at redhat.com
Sun Jul 17 03:55:03 PDT 2011


These patches add:
 * six _ASYNC io commands that don't block and raise a new interrupt
   QXL_INTERRUPT_IO_CMD when done.
 * two new io commands to be used for suspend and hibernate support for windows
   drivers.
 * a new QXL_INTERRUPT_ERROR to be raised when the driver initiates an
   erroneous io command.
 * a new revision QXL_REVISION_STABLE_V10 (3) to indicate to the driver
   that the device supports all of these
 * spice-protocol version increase to 0.8.1 to indicate during compile time
   the existance of all of these.

Alon Levy (4):
  add QXL_IO_FLUSH_{SURFACES,RELEASE} for sleep (S3) support
  qxl_dev: add QXL_INTERRUPT_ERROR
  qxl_dev: add third revision V10
  bump version to 0.8.1 for qxl_dev.h changes

Gerd Hoffmann (1):
  Add async I/O commands.

 configure.ac    |    2 +-
 spice/qxl_dev.h |   19 +++++++++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

-- 
1.7.6



More information about the Spice-devel mailing list