Displaying 3 results from an estimated 3 matches for "ce9a1e3".
2016 Aug 26
1
Re: [PATCH v2 5/7] v2v: linux: check also kernel config for modules
...he same as the kernel module, which is not true
for some things we care about (virtio-scsi, I think?).
Rich.
> v2v/convert_linux.ml | 22 ++++++++++++++++++++--
> 1 file changed, 20 insertions(+), 2 deletions(-)
>
> diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
> index ce9a1e3..6f96073 100644
> --- a/v2v/convert_linux.ml
> +++ b/v2v/convert_linux.ml
> @@ -95,6 +95,21 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
> (* What kernel/kernel-like packages are installed on the current guest? *)
> let installed_kernels : kern...
2016 Aug 26
11
[PATCH v2 0/7] v2v: first bits of Debian/Ubuntu guests supports
Hi,
this series implements the first bits in v2v to convert Debian/Ubuntu
(and derived) guests. The series does not complete the support (see
known issues below), but all the patches here should be fit for review
and inclusion. The series does not enable the conversion, yet.
Known issues:
* there is no grubby nor Bootloader::Tools Perl module available in
Debian, so there is no way to know
2016 Aug 26
0
[PATCH v2 5/7] v2v: linux: check also kernel config for modules
...case there is no module available.
This fixes the virtio detection on Ubuntu kernels, where virtio is
built in and not as module.
---
v2v/convert_linux.ml | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index ce9a1e3..6f96073 100644
--- a/v2v/convert_linux.ml
+++ b/v2v/convert_linux.ml
@@ -95,6 +95,21 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
(* What kernel/kernel-like packages are installed on the current guest? *)
let installed_kernels : kernel_info list =
let r...