config_tools: Update launch xml for Sriov/GPU passthrough support

1. Update launch xml for Sriov/GPU passthrough support

Tracked-On: #6290
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
Weiyi Feng 2021-11-02 15:12:53 +08:00 committed by wenlingz
parent 20f1dfd9c3
commit 648b880f89
12 changed files with 1392 additions and 1294 deletions

View File

@ -1,87 +1,94 @@
<acrn-config board="generic_board" scenario="hybrid" uos_launcher="2"> <acrn-config board="generic_board" scenario="hybrid" uos_launcher="2">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region>
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<user_vm id="2"> <network></network>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> </sriov>
<rtos_type desc="User VM Realtime capability">no</rtos_type> </user_vm>
<mem_size desc="User VM memory size in MByte">512</mem_size> <user_vm id="2">
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <mem_size desc="User VM memory size in MByte">512</mem_size>
<poweroff_channel desc="the method of power off User VM" /> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<pcpu_id /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
</cpu_affinity> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <pcpu_id></pcpu_id>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </cpu_affinity>
</shm_regions> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> </shm_regions>
<communication_vuart></communication_vuart> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
</communication_vuarts> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<passthrough_devices> <communication_vuart></communication_vuart>
<usb_xdci desc="vm usb_xdci device" /> </communication_vuarts>
<audio desc="vm audio device" /> <passthrough_devices>
<audio_codec desc="vm audio codec device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<ipu desc="vm ipu device" /> <audio desc="vm audio device"></audio>
<ipu_i2c desc="vm ipu_i2c device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<cse desc="vm cse device" /> <gpu desc="vm gpu device"></gpu>
<wifi desc="vm wifi device" /> <ipu desc="vm ipu device"></ipu>
<bluetooth desc="vm bluetooth" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<sd_card desc="vm sd card device" /> <cse desc="vm cse device"></cse>
<ethernet desc="vm ethernet device" /> <wifi desc="vm wifi device"></wifi>
<sata desc="vm sata device" /> <bluetooth desc="vm bluetooth"></bluetooth>
<nvme desc="vm nvme device" /> <sd_card desc="vm sd card device"></sd_card>
</passthrough_devices> <ethernet desc="vm ethernet device"></ethernet>
<virtio_devices> <sata desc="vm sata device"></sata>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <nvme desc="vm nvme device"></nvme>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG</network> </passthrough_devices>
<input desc="virtio input device" /> <virtio_devices>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG</network>
</user_vm> <input desc="virtio input device"></input>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,257 +1,278 @@
<acrn-config board="generic_board" scenario="shared" uos_launcher="6"> <acrn-config board="generic_board" scenario="shared" uos_launcher="6">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="UOS type">WINDOWS</user_vm_type> <user_vm_type desc="UOS type">WINDOWS</user_vm_type>
<rtos_type desc="UOS Realtime capability">no</rtos_type> <rtos_type desc="UOS Realtime capability">no</rtos_type>
<mem_size desc="UOS memory size in MByte">4096</mem_size> <mem_size desc="UOS memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
<user_vm id="2"> </sriov>
<user_vm_type desc="UOS type">PREEMPT-RT LINUX</user_vm_type> </user_vm>
<rtos_type desc="UOS Realtime capability">Hard RT</rtos_type> <user_vm id="2">
<mem_size desc="UOS memory size in MByte">1024</mem_size> <user_vm_type desc="UOS type">PREEMPT-RT LINUX</user_vm_type>
<gvt_args configurable="0" desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <rtos_type desc="UOS Realtime capability">Hard RT</rtos_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <mem_size desc="UOS memory size in MByte">1024</mem_size>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<pcpu_id></pcpu_id> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</cpu_affinity> <pcpu_id></pcpu_id>
<shm_regions desc="List of shared memory regions for inter-VM communication."> </cpu_affinity>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <shm_regions desc="List of shared memory regions for inter-VM communication.">
</shm_regions> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </shm_regions>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<communication_vuart></communication_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
</communication_vuarts> <communication_vuart></communication_vuart>
<passthrough_devices> </communication_vuarts>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <passthrough_devices>
<audio desc="vm audio device"></audio> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<audio_codec desc="vm audio codec device"></audio_codec> <audio desc="vm audio device"></audio>
<ipu desc="vm ipu device"></ipu> <audio_codec desc="vm audio codec device"></audio_codec>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <gpu desc="vm gpu device"></gpu>
<cse desc="vm cse device"></cse> <ipu desc="vm ipu device"></ipu>
<wifi desc="vm wifi device"></wifi> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<bluetooth desc="vm bluetooth"></bluetooth> <cse desc="vm cse device"></cse>
<sd_card desc="vm sd card device"></sd_card> <wifi desc="vm wifi device"></wifi>
<ethernet desc="vm ethernet device"></ethernet> <bluetooth desc="vm bluetooth"></bluetooth>
<sata desc="vm sata device"></sata> <sd_card desc="vm sd card device"></sd_card>
<nvme desc="vm nvme device"></nvme> <ethernet desc="vm ethernet device"></ethernet>
</passthrough_devices> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
<virtio_devices> </passthrough_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network> <virtio_devices>
<input desc="virtio input device"></input> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block> <input desc="virtio input device"></input>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block>
</virtio_devices> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</user_vm> </virtio_devices>
<user_vm id="3"> <sriov>
<user_vm_type desc="UOS type">YOCTO</user_vm_type> <gpu></gpu>
<rtos_type desc="UOS Realtime capability">no</rtos_type> <network></network>
<mem_size desc="UOS memory size in MByte">512</mem_size> </sriov>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> </user_vm>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <user_vm id="3">
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <user_vm_type desc="UOS type">YOCTO</user_vm_type>
<poweroff_channel desc="the method of power off User VM" /> <rtos_type desc="UOS Realtime capability">no</rtos_type>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <mem_size desc="UOS memory size in MByte">512</mem_size>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<pcpu_id /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
</cpu_affinity> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</shm_regions> <pcpu_id></pcpu_id>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </cpu_affinity>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<communication_vuart></communication_vuart> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
</communication_vuarts> </shm_regions>
<passthrough_devices> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<usb_xdci desc="vm usb_xdci device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<audio desc="vm audio device" /> <communication_vuart></communication_vuart>
<audio_codec desc="vm audio codec device" /> </communication_vuarts>
<ipu desc="vm ipu device" /> <passthrough_devices>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<cse desc="vm cse device" /> <audio desc="vm audio device"></audio>
<wifi desc="vm wifi device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<bluetooth desc="vm bluetooth" /> <gpu desc="vm gpu device"></gpu>
<sd_card desc="vm sd card device" /> <ipu desc="vm ipu device"></ipu>
<ethernet desc="vm ethernet device" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<sata desc="vm sata device" /> <cse desc="vm cse device"></cse>
<nvme desc="vm nvme device" /> <wifi desc="vm wifi device"></wifi>
</passthrough_devices> <bluetooth desc="vm bluetooth"></bluetooth>
<virtio_devices> <sd_card desc="vm sd card device"></sd_card>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <ethernet desc="vm ethernet device"></ethernet>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network> <sata desc="vm sata device"></sata>
<input desc="virtio input device" /> <nvme desc="vm nvme device"></nvme>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> </passthrough_devices>
</virtio_devices> <virtio_devices>
</user_vm> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<user_vm id="4"> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network>
<user_vm_type desc="UOS type">YOCTO</user_vm_type> <input desc="virtio input device"></input>
<rtos_type desc="UOS Realtime capability">no</rtos_type> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<mem_size desc="UOS memory size in MByte">512</mem_size> </virtio_devices>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <sriov>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <gpu></gpu>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <network></network>
<poweroff_channel desc="the method of power off User VM" /> </sriov>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> </user_vm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <user_vm id="4">
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <user_vm_type desc="UOS type">YOCTO</user_vm_type>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <rtos_type desc="UOS Realtime capability">no</rtos_type>
<pcpu_id /> <mem_size desc="UOS memory size in MByte">512</mem_size>
</cpu_affinity> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</shm_regions> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<communication_vuart></communication_vuart> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</communication_vuarts> <pcpu_id></pcpu_id>
<passthrough_devices> </cpu_affinity>
<usb_xdci desc="vm usb_xdci device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<audio desc="vm audio device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<audio_codec desc="vm audio codec device" /> </shm_regions>
<ipu desc="vm ipu device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<ipu_i2c desc="vm ipu_i2c device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<cse desc="vm cse device" /> <communication_vuart></communication_vuart>
<wifi desc="vm wifi device" /> </communication_vuarts>
<bluetooth desc="vm bluetooth" /> <passthrough_devices>
<sd_card desc="vm sd card device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<ethernet desc="vm ethernet device" /> <audio desc="vm audio device"></audio>
<sata desc="vm sata device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<nvme desc="vm nvme device" /> <gpu desc="vm gpu device"></gpu>
</passthrough_devices> <ipu desc="vm ipu device"></ipu>
<virtio_devices> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <cse desc="vm cse device"></cse>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network> <wifi desc="vm wifi device"></wifi>
<input desc="virtio input device" /> <bluetooth desc="vm bluetooth"></bluetooth>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <sd_card desc="vm sd card device"></sd_card>
</virtio_devices> <ethernet desc="vm ethernet device"></ethernet>
</user_vm> <sata desc="vm sata device"></sata>
<user_vm id="5"> <nvme desc="vm nvme device"></nvme>
<user_vm_type desc="UOS type">YOCTO</user_vm_type> </passthrough_devices>
<rtos_type desc="UOS Realtime capability">no</rtos_type> <virtio_devices>
<mem_size desc="UOS memory size in MByte">512</mem_size> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <input desc="virtio input device"></input>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<poweroff_channel desc="the method of power off User VM" /> </virtio_devices>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <sriov>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <gpu></gpu>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <network></network>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </sriov>
<pcpu_id /> </user_vm>
</cpu_affinity> <user_vm id="5">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <user_vm_type desc="UOS type">YOCTO</user_vm_type>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <rtos_type desc="UOS Realtime capability">no</rtos_type>
</shm_regions> <mem_size desc="UOS memory size in MByte">512</mem_size>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<communication_vuart></communication_vuart> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</communication_vuarts> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<passthrough_devices> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<usb_xdci desc="vm usb_xdci device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<audio desc="vm audio device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<audio_codec desc="vm audio codec device" /> <pcpu_id></pcpu_id>
<ipu desc="vm ipu device" /> </cpu_affinity>
<ipu_i2c desc="vm ipu_i2c device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<cse desc="vm cse device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<wifi desc="vm wifi device" /> </shm_regions>
<bluetooth desc="vm bluetooth" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<sd_card desc="vm sd card device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<ethernet desc="vm ethernet device" /> <communication_vuart></communication_vuart>
<sata desc="vm sata device" /> </communication_vuarts>
<nvme desc="vm nvme device" /> <passthrough_devices>
</passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<virtio_devices> <audio desc="vm audio device"></audio>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <audio_codec desc="vm audio codec device"></audio_codec>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network> <gpu desc="vm gpu device"></gpu>
<input desc="virtio input device" /> <ipu desc="vm ipu device"></ipu>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
</virtio_devices> <cse desc="vm cse device"></cse>
</user_vm> <wifi desc="vm wifi device"></wifi>
<user_vm id="6"> <bluetooth desc="vm bluetooth"></bluetooth>
<user_vm_type desc="UOS type">YOCTO</user_vm_type> <sd_card desc="vm sd card device"></sd_card>
<rtos_type desc="UOS Realtime capability">no</rtos_type> <ethernet desc="vm ethernet device"></ethernet>
<mem_size desc="UOS memory size in MByte">512</mem_size> <sata desc="vm sata device"></sata>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <nvme desc="vm nvme device"></nvme>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> </passthrough_devices>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <virtio_devices>
<poweroff_channel desc="the method of power off User VM" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <input desc="virtio input device"></input>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </virtio_devices>
<pcpu_id /> <sriov>
</cpu_affinity> <gpu></gpu>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <network></network>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </sriov>
</shm_regions> </user_vm>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <user_vm id="6">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <user_vm_type desc="UOS type">YOCTO</user_vm_type>
<communication_vuart></communication_vuart> <rtos_type desc="UOS Realtime capability">no</rtos_type>
</communication_vuarts> <mem_size desc="UOS memory size in MByte">512</mem_size>
<passthrough_devices> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xdci desc="vm usb_xdci device" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<audio desc="vm audio device" /> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<audio_codec desc="vm audio codec device" /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<ipu desc="vm ipu device" /> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cse desc="vm cse device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<wifi desc="vm wifi device" /> <pcpu_id></pcpu_id>
<bluetooth desc="vm bluetooth" /> </cpu_affinity>
<sd_card desc="vm sd card device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<ethernet desc="vm ethernet device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<sata desc="vm sata device" /> </shm_regions>
<nvme desc="vm nvme device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
</passthrough_devices> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<virtio_devices> <communication_vuart></communication_vuart>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> </communication_vuarts>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network> <passthrough_devices>
<input desc="virtio input device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <audio desc="vm audio device"></audio>
</virtio_devices> <audio_codec desc="vm audio codec device"></audio_codec>
</user_vm> <gpu desc="vm gpu device"></gpu>
<ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
</passthrough_devices>
<virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network>
<input desc="virtio input device"></input>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,87 +1,94 @@
<acrn-config board="nuc11tnbi5" scenario="hybrid" uos_launcher="2"> <acrn-config board="nuc11tnbi5" scenario="hybrid" uos_launcher="2">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region>
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<user_vm id="2"> <network></network>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> </sriov>
<rtos_type desc="User VM Realtime capability">no</rtos_type> </user_vm>
<mem_size desc="User VM memory size in MByte">512</mem_size> <user_vm id="2">
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <mem_size desc="User VM memory size in MByte">512</mem_size>
<poweroff_channel desc="the method of power off User VM" /> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<pcpu_id /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
</cpu_affinity> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <pcpu_id></pcpu_id>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </cpu_affinity>
</shm_regions> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> </shm_regions>
<communication_vuart></communication_vuart> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
</communication_vuarts> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<passthrough_devices> <communication_vuart></communication_vuart>
<usb_xdci desc="vm usb_xdci device" /> </communication_vuarts>
<audio desc="vm audio device" /> <passthrough_devices>
<audio_codec desc="vm audio codec device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<ipu desc="vm ipu device" /> <audio desc="vm audio device"></audio>
<ipu_i2c desc="vm ipu_i2c device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<cse desc="vm cse device" /> <gpu desc="vm gpu device"></gpu>
<wifi desc="vm wifi device" /> <ipu desc="vm ipu device"></ipu>
<bluetooth desc="vm bluetooth" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<sd_card desc="vm sd card device" /> <cse desc="vm cse device"></cse>
<ethernet desc="vm ethernet device" /> <wifi desc="vm wifi device"></wifi>
<sata desc="vm sata device" /> <bluetooth desc="vm bluetooth"></bluetooth>
<nvme desc="vm nvme device" /> <sd_card desc="vm sd card device"></sd_card>
</passthrough_devices> <ethernet desc="vm ethernet device"></ethernet>
<virtio_devices> <sata desc="vm sata device"></sata>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <nvme desc="vm nvme device"></nvme>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG</network> </passthrough_devices>
<input desc="virtio input device" /> <virtio_devices>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG</network>
</user_vm> <input desc="virtio input device"></input>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,257 +1,278 @@
<acrn-config board="nuc11tnbi5" scenario="shared" uos_launcher="6"> <acrn-config board="nuc11tnbi5" scenario="shared" uos_launcher="6">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
<user_vm id="2"> </sriov>
<user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type> </user_vm>
<rtos_type desc="User VM Realtime capability">Hard RT</rtos_type> <user_vm id="2">
<mem_size desc="User VM memory size in MByte">1024</mem_size> <user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type>
<gvt_args configurable="0" desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <rtos_type desc="User VM Realtime capability">Hard RT</rtos_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <mem_size desc="User VM memory size in MByte">1024</mem_size>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<pcpu_id></pcpu_id> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</cpu_affinity> <pcpu_id></pcpu_id>
<shm_regions desc="List of shared memory regions for inter-VM communication."> </cpu_affinity>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <shm_regions desc="List of shared memory regions for inter-VM communication.">
</shm_regions> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </shm_regions>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<communication_vuart></communication_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
</communication_vuarts> <communication_vuart></communication_vuart>
<passthrough_devices> </communication_vuarts>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <passthrough_devices>
<audio desc="vm audio device"></audio> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<audio_codec desc="vm audio codec device"></audio_codec> <audio desc="vm audio device"></audio>
<ipu desc="vm ipu device"></ipu> <audio_codec desc="vm audio codec device"></audio_codec>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <gpu desc="vm gpu device"></gpu>
<cse desc="vm cse device"></cse> <ipu desc="vm ipu device"></ipu>
<wifi desc="vm wifi device"></wifi> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<bluetooth desc="vm bluetooth"></bluetooth> <cse desc="vm cse device"></cse>
<sd_card desc="vm sd card device"></sd_card> <wifi desc="vm wifi device"></wifi>
<ethernet desc="vm ethernet device"></ethernet> <bluetooth desc="vm bluetooth"></bluetooth>
<sata desc="vm sata device"></sata> <sd_card desc="vm sd card device"></sd_card>
<nvme desc="vm nvme device"></nvme> <ethernet desc="vm ethernet device"></ethernet>
</passthrough_devices> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
<virtio_devices> </passthrough_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network> <virtio_devices>
<input desc="virtio input device"></input> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block> <input desc="virtio input device"></input>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block>
</virtio_devices> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</user_vm> </virtio_devices>
<user_vm id="3"> <sriov>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <gpu></gpu>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <network></network>
<mem_size desc="User VM memory size in MByte">512</mem_size> </sriov>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> </user_vm>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <user_vm id="3">
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<poweroff_channel desc="the method of power off User VM" /> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <mem_size desc="User VM memory size in MByte">512</mem_size>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<pcpu_id /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
</cpu_affinity> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</shm_regions> <pcpu_id></pcpu_id>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </cpu_affinity>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<communication_vuart></communication_vuart> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
</communication_vuarts> </shm_regions>
<passthrough_devices> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<usb_xdci desc="vm usb_xdci device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<audio desc="vm audio device" /> <communication_vuart></communication_vuart>
<audio_codec desc="vm audio codec device" /> </communication_vuarts>
<ipu desc="vm ipu device" /> <passthrough_devices>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<cse desc="vm cse device" /> <audio desc="vm audio device"></audio>
<wifi desc="vm wifi device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<bluetooth desc="vm bluetooth" /> <gpu desc="vm gpu device"></gpu>
<sd_card desc="vm sd card device" /> <ipu desc="vm ipu device"></ipu>
<ethernet desc="vm ethernet device" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<sata desc="vm sata device" /> <cse desc="vm cse device"></cse>
<nvme desc="vm nvme device" /> <wifi desc="vm wifi device"></wifi>
</passthrough_devices> <bluetooth desc="vm bluetooth"></bluetooth>
<virtio_devices> <sd_card desc="vm sd card device"></sd_card>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <ethernet desc="vm ethernet device"></ethernet>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network> <sata desc="vm sata device"></sata>
<input desc="virtio input device" /> <nvme desc="vm nvme device"></nvme>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> </passthrough_devices>
</virtio_devices> <virtio_devices>
</user_vm> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<user_vm id="4"> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG3</network>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <input desc="virtio input device"></input>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<mem_size desc="User VM memory size in MByte">512</mem_size> </virtio_devices>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <sriov>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <gpu></gpu>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <network></network>
<poweroff_channel desc="the method of power off User VM" /> </sriov>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> </user_vm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <user_vm id="4">
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<pcpu_id /> <mem_size desc="User VM memory size in MByte">512</mem_size>
</cpu_affinity> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</shm_regions> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<communication_vuart></communication_vuart> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</communication_vuarts> <pcpu_id></pcpu_id>
<passthrough_devices> </cpu_affinity>
<usb_xdci desc="vm usb_xdci device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<audio desc="vm audio device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<audio_codec desc="vm audio codec device" /> </shm_regions>
<ipu desc="vm ipu device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<ipu_i2c desc="vm ipu_i2c device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<cse desc="vm cse device" /> <communication_vuart></communication_vuart>
<wifi desc="vm wifi device" /> </communication_vuarts>
<bluetooth desc="vm bluetooth" /> <passthrough_devices>
<sd_card desc="vm sd card device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<ethernet desc="vm ethernet device" /> <audio desc="vm audio device"></audio>
<sata desc="vm sata device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<nvme desc="vm nvme device" /> <gpu desc="vm gpu device"></gpu>
</passthrough_devices> <ipu desc="vm ipu device"></ipu>
<virtio_devices> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <cse desc="vm cse device"></cse>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network> <wifi desc="vm wifi device"></wifi>
<input desc="virtio input device" /> <bluetooth desc="vm bluetooth"></bluetooth>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <sd_card desc="vm sd card device"></sd_card>
</virtio_devices> <ethernet desc="vm ethernet device"></ethernet>
</user_vm> <sata desc="vm sata device"></sata>
<user_vm id="5"> <nvme desc="vm nvme device"></nvme>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> </passthrough_devices>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <virtio_devices>
<mem_size desc="User VM memory size in MByte">512</mem_size> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG4</network>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <input desc="virtio input device"></input>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<poweroff_channel desc="the method of power off User VM" /> </virtio_devices>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <sriov>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <gpu></gpu>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <network></network>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </sriov>
<pcpu_id /> </user_vm>
</cpu_affinity> <user_vm id="5">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <rtos_type desc="User VM Realtime capability">no</rtos_type>
</shm_regions> <mem_size desc="User VM memory size in MByte">512</mem_size>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<communication_vuart></communication_vuart> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</communication_vuarts> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<passthrough_devices> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<usb_xdci desc="vm usb_xdci device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<audio desc="vm audio device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<audio_codec desc="vm audio codec device" /> <pcpu_id></pcpu_id>
<ipu desc="vm ipu device" /> </cpu_affinity>
<ipu_i2c desc="vm ipu_i2c device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<cse desc="vm cse device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<wifi desc="vm wifi device" /> </shm_regions>
<bluetooth desc="vm bluetooth" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<sd_card desc="vm sd card device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<ethernet desc="vm ethernet device" /> <communication_vuart></communication_vuart>
<sata desc="vm sata device" /> </communication_vuarts>
<nvme desc="vm nvme device" /> <passthrough_devices>
</passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<virtio_devices> <audio desc="vm audio device"></audio>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <audio_codec desc="vm audio codec device"></audio_codec>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network> <gpu desc="vm gpu device"></gpu>
<input desc="virtio input device" /> <ipu desc="vm ipu device"></ipu>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
</virtio_devices> <cse desc="vm cse device"></cse>
</user_vm> <wifi desc="vm wifi device"></wifi>
<user_vm id="6"> <bluetooth desc="vm bluetooth"></bluetooth>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <sd_card desc="vm sd card device"></sd_card>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <ethernet desc="vm ethernet device"></ethernet>
<mem_size desc="User VM memory size in MByte">512</mem_size> <sata desc="vm sata device"></sata>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <nvme desc="vm nvme device"></nvme>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> </passthrough_devices>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <virtio_devices>
<poweroff_channel desc="the method of power off User VM" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG5</network>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <input desc="virtio input device"></input>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </virtio_devices>
<pcpu_id /> <sriov>
</cpu_affinity> <gpu></gpu>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <network></network>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </sriov>
</shm_regions> </user_vm>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <user_vm id="6">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<communication_vuart></communication_vuart> <rtos_type desc="User VM Realtime capability">no</rtos_type>
</communication_vuarts> <mem_size desc="User VM memory size in MByte">512</mem_size>
<passthrough_devices> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xdci desc="vm usb_xdci device" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<audio desc="vm audio device" /> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<audio_codec desc="vm audio codec device" /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<ipu desc="vm ipu device" /> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cse desc="vm cse device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<wifi desc="vm wifi device" /> <pcpu_id></pcpu_id>
<bluetooth desc="vm bluetooth" /> </cpu_affinity>
<sd_card desc="vm sd card device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<ethernet desc="vm ethernet device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<sata desc="vm sata device" /> </shm_regions>
<nvme desc="vm nvme device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
</passthrough_devices> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<virtio_devices> <communication_vuart></communication_vuart>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> </communication_vuarts>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network> <passthrough_devices>
<input desc="virtio input device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block> <audio desc="vm audio device"></audio>
</virtio_devices> <audio_codec desc="vm audio codec device"></audio_codec>
</user_vm> <gpu desc="vm gpu device"></gpu>
<ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
</passthrough_devices>
<virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">YaaG6</network>
<input desc="virtio input device"></input>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./YaaG.img</block>
</virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,45 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="hybrid_rt" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="hybrid_rt" uos_launcher="1">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region>
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio>
<audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,46 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">2048</mem_size> <mem_size desc="User VM memory size in MByte">2048</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
<passthrough_devices> <audio desc="vm audio device"></audio>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio_codec desc="vm audio codec device"></audio_codec>
<audio desc="vm audio device"></audio> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)</gpu>
<audio_codec desc="vm audio codec device"></audio_codec> <ipu desc="vm ipu device"></ipu>
<ipu desc="vm ipu device"></ipu> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <cse desc="vm cse device"></cse>
<cse desc="vm cse device"></cse> <wifi desc="vm wifi device"></wifi>
<wifi desc="vm wifi device"></wifi> <bluetooth desc="vm bluetooth"></bluetooth>
<bluetooth desc="vm bluetooth"></bluetooth> <sd_card desc="vm sd card device"></sd_card>
<sd_card desc="vm sd card device"></sd_card> <ethernet desc="vm ethernet device"></ethernet>
<ethernet desc="vm ethernet device"></ethernet> <sata desc="vm sata device"></sata>
<sata desc="vm sata device"></sata> <nvme desc="vm nvme device"></nvme>
<nvme desc="vm nvme device"></nvme> </passthrough_devices>
</passthrough_devices> <virtio_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</network>
<virtio_devices> <input desc="virtio input device"></input>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</network> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">/home/clear/uos/uos.img</block>
<input desc="virtio input device"></input> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">/home/clear/uos/uos.img</block> </virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <sriov>
</virtio_devices> <gpu></gpu>
</user_vm> <network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,46 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">ZEPHYR</user_vm_type> <user_vm_type desc="User VM type">ZEPHYR</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">128</mem_size> <mem_size desc="User VM memory size in MByte">128</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
<passthrough_devices> <audio desc="vm audio device"></audio>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio_codec desc="vm audio codec device"></audio_codec>
<audio desc="vm audio device"></audio> <gpu desc="vm gpu device"></gpu>
<audio_codec desc="vm audio codec device"></audio_codec> <ipu desc="vm ipu device"></ipu>
<ipu desc="vm ipu device"></ipu> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <cse desc="vm cse device"></cse>
<cse desc="vm cse device"></cse> <wifi desc="vm wifi device"></wifi>
<wifi desc="vm wifi device"></wifi> <bluetooth desc="vm bluetooth"></bluetooth>
<bluetooth desc="vm bluetooth"></bluetooth> <sd_card desc="vm sd card device"></sd_card>
<sd_card desc="vm sd card device"></sd_card> <ethernet desc="vm ethernet device"></ethernet>
<ethernet desc="vm ethernet device"></ethernet> <sata desc="vm sata device"></sata>
<sata desc="vm sata device"></sata> <nvme desc="vm nvme device"></nvme>
<nvme desc="vm nvme device"></nvme> </passthrough_devices>
</passthrough_devices> <virtio_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<virtio_devices> <input desc="virtio input device"></input>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./zephyr.img</block>
<input desc="virtio input device"></input> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./zephyr.img</block> </virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console> <sriov>
</virtio_devices> <gpu></gpu>
</user_vm> <network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,45 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1">
<user_vm id="2"> <user_vm id="2">
<user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type> <user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type>
<rtos_type desc="User VM Realtime capability">Hard RT</rtos_type> <rtos_type desc="User VM Realtime capability">Hard RT</rtos_type>
<mem_size desc="User VM memory size in MByte">1024</mem_size> <mem_size desc="User VM memory size in MByte">1024</mem_size>
<gvt_args configurable="0" desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device"></gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,45 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">VXWORKS</user_vm_type> <user_vm_type desc="User VM type">VXWORKS</user_vm_type>
<rtos_type desc="User VM Realtime capability">Hard RT</rtos_type> <rtos_type desc="User VM Realtime capability">Hard RT</rtos_type>
<mem_size desc="User VM memory size in MByte">2048</mem_size> <mem_size desc="User VM memory size in MByte">2048</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device"></audio>
<audio desc="vm audio device"></audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device"></gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./VxWorks.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./VxWorks.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,45 +1,48 @@
<acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1"> <acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="1">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio>
<audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,89 +1,94 @@
<acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="2"> <acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="2">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio>
<audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
<user_vm id="2"> </sriov>
<user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type> </user_vm>
<rtos_type desc="User VM Realtime capability">Hard RT</rtos_type> <user_vm id="2">
<mem_size desc="User VM memory size in MByte">1024</mem_size> <user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type>
<gvt_args configurable="0" desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <rtos_type desc="User VM Realtime capability">Hard RT</rtos_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <mem_size desc="User VM memory size in MByte">1024</mem_size>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<pcpu_id></pcpu_id> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</cpu_affinity> <pcpu_id></pcpu_id>
<shm_regions desc="List of shared memory regions for inter-VM communication."> </cpu_affinity>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <shm_regions desc="List of shared memory regions for inter-VM communication.">
</shm_regions> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </shm_regions>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<communication_vuart></communication_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
</communication_vuarts> <communication_vuart></communication_vuart>
<passthrough_devices> </communication_vuarts>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <passthrough_devices>
<audio desc="vm audio device"></audio> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<audio_codec desc="vm audio codec device"></audio_codec> <audio desc="vm audio device"></audio>
<ipu desc="vm ipu device"></ipu> <audio_codec desc="vm audio codec device"></audio_codec>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <gpu desc="vm gpu device"></gpu>
<cse desc="vm cse device"></cse> <ipu desc="vm ipu device"></ipu>
<wifi desc="vm wifi device"></wifi> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<bluetooth desc="vm bluetooth"></bluetooth> <cse desc="vm cse device"></cse>
<sd_card desc="vm sd card device"></sd_card> <wifi desc="vm wifi device"></wifi>
<ethernet desc="vm ethernet device"></ethernet> <bluetooth desc="vm bluetooth"></bluetooth>
<sata desc="vm sata device"></sata> <sd_card desc="vm sd card device"></sd_card>
<nvme desc="vm nvme device"></nvme> <ethernet desc="vm ethernet device"></ethernet>
</passthrough_devices> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
<virtio_devices> </passthrough_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network> <virtio_devices>
<input desc="virtio input device"></input> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block> <input desc="virtio input device"></input>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block>
</virtio_devices> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</user_vm> </virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>

View File

@ -1,257 +1,278 @@
<acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="6"> <acrn-config board="whl-ipc-i5" scenario="shared" uos_launcher="6">
<user_vm id="1"> <user_vm id="1">
<user_vm_type desc="User VM type">WINDOWS</user_vm_type> <user_vm_type desc="User VM type">WINDOWS</user_vm_type>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<mem_size desc="User VM memory size in MByte">4096</mem_size> <mem_size desc="User VM memory size in MByte">4096</mem_size>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT.">gvtd</gvt_args> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <pcpu_id></pcpu_id>
<pcpu_id></pcpu_id> </cpu_affinity>
</cpu_affinity> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </shm_regions>
</shm_regions> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <communication_vuart></communication_vuart>
<communication_vuart></communication_vuart> </communication_vuarts>
</communication_vuarts> <passthrough_devices>
<passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio>
<audio desc="vm audio device">00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 30)</audio> <audio_codec desc="vm audio codec device"></audio_codec>
<audio_codec desc="vm audio codec device"></audio_codec> <gpu desc="vm gpu device">00:02.0 VGA compatible controller: Intel Corporation Device 3ea0 (rev 02)</gpu>
<ipu desc="vm ipu device"></ipu> <ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse> <cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi> <wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth> <bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card> <sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet> <ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme> <nvme desc="vm nvme device"></nvme>
</passthrough_devices> </passthrough_devices>
<virtio_devices>
<virtio_devices> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">WaaG</network> <input desc="virtio input device"></input>
<input desc="virtio input device"></input> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./win10-ltsc.img</block> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console> </virtio_devices>
</virtio_devices> <sriov>
</user_vm> <gpu></gpu>
<network></network>
<user_vm id="2"> </sriov>
<user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type> </user_vm>
<rtos_type desc="User VM Realtime capability">Hard RT</rtos_type> <user_vm id="2">
<mem_size desc="User VM memory size in MByte">1024</mem_size> <user_vm_type desc="User VM type">PREEMPT-RT LINUX</user_vm_type>
<gvt_args configurable="0" desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <rtos_type desc="User VM Realtime capability">Hard RT</rtos_type>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <mem_size desc="User VM memory size in MByte">1024</mem_size>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<poweroff_channel desc="the method of power off User VM"></poweroff_channel> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<pcpu_id></pcpu_id> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</cpu_affinity> <pcpu_id></pcpu_id>
<shm_regions desc="List of shared memory regions for inter-VM communication."> </cpu_affinity>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <shm_regions desc="List of shared memory regions for inter-VM communication.">
</shm_regions> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </shm_regions>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<communication_vuart></communication_vuart> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
</communication_vuarts> <communication_vuart></communication_vuart>
<passthrough_devices> </communication_vuarts>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <passthrough_devices>
<audio desc="vm audio device"></audio> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<audio_codec desc="vm audio codec device"></audio_codec> <audio desc="vm audio device"></audio>
<ipu desc="vm ipu device"></ipu> <audio_codec desc="vm audio codec device"></audio_codec>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c> <gpu desc="vm gpu device"></gpu>
<cse desc="vm cse device"></cse> <ipu desc="vm ipu device"></ipu>
<wifi desc="vm wifi device"></wifi> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<bluetooth desc="vm bluetooth"></bluetooth> <cse desc="vm cse device"></cse>
<sd_card desc="vm sd card device"></sd_card> <wifi desc="vm wifi device"></wifi>
<ethernet desc="vm ethernet device"></ethernet> <bluetooth desc="vm bluetooth"></bluetooth>
<sata desc="vm sata device"></sata> <sd_card desc="vm sd card device"></sd_card>
<nvme desc="vm nvme device"></nvme> <ethernet desc="vm ethernet device"></ethernet>
</passthrough_devices> <sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
<virtio_devices> </passthrough_devices>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network> <virtio_devices>
<input desc="virtio input device"></input> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">RT</network>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block> <input desc="virtio input device"></input>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">./core-image-weston-intel-corei7-64.wic</block>
</virtio_devices> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@stdio:stdio_port</console>
</user_vm> </virtio_devices>
<user_vm id="3"> <sriov>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <gpu></gpu>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <network></network>
<mem_size desc="User VM memory size in MByte">512</mem_size> </sriov>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> </user_vm>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <user_vm id="3">
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<poweroff_channel desc="the method of power off User VM" /> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <mem_size desc="User VM memory size in MByte">512</mem_size>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<pcpu_id /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
</cpu_affinity> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</shm_regions> <pcpu_id></pcpu_id>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> </cpu_affinity>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<communication_vuart></communication_vuart> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
</communication_vuarts> </shm_regions>
<passthrough_devices> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<usb_xdci desc="vm usb_xdci device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<audio desc="vm audio device" /> <communication_vuart></communication_vuart>
<audio_codec desc="vm audio codec device" /> </communication_vuarts>
<ipu desc="vm ipu device" /> <passthrough_devices>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<cse desc="vm cse device" /> <audio desc="vm audio device"></audio>
<wifi desc="vm wifi device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<bluetooth desc="vm bluetooth" /> <gpu desc="vm gpu device"></gpu>
<sd_card desc="vm sd card device" /> <ipu desc="vm ipu device"></ipu>
<ethernet desc="vm ethernet device" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<sata desc="vm sata device" /> <cse desc="vm cse device"></cse>
<nvme desc="vm nvme device" /> <wifi desc="vm wifi device"></wifi>
</passthrough_devices> <bluetooth desc="vm bluetooth"></bluetooth>
<virtio_devices> <sd_card desc="vm sd card device"></sd_card>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <ethernet desc="vm ethernet device"></ethernet>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <sata desc="vm sata device"></sata>
<input desc="virtio input device" /> <nvme desc="vm nvme device"></nvme>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> </passthrough_devices>
</virtio_devices> <virtio_devices>
</user_vm> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<user_vm id="4"> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <input desc="virtio input device"></input>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img"></block>
<mem_size desc="User VM memory size in MByte">512</mem_size> </virtio_devices>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <sriov>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <gpu></gpu>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <network></network>
<poweroff_channel desc="the method of power off User VM" /> </sriov>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> </user_vm>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <user_vm id="4">
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> <rtos_type desc="User VM Realtime capability">no</rtos_type>
<pcpu_id /> <mem_size desc="User VM memory size in MByte">512</mem_size>
</cpu_affinity> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</shm_regions> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<communication_vuart></communication_vuart> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
</communication_vuarts> <pcpu_id></pcpu_id>
<passthrough_devices> </cpu_affinity>
<usb_xdci desc="vm usb_xdci device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<audio desc="vm audio device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<audio_codec desc="vm audio codec device" /> </shm_regions>
<ipu desc="vm ipu device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<ipu_i2c desc="vm ipu_i2c device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<cse desc="vm cse device" /> <communication_vuart></communication_vuart>
<wifi desc="vm wifi device" /> </communication_vuarts>
<bluetooth desc="vm bluetooth" /> <passthrough_devices>
<sd_card desc="vm sd card device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<ethernet desc="vm ethernet device" /> <audio desc="vm audio device"></audio>
<sata desc="vm sata device" /> <audio_codec desc="vm audio codec device"></audio_codec>
<nvme desc="vm nvme device" /> <gpu desc="vm gpu device"></gpu>
</passthrough_devices> <ipu desc="vm ipu device"></ipu>
<virtio_devices> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <cse desc="vm cse device"></cse>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <wifi desc="vm wifi device"></wifi>
<input desc="virtio input device" /> <bluetooth desc="vm bluetooth"></bluetooth>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <sd_card desc="vm sd card device"></sd_card>
</virtio_devices> <ethernet desc="vm ethernet device"></ethernet>
</user_vm> <sata desc="vm sata device"></sata>
<user_vm id="5"> <nvme desc="vm nvme device"></nvme>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> </passthrough_devices>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <virtio_devices>
<mem_size desc="User VM memory size in MByte">512</mem_size> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> <input desc="virtio input device"></input>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img"></block>
<poweroff_channel desc="the method of power off User VM" /> </virtio_devices>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <sriov>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <gpu></gpu>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <network></network>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </sriov>
<pcpu_id /> </user_vm>
</cpu_affinity> <user_vm id="5">
<shm_regions desc="List of shared memory regions for inter-VM communication."> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> <rtos_type desc="User VM Realtime capability">no</rtos_type>
</shm_regions> <mem_size desc="User VM memory size in MByte">512</mem_size>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<communication_vuart></communication_vuart> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
</communication_vuarts> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<passthrough_devices> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<usb_xdci desc="vm usb_xdci device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<audio desc="vm audio device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<audio_codec desc="vm audio codec device" /> <pcpu_id></pcpu_id>
<ipu desc="vm ipu device" /> </cpu_affinity>
<ipu_i2c desc="vm ipu_i2c device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<cse desc="vm cse device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<wifi desc="vm wifi device" /> </shm_regions>
<bluetooth desc="vm bluetooth" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
<sd_card desc="vm sd card device" /> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<ethernet desc="vm ethernet device" /> <communication_vuart></communication_vuart>
<sata desc="vm sata device" /> </communication_vuarts>
<nvme desc="vm nvme device" /> <passthrough_devices>
</passthrough_devices> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<virtio_devices> <audio desc="vm audio device"></audio>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> <audio_codec desc="vm audio codec device"></audio_codec>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <gpu desc="vm gpu device"></gpu>
<input desc="virtio input device" /> <ipu desc="vm ipu device"></ipu>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
</virtio_devices> <cse desc="vm cse device"></cse>
</user_vm> <wifi desc="vm wifi device"></wifi>
<user_vm id="6"> <bluetooth desc="vm bluetooth"></bluetooth>
<user_vm_type desc="User VM type">YOCTO</user_vm_type> <sd_card desc="vm sd card device"></sd_card>
<rtos_type desc="User VM Realtime capability">no</rtos_type> <ethernet desc="vm ethernet device"></ethernet>
<mem_size desc="User VM memory size in MByte">512</mem_size> <sata desc="vm sata device"></sata>
<gvt_args desc="GVT settings. Set it to gvtd for GVTd, otherwise is GVTg arguments. The recommendation arguments for GVTg is 64 448 8. Leave it blank to disable GVT."></gvt_args> <nvme desc="vm nvme device"></nvme>
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader> </passthrough_devices>
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0> <virtio_devices>
<poweroff_channel desc="the method of power off User VM" /> <console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5> <network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<enable_ptm desc="enable ptm of User VM">n</enable_ptm> <input desc="virtio input device"></input>
<usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4" /> <block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img"></block>
<cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to."> </virtio_devices>
<pcpu_id /> <sriov>
</cpu_affinity> <gpu></gpu>
<shm_regions desc="List of shared memory regions for inter-VM communication."> <network></network>
<shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region> </sriov>
</shm_regions> </user_vm>
<console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart> <user_vm id="6">
<communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model"> <user_vm_type desc="User VM type">YOCTO</user_vm_type>
<communication_vuart></communication_vuart> <rtos_type desc="User VM Realtime capability">no</rtos_type>
</communication_vuarts> <mem_size desc="User VM memory size in MByte">512</mem_size>
<passthrough_devices> <vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
<usb_xdci desc="vm usb_xdci device" /> <vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
<audio desc="vm audio device" /> <poweroff_channel desc="the method of power off User VM"></poweroff_channel>
<audio_codec desc="vm audio codec device" /> <allow_trigger_s5 desc="allow this vm to trigger s5 shutdown flow, this flag works with poweroff_channel 'vuart1(pty)' and 'vuart1(tty)' only.">n</allow_trigger_s5>
<ipu desc="vm ipu device" /> <enable_ptm desc="enable ptm of User VM">n</enable_ptm>
<ipu_i2c desc="vm ipu_i2c device" /> <usb_xhci desc="USB xHCI mediator configuration. input format: bus#-port#[:bus#-port#: ...]. e.g.: 1-2:2-4"></usb_xhci>
<cse desc="vm cse device" /> <cpu_affinity desc="List of pCPU that this VM's vCPUs are pinned to.">
<wifi desc="vm wifi device" /> <pcpu_id></pcpu_id>
<bluetooth desc="vm bluetooth" /> </cpu_affinity>
<sd_card desc="vm sd card device" /> <shm_regions desc="List of shared memory regions for inter-VM communication.">
<ethernet desc="vm ethernet device" /> <shm_region desc="configure the shm regions for current VM, for example hv:/sharename,2"></shm_region>
<sata desc="vm sata device" /> </shm_regions>
<nvme desc="vm nvme device" /> <console_vuart desc="A PCI based console vuart which is emulated by device model">Disable</console_vuart>
</passthrough_devices> <communication_vuarts desc="List of PCI based communication vuarts which are emulated by device model">
<virtio_devices> <communication_vuart></communication_vuart>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]" /> </communication_vuarts>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]." /> <passthrough_devices>
<input desc="virtio input device" /> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img" /> <audio desc="vm audio device"></audio>
</virtio_devices> <audio_codec desc="vm audio codec device"></audio_codec>
</user_vm> <gpu desc="vm gpu device"></gpu>
<ipu desc="vm ipu device"></ipu>
<ipu_i2c desc="vm ipu_i2c device"></ipu_i2c>
<cse desc="vm cse device"></cse>
<wifi desc="vm wifi device"></wifi>
<bluetooth desc="vm bluetooth"></bluetooth>
<sd_card desc="vm sd card device"></sd_card>
<ethernet desc="vm ethernet device"></ethernet>
<sata desc="vm sata device"></sata>
<nvme desc="vm nvme device"></nvme>
</passthrough_devices>
<virtio_devices>
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]"></console>
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX]."></network>
<input desc="virtio input device"></input>
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img"></block>
</virtio_devices>
<sriov>
<gpu></gpu>
<network></network>
</sriov>
</user_vm>
</acrn-config> </acrn-config>