On Mon, May 23, 2016 at 03:31:45PM +0200, Cédric Bosdonnat wrote:
To add this support, two things are needed:
* make the existing code searches for either the viostor
or the SUSE VMDP (Virtual Machine Driver Pack) files.
* add a firstboot script setting up VMDP.
Note that 2 firstboot scripts are intentionally added for the VMDP
setup. This is due to windows potentially rebooting after loading the
virtio block driver. It may happen that this reboot interrupts the VMDP
setup in the firstboot script, we thus make sure the setup is run a
second time in case it needs to finish the previous run.
---
v2v/convert_windows.ml | 77 +++++++++++++++++++++++++++++++++++++-------------
v2v/windows_virtio.ml | 35 +++++++++++++++--------
2 files changed, 81 insertions(+), 31 deletions(-)
Reviewed-by: Roman Kagan <rkagan(a)virtuozzo.com>