mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
acrn-config: modify the linux like uos type to yocto
Modify the linux like uos type to yocto. Tracked-On: #4901 Signed-off-by: Wei Liu <weix.w.liu@intel.com>
This commit is contained in:
parent
0b6b3c4ccb
commit
4bedb7d136
@ -81,7 +81,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -132,7 +132,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="apl-mrb" scenario="sdc" uos_launcher="1">
|
<acrn-config board="apl-mrb" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS memory size in MByte">2048</mem_size>
|
||||||
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<virtio_devices>
|
<virtio_devices>
|
||||||
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</network>
|
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</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">/dev/mmcblk1p3:clearlinux/clearlinux.img</block>
|
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">/dev/mmcblk1p3:yocto/yocto.img</block>
|
||||||
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="apl-up2-n3350" scenario="sdc" uos_launcher="1">
|
<acrn-config board="apl-up2-n3350" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS memory size in MByte">2048</mem_size>
|
||||||
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<virtio_devices>
|
<virtio_devices>
|
||||||
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</network>
|
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</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">/dev/mmcblk0p1:clearlinux/clearlinux.img</block>
|
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">/dev/mmcblk0p1:yocto/yocto.img</block>
|
||||||
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -133,7 +133,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="apl-up2" scenario="sdc" uos_launcher="1">
|
<acrn-config board="apl-up2" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS memory size in MByte">2048</mem_size>
|
||||||
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT.">64 448 8</gvt_args>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<virtio_devices>
|
<virtio_devices>
|
||||||
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</network>
|
<network desc="virtio network devices setting. Input format: tap_name,[vhost],[mac=XX:XX:XX:XX:XX:XX].">LaaG</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">/dev/mmcblk0p1:clearlinux/clearlinux.img</block>
|
<block desc="virtio block device setting. format: [blk partition:][img path] e.g.: /dev/sda3:./a/b.img">/dev/mmcblk0p1:yocto/yocto.img</block>
|
||||||
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
<console desc="virtio console device,input format: [@]stdio|tty|pty|sock:portname[=portpath][,[@]stdio|tty|pty:portname[=portpath]]">@pty:pty_port</console>
|
||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="3">
|
<uos id="3">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="4">
|
<uos id="4">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="5">
|
<uos id="5">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="6">
|
<uos id="6">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline." />
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline." />
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline." />
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline." />
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="ehl-crb-b" scenario="sdc" uos_launcher="1">
|
<acrn-config board="ehl-crb-b" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS 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>
|
<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>
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -132,7 +132,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="3">
|
<uos id="3">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="4">
|
<uos id="4">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="5">
|
<uos id="5">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="6">
|
<uos id="6">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -133,7 +133,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="nuc6cayh" scenario="sdc" uos_launcher="1">
|
<acrn-config board="nuc6cayh" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS 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>
|
<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>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="3">
|
<uos id="3">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="4">
|
<uos id="4">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="5">
|
<uos id="5">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="6">
|
<uos id="6">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -130,7 +130,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="nuc7i7dnb" scenario="sdc" uos_launcher="1">
|
<acrn-config board="nuc7i7dnb" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS 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>
|
<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>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<acrn-config board="tgl-rvp" scenario="industry" uos_launcher="1">
|
<acrn-config board="tgl-rvp" scenario="industry" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2000</mem_size>
|
<mem_size desc="UOS memory size in MByte">2000</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>
|
<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>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="3">
|
<uos id="3">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="4">
|
<uos id="4">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="5">
|
<uos id="5">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="6">
|
<uos id="6">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1">
|
<acrn-config board="whl-ipc-i5" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS 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>
|
<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>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="3">
|
<uos id="3">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="4">
|
<uos id="4">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -137,7 +137,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="5">
|
<uos id="5">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
@ -170,7 +170,7 @@
|
|||||||
</virtio_devices>
|
</virtio_devices>
|
||||||
</uos>
|
</uos>
|
||||||
<uos id="6">
|
<uos id="6">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">512</mem_size>
|
<mem_size desc="UOS memory size in MByte">512</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>
|
<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>
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="Specify the kernel image type so that hypervisor could load it correctly. Currently support KERNEL_BZIMAGE and KERNEL_ZEPHYR.">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
<size_hpa2 desc="Memory size of second HPA for non-contiguous allocations in Bytes for the VM">0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
<os_config>
|
<os_config>
|
||||||
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">ClearLinux</name>
|
<name desc="Specify the OS name of VM, currently it is not referenced by hypervisor code.">YOCTO</name>
|
||||||
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
<kern_type desc="kernel name">KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
<kern_mod desc="The tag for kernel image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline.">Linux_bzImage</kern_mod>
|
||||||
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
<ramdisk_mod desc="The tag for ramdisk image which act as multiboot module, it must exactly match the module tag in GRUB multiboot cmdline."></ramdisk_mod>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<acrn-config board="whl-ipc-i7" scenario="sdc" uos_launcher="1">
|
<acrn-config board="whl-ipc-i7" scenario="sdc" uos_launcher="1">
|
||||||
<uos id="1">
|
<uos id="1">
|
||||||
<uos_type desc="UOS type">CLEARLINUX</uos_type>
|
<uos_type desc="UOS type">YOCTO</uos_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">2048</mem_size>
|
<mem_size desc="UOS 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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user