Re: [Xen-devel] [PATCH v12 3/8] tools: Add vmware_hwver support

2015-07-27 Thread Don Slutz
On 07/07/15 11:59, Ian Campbell wrote: > On Wed, 2015-07-01 at 16:14 -0400, Konrad Rzeszutek Wilk wrote: >> On Sat, Jun 27, 2015 at 07:27:40PM -0400, Don Slutz wrote: >>> From: Don Slutz >>> +In a .ovf it is part of the value of vssd:VirtualSystemType. >>> +For vssd:VirtualSystemType == vmx-07,

Re: [Xen-devel] [PATCH v12 3/8] tools: Add vmware_hwver support

2015-07-07 Thread Ian Campbell
On Wed, 2015-07-01 at 16:14 -0400, Konrad Rzeszutek Wilk wrote: > On Sat, Jun 27, 2015 at 07:27:40PM -0400, Don Slutz wrote: > > From: Don Slutz > > > > This is used to set xen_arch_domainconfig vmware_hw. It is set to > > the emulated VMware virtual hardware version. > > > > Currently 0, 3-4, 6

Re: [Xen-devel] [PATCH v12 3/8] tools: Add vmware_hwver support

2015-07-01 Thread Konrad Rzeszutek Wilk
On Sat, Jun 27, 2015 at 07:27:40PM -0400, Don Slutz wrote: > From: Don Slutz > > This is used to set xen_arch_domainconfig vmware_hw. It is set to > the emulated VMware virtual hardware version. > > Currently 0, 3-4, 6-11 are good values. However the code only > checks for == 0, != 0, or < 7. >

[Xen-devel] [PATCH v12 3/8] tools: Add vmware_hwver support

2015-06-27 Thread Don Slutz
From: Don Slutz This is used to set xen_arch_domainconfig vmware_hw. It is set to the emulated VMware virtual hardware version. Currently 0, 3-4, 6-11 are good values. However the code only checks for == 0, != 0, or < 7. Signed-off-by: Don Slutz CC: Don Slutz --- v12: I'm not sure this h