Re: [Libguestfs] [PATCH 5/7] v2v: adapt the subkey in Enum registry to windows version

2016-04-05 Thread Richard W.M. Jones
On Tue, Apr 05, 2016 at 01:47:31PM +0200, Cédric Bosdonnat wrote: > We need to adapt the > Services\viostor\Enum\PCI\VEN_1AF4_1001_00021AF4_00 subkey > to what windows actually uses. > --- > v2v/windows_virtio.ml | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git

[Libguestfs] [PATCH 5/7] v2v: adapt the subkey in Enum registry to windows version

2016-04-05 Thread Cédric Bosdonnat
We need to adapt the Services\viostor\Enum\PCI\VEN_1AF4_1001_00021AF4_00 subkey to what windows actually uses. --- v2v/windows_virtio.ml | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 8a0b529..dfb7b71 100644 ---