[Pkg-libvirt-commits] [libguestfs] 02/17: v2v: windows: Print product variant in virtio drivers warning message.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:48:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.55-1
in repository libguestfs.
commit 401ee58ae1c47877358819ac0b1fb4f069e1fde6
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Sep 24 23:47:40 2014 +0100
v2v: windows: Print product variant in virtio drivers warning message.
The inspection product variant field is used to determine which
drivers to install, so print it in case we couldn't find any drivers.
---
v2v/convert_windows.ml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 1787b07..6ce742f 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -263,9 +263,10 @@ echo uninstalling Xen PV driver
match path with
| None ->
- warning ~prog (f_"there are no virtio drivers available for this version of Windows (%d.%d %s). virt-v2v looks for drivers in %s\n\nThe guest will be configured to use slower emulated devices.")
+ warning ~prog (f_"there are no virtio drivers available for this version of Windows (%d.%d %s %s). virt-v2v looks for drivers in %s\n\nThe guest will be configured to use slower emulated devices.")
inspect.i_major_version inspect.i_minor_version
- inspect.i_arch virtio_win_dir;
+ inspect.i_arch inspect.i_product_variant
+ virtio_win_dir;
( IDE, RTL8139 )
| Some path ->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list