search for: f7b79d7bc

Displaying 3 results from an estimated 3 matches for "f7b79d7bc".

2018 Mar 23
2
[PATCH] v2v: ova: convert E1000 network interfaces as such
...e in let nic = { s_mac = mac; - s_nic_model = None; + s_nic_model = nic_model; s_vnet = vnet; s_vnet_orig = vnet; s_vnet_type = vnet_type; diff --git a/v2v/test-v2v-i-ova-formats.expected b/v2v/test-v2v-i-ova-formats.expected index 5e2fabfa9..f7b79d7bc 100644 --- a/v2v/test-v2v-i-ova-formats.expected +++ b/v2v/test-v2v-i-ova-formats.expected @@ -17,5 +17,5 @@ disks: removable media: CD-ROM [ide] in slot 0 NICs: - Bridge "PG-VLAN60" + Bridge "PG-VLAN60" [e1000] diff --git a/v2v/test-v2v-i-ova-gz.expected b/v2v/test-v2v-i-...
2018 Mar 23
0
Re: [PATCH] v2v: ova: convert E1000 network interfaces as such
...mac = mac; > - s_nic_model = None; > + s_nic_model = nic_model; > s_vnet = vnet; > s_vnet_orig = vnet; > s_vnet_type = vnet_type; > diff --git a/v2v/test-v2v-i-ova-formats.expected b/v2v/test-v2v-i-ova-formats.expected > index 5e2fabfa9..f7b79d7bc 100644 > --- a/v2v/test-v2v-i-ova-formats.expected > +++ b/v2v/test-v2v-i-ova-formats.expected > @@ -17,5 +17,5 @@ disks: > removable media: > CD-ROM [ide] in slot 0 > NICs: > - Bridge "PG-VLAN60" > + Bridge "PG-VLAN60" [e1000] > > diff --git...
2018 Apr 20
1
[PATCH] v2v: rework handling of CPU topology
...e_nic list (** Parse an OVF file. The returned tuple is - [name, memory, vcpu, cpu_sockets, cpu_cores, firmware, + [name, memory, vcpu, cpu_topology, firmware, disks, removables, nics] *) diff --git a/v2v/test-v2v-i-ova-formats.expected b/v2v/test-v2v-i-ova-formats.expected index f7b79d7bc..97bce58ad 100644 --- a/v2v/test-v2v-i-ova-formats.expected +++ b/v2v/test-v2v-i-ova-formats.expected @@ -6,7 +6,7 @@ hypervisor type: vmware nr vCPUs: 1 CPU vendor: CPU model: - CPU topology: sockets: - cores/socket: - threads/core: - + CPU topology: CPU features:...