mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-11 09:17:18 +00:00
If acrn-dm create pci vuart with '-s,<slot>,uart,vuart_idx:<value>', then acrn-dm will not create pci uart at DM land, but create an vuart-pci virtual device at HV land. When create a HV land vuart-pci vdev, user must specify its vuart id. Which is defined in vm_config, is the acrn_vm_pci_dev_config.vuart_idx Tracked-On: #5394 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>