[PATCH 0/2] Xen: Fallout from minimum supported version bump

Jim Fehlig jfehlig at suse.com
Thu Jun 17 20:30:27 UTC 2021


Patch 1 removes the use of LIBXL_HAVE_* that are present in Xen >= 4.9.
Patch 2 mentions the version bump in News.

Thanks danpb for a little prodding to take a closer look at potential
code reduction! After following through with the exersice, it proved
to be a bit more than I expected.

Jim Fehlig (2):
  Xen: Remove unneeded LIBXL_HAVE_* ifdefs
  News: Mention bump in minimum supported Xen version

 NEWS.rst                       |  7 ++++++
 src/libxl/libxl_capabilities.c | 14 ++---------
 src/libxl/libxl_capabilities.h |  2 --
 src/libxl/libxl_conf.c         | 45 ----------------------------------
 src/libxl/libxl_domain.c       | 20 +--------------
 src/libxl/libxl_driver.c       | 29 +---------------------
 src/libxl/xen_xl.c             | 24 ++----------------
 tests/domaincapsmock.c         | 11 ---------
 tests/libxlxml2domconfigtest.c |  6 -----
 tests/xlconfigtest.c           | 12 ---------
 10 files changed, 13 insertions(+), 157 deletions(-)

-- 
2.31.1





More information about the libvir-list mailing list