[libvirt] [PATCH 0/4] libxl: support SPICE graphics

Jim Fehlig jfehlig at suse.com
Fri May 8 22:31:01 UTC 2015


This series provides support for SPICE graphics in the libxl driver.
The first patch is mostly code movement.  The second patch is a trivial
name change of a structure member.  Patch3 populates the
libxl_domain_build_info struct with SPICE info.  SPICE isn't as nice
without QXL, so patch4 provides support for QXL video device.

Jim Fehlig (4):
  libxl: populate build_info vfb in separate function
  libxl: change reservedVNCPorts to reservedGraphicsPorts
  libxl: support SPICE graphics for HVM domains
  libxl: support QXL video device

 src/libxl/libxl_conf.c   | 150 +++++++++++++++++++++++++++++++++++++----------
 src/libxl/libxl_conf.h   |   2 +-
 src/libxl/libxl_domain.c |   8 ++-
 src/libxl/libxl_driver.c |   4 +-
 4 files changed, 128 insertions(+), 36 deletions(-)

-- 
1.8.4.5




More information about the libvir-list mailing list