search for: c29b8421c

Displaying 4 results from an estimated 4 matches for "c29b8421c".

2018 May 01
2
[PATCH] v2v: Map Windows Server 2012 R2 x86-64 to ovirt ID 25.
I also checked the other ovirt IDs and they all seem to be correct, although this mapping to internal oVirt database IDs is by its nature very fragile and will require constant maintenance. Rich.
2018 May 01
1
Re: [PATCH] v2v: Map Windows Server 2012 R2 x86-64 to ovirt ID 25.
...; disabled" > > Thanks to Michal Skrivanek for diagnosis. > > Fixes commit 593a19cc86cfa8f24c66518c8ba21222550b066a. > --- > v2v/create_ovf.ml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml > index c29b8421c..190cf8bed 100644 > --- a/v2v/create_ovf.ml > +++ b/v2v/create_ovf.ml > @@ -418,7 +418,7 @@ and get_ovirt_osid = function > > | { i_type = "windows"; i_major_version = 6; i_minor_version = 3; > i_arch = "x86_64" } -> > - 23 > + 25 >...
2018 May 01
0
[PATCH] v2v: Map Windows Server 2012 R2 x86-64 to ovirt ID 25.
...perating systems must have the Single PCI option disabled" Thanks to Michal Skrivanek for diagnosis. Fixes commit 593a19cc86cfa8f24c66518c8ba21222550b066a. --- v2v/create_ovf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml index c29b8421c..190cf8bed 100644 --- a/v2v/create_ovf.ml +++ b/v2v/create_ovf.ml @@ -418,7 +418,7 @@ and get_ovirt_osid = function | { i_type = "windows"; i_major_version = 6; i_minor_version = 3; i_arch = "x86_64" } -> - 23 + 25 | { i_type = "windows"; i_ma...
2018 Apr 20
1
[PATCH] v2v: rework handling of CPU topology
...", string_of_int s_cpu_threads; + ] in + List.push_back cpu (e "topology" topology_attrs []) ); List.push_back_list body [ e "cpu" [ "match", "minimum" ] !cpu ] diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml index 625065214..c29b8421c 100644 --- a/v2v/create_ovf.ml +++ b/v2v/create_ovf.ml @@ -605,27 +605,15 @@ let rec create_ovf source targets guestcaps inspect e "rasd:InstanceId" [] [PCData "1"]; e "rasd:ResourceType" [] [PCData "3"] ] @ - if source...