[Libguestfs] [v2v PATCH 0/3] Use libosinfo for query device drivers

Pino Toscano ptoscano at redhat.com
Wed Jan 22 15:30:32 UTC 2020


This patch series integrates libosinfo in virt-v2v to get the list of
files for Windows from libosinfo, if possible. The actual data is still
from virtio-win, just unpacked.

Pino Toscano (3):
  build: require libosinfo
  v2v: add a minimal libosinfo interface
  v2v: try to get windows driver files from libosinfo

 m4/guestfs-v2v.m4       |   3 +
 v2v/Makefile.am         |   9 +-
 v2v/libosinfo-c.c       | 221 ++++++++++++++++++++++++++++++++++++++++
 v2v/libosinfo.ml        |  52 ++++++++++
 v2v/libosinfo.mli       |  47 +++++++++
 v2v/libosinfo_utils.ml  |  34 +++++++
 v2v/libosinfo_utils.mli |  26 +++++
 v2v/windows_virtio.ml   |  63 +++++++++++-
 8 files changed, 450 insertions(+), 5 deletions(-)
 create mode 100644 v2v/libosinfo-c.c
 create mode 100644 v2v/libosinfo.ml
 create mode 100644 v2v/libosinfo.mli
 create mode 100644 v2v/libosinfo_utils.ml
 create mode 100644 v2v/libosinfo_utils.mli

-- 
2.24.1




More information about the Libguestfs mailing list