mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
Bug fix for parsing options, as the vritio-console support multiple virtio serial ports, and the parameters is split by ',': virtio-console,[@]stdio|tty|pty|file:portname[=portpath]\ [,[@]stdio|tty|pty|file:portname[=portpath]] But the previous patch "refine console options parse code" not cover this case, can only parse one port config. Fix it in this patch. Tracked-On: #3337 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Acked-by: Wang Yu <yu1.wang@intel.com>