Hi,
I am working with the S32G274ARDB2 image, where I have enabled Xen hypervisor support as per the guidelines in the Linux BSP 38.0 User Manual. After building the image, I observed the following output from the `lsblk` command in the Xen environment:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 14.8G 0 disk
|-mmcblk0p1 179:1 0 64M 0 part
|-mmcblk0p2 179:2 0 980M 0 part /
|-mmcblk0p3 179:3 0 980M 0 part
`-mmcblk0p4 179:4 0 980M 0 part
I would like to understand how to manage the number of `mmcblk0` devices (partitions) exposed to Xen. Specifically, I need guidance on the following:
1. How can I restrict the number of `mmcblk0` partitions visible to Xen or specific domains (e.g., Dom0 or DomU)?
2. Is it possible to add or control the number of `mmcblk0` partitions dynamically within Xen, and if so, what configurations or tools should I use?
3. Are there specific device tree settings, Xen configuration files, or U-Boot commands that I should modify to achieve this control?
Any references to relevant documentation, configuration examples, or steps to achieve this would be greatly appreciated. Please let me know if additional details about my setup are required.
Thank you for your support.