Re: [Xen-devel] [PATCH v9 07/13] tools: Add vmware_port support

2015-05-14 Thread Don Slutz
On 03/03/15 09:23, Ian Campbell wrote: > On Mon, 2015-02-16 at 18:05 -0500, Don Slutz wrote: > I do not see that I ever replied to this :( >> > +=item B >> > + >> > +Turns on or off the exposure of VMware port. This is known as >> > +vmport in QEMU. Also called VMware Backdoor I/O Port. Not a

Re: [Xen-devel] [PATCH v9 07/13] tools: Add vmware_port support

2015-03-03 Thread Ian Campbell
On Mon, 2015-02-16 at 18:05 -0500, Don Slutz wrote: > +=item B > + > +Turns on or off the exposure of VMware port. This is known as > +vmport in QEMU. Also called VMware Backdoor I/O Port. Not all > +defined VMware backdoor commands are implemented. All of the > +ones that Linux kernel uses ar

[Xen-devel] [PATCH v9 07/13] tools: Add vmware_port support

2015-02-16 Thread Don Slutz
This new libxl_domain_create_info field is used to set XEN_DOMCTL_CDF_vmware_port for the xc_domain_create() routine. In xen it is is_vmware_port_enabled. If is_vmware_port_enabled then enable a limited support of VMware's hyper-call. VMware's hyper-call is also known as VMware Backdoor I/O Po