[libvirt PATCH 0/6] libxl: remove enum libxlHwcapVersion

Ján Tomko jtomko at redhat.com
Mon Sep 6 14:58:43 UTC 2021


While looking at users of virCPU.*Free, I found some code
that is supposed to deal with Xen < 4.7.
The minimum version is 4.9 since the following commit:

commit 68940b3fb3c43b8aa03cb6fd2f1d00b1737c9b2c
Author:     Jim Fehlig <jfehlig at suse.com>
CommitDate: 2021-06-17 10:11:56 -0600

    Xen: Bump minimum supported Xen version to 4.9

Remove the code dealing with the old version and use g_auto moer.

Ján Tomko (6):
  libxl: capabilities: assume Xen version >= 4.7
  libxl: remove enum libxlHwcapVersion
  libxl: capsInitCPU: fail if we can't initialize host features
  libxl: refactor libxlCapsInitCPU
  libxl: use g_auto in libxlCapsNodeData
  libxl: use g_auto in libxlDomainGetEmulatorType

 src/libxl/libxl_capabilities.c | 119 ++++++++++-----------------------
 1 file changed, 37 insertions(+), 82 deletions(-)

-- 
2.31.1




More information about the libvir-list mailing list