Re: [Xen-devel] [PATCH v13 5/8] xen: Add vmware_port support

2015-12-20 Thread Don Slutz
On 12/16/15 10:12, Jan Beulich wrote: On 28.11.15 at 22:45, wrote: >> --- >> v13: >> Changed to uint32_t arch_flags, since the emulation_flags is this. > > I don't really understand this sentence, and I also don't understand > why you couldn't just use another XEN_X86_EMU_ flag, e.g. > XEN

Re: [Xen-devel] [PATCH v13 5/8] xen: Add vmware_port support

2015-12-16 Thread Jan Beulich
>>> On 28.11.15 at 22:45, wrote: > --- > v13: > Changed to uint32_t arch_flags, since the emulation_flags is this. I don't really understand this sentence, and I also don't understand why you couldn't just use another XEN_X86_EMU_ flag, e.g. XEN_X86_EMU_VMWARE_PORT (which would be the first one

[Xen-devel] [PATCH v13 5/8] xen: Add vmware_port support

2015-11-28 Thread Don Slutz
From: Don Slutz This includes adding is_vmware_port_enabled This is a new xen_arch_domainconfig flag, XEN_DOMCTL_CONFIG_VMWARE_PORT_MASK. This enables limited support of VMware's hyper-call. This is both a more complete support then in currently provided by QEMU and/or KVM and less. The missi