[libvirt] [PATCH 0/2] Implement virConnectGetSysinfo in libxl and xen drivers

Jim Fehlig jfehlig at suse.com
Wed Jun 12 17:38:26 UTC 2013


While discussing a recent libxl patch, we realized virConnectGetSysinfo was
never implemented in the libxl and legacy xen drivers.  This small series
provides an implementation for these drivers.

Jim Fehlig (2):
  libxl: Implement virConnectGetSysinfo
  xen: Implement virConnectGetSysinfo

 src/libxl/libxl_conf.h   |    1 +
 src/libxl/libxl_driver.c |   29 +++++++++++++++++++++++++++++
 src/xen/xen_driver.c     |   37 ++++++++++++++++++++++++++++++++++++-
 3 files changed, 66 insertions(+), 1 deletions(-)

-- 
1.7.7




More information about the libvir-list mailing list