acrn-config: add 'usb_xhci' info to launch xmls

Some vm need USB xHCI mediator support, this patch add 'usb_xhci' item
to the launch config files that user can edit it from webUI.

Tracked-On: #4164
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Wei Liu
2019-11-26 19:38:31 +08:00
committed by wenlingz
parent bc9b6d1b0c
commit 420b65a61e
34 changed files with 39 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<console_type desc="UOS console type"></console_type>
<poweroff_channel desc="the method of power off uos">
</poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2:4"></usb_xhci>
<passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
@@ -41,6 +42,7 @@
<console_type desc="UOS console type"></console_type>
<poweroff_channel desc="the method of power off uos">
</poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2:4"></usb_xhci>
<passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci>