Merge pull request #5975 from arizvisa/GH-5961
Disable the usage of the XHCI bus for USB on the vmware-iso builder.
This commit is contained in:
commit
d3f1b501c6
|
@ -716,7 +716,6 @@ tools.upgrade.policy = "upgradeAtPowerCycle"
|
||||||
// USB
|
// USB
|
||||||
usb.pciSlotNumber = "32"
|
usb.pciSlotNumber = "32"
|
||||||
usb.present = "{{ .Usb_Present }}"
|
usb.present = "{{ .Usb_Present }}"
|
||||||
usb_xhci.present = "TRUE"
|
|
||||||
|
|
||||||
// Serial
|
// Serial
|
||||||
serial0.present = "{{ .Serial_Present }}"
|
serial0.present = "{{ .Serial_Present }}"
|
||||||
|
|
|
@ -357,7 +357,9 @@ builder.
|
||||||
By default the upload path is set to `{{.Flavor}}.iso`. This setting is not
|
By default the upload path is set to `{{.Flavor}}.iso`. This setting is not
|
||||||
used when `remote_type` is "esx5".
|
used when `remote_type` is "esx5".
|
||||||
|
|
||||||
- `usb` (boolean) - Enable VMware's USB bus for the VM.
|
- `usb` (boolean) - Enable VMware's USB bus for the guest VM. To enable usage
|
||||||
|
of the XHCI bus for USB 3 (5 Gbit/s), one can use the `vmx_data` option to
|
||||||
|
enable it by specifying "true" for the `usb_xhci.present` property.
|
||||||
|
|
||||||
- `version` (string) - The [vmx hardware
|
- `version` (string) - The [vmx hardware
|
||||||
version](http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003746)
|
version](http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003746)
|
||||||
|
|
Loading…
Reference in New Issue