|
Re: GPU-g is gpu sharing or cutting?
Hi Jianjie, basically GVT-g is based on mediated passthrough technology for graphics sharing between VMs, that could provide full GPU feature as vGPU in each VM, and also secure the isolation among
Hi Jianjie, basically GVT-g is based on mediated passthrough technology for graphics sharing between VMs, that could provide full GPU feature as vGPU in each VM, and also secure the isolation among
|
By
Zou, Terry
·
#1017
·
|
|
GPU-g is gpu sharing or cutting?
Hi ACRN community,
As I got reply last time from the community, that by using the gvt-g, we CAN NOT assign the e.g. 60 % GPU to uos.
Now I have another question is about the theory of GVT-G,
If
Hi ACRN community,
As I got reply last time from the community, that by using the gvt-g, we CAN NOT assign the e.g. 60 % GPU to uos.
Now I have another question is about the theory of GVT-G,
If
|
By
Jianjie Lin
·
#1016
·
|
|
Re: [WHL] launch two UOSs in the same time
As you suggest, I add each UOS launch script with an UUID value, and launch the file according to the order of uuid, defined in the vm_uuid.h file. And, Yes, only one UUID is sufficient.
Thank you.
As you suggest, I add each UOS launch script with an UUID value, and launch the file according to the order of uuid, defined in the vm_uuid.h file. And, Yes, only one UUID is sufficient.
Thank you.
|
By
Jianjie Lin
·
#1015
·
|
|
Re: [WHL] launch two UOSs in the same time
Thanks for the confirmation Jianjie Lin!
You shouldn’t have to add more UUIDs to that file though, using different ones in each launch script (by adding the “-U” option) should be
Thanks for the confirmation Jianjie Lin!
You shouldn’t have to add more UUIDs to that file though, using different ones in each launch script (by adding the “-U” option) should be
|
By
Geoffroy Van Cutsem
·
#1014
·
|
|
Re: [WHL] launch two UOSs in the same time
Hi Geoffory,
Thank you very much. The problem is fixed. It really depends on the UUID in my case. I need to add different UUID from the vm_uuid.h ..
Thanks again.
Cheers,
Jianjie Lin
Von:
Hi Geoffory,
Thank you very much. The problem is fixed. It really depends on the UUID in my case. I need to add different UUID from the vm_uuid.h ..
Thanks again.
Cheers,
Jianjie Lin
Von:
|
By
Jianjie Lin
·
#1013
·
|
|
Re: [WHL] launch two UOSs in the same time
Thank you, I will try it tomorrow, and give you the reply if something happens.
Thanks
Mit freundlichen Grüßen
Jianjie Lin
Thank you, I will try it tomorrow, and give you the reply if something happens.
Thanks
Mit freundlichen Grüßen
Jianjie Lin
|
By
Jianjie Lin
·
#1012
·
|
|
Re: [WHL] launch two UOSs in the same time
That header file contains a fixed (and static) list of UUIDs that can be used to launch VMs. I’m thinking that perhaps what is happening is the acrn-dm uses the same UUID by default for the second
That header file contains a fixed (and static) list of UUIDs that can be used to launch VMs. I’m thinking that perhaps what is happening is the acrn-dm uses the same UUID by default for the second
|
By
Geoffroy Van Cutsem
·
#1011
·
|
|
Re: [WHL] launch two UOSs in the same time
Use different UUIDs in different launch scripts, pick any that is labeled asPOST_STANDARD_VM_UUIDX in the
Use different UUIDs in different launch scripts, pick any that is labeled asPOST_STANDARD_VM_UUIDX in the
|
By
Geoffroy Van Cutsem
·
#1010
·
|
|
Re: [WHL] launch two UOSs in the same time
Sorry, you mean the uuid can only assigned to the one which is saved in the vm_uuid.h? Am I missunderstanding?
Mit freundlichen Grüßen
Jianjie Lin
Sorry, you mean the uuid can only assigned to the one which is saved in the vm_uuid.h? Am I missunderstanding?
Mit freundlichen Grüßen
Jianjie Lin
|
By
Jianjie Lin
·
#1009
·
|
|
Re: [WHL] launch two UOSs in the same time
Can I use the UUID from each VM, or just two different random UUID
Mit freundlichen Grüßen
Jianjie Lin
Can I use the UUID from each VM, or just two different random UUID
Mit freundlichen Grüßen
Jianjie Lin
|
By
Jianjie Lin
·
#1008
·
|
|
Re: [WHL] launch two UOSs in the same time
Thanks for trying these out and confirming the results. Do you have any more info from the ACRN hypervisor over the serial port?
As per my other email, I’m suspecting something wrong with the
Thanks for trying these out and confirming the results. Do you have any more info from the ACRN hypervisor over the serial port?
As per my other email, I’m suspecting something wrong with the
|
By
Geoffroy Van Cutsem
·
#1007
·
|
|
Re: [WHL] launch two UOSs in the same time
I’m suspicious of something wrong with the UUIDs.
Can you try to add the UUID you want to use for the second VM to the launch script, using the “-U” option
E.g.: -U
I’m suspicious of something wrong with the UUIDs.
Can you try to add the UUID you want to use for the second VM to the launch script, using the “-U” option
E.g.: -U
|
By
Geoffroy Van Cutsem
·
#1006
·
|
|
Re: [WHL] launch two UOSs in the same time
Is that happening no matter which order you try to load them ?
.--> yes, no matter in the gpu version or console version. The first one is always correct, but the second one fails always.
Von:
Is that happening no matter which order you try to load them ?
.--> yes, no matter in the gpu version or console version. The first one is always correct, but the second one fails always.
Von:
|
By
Jianjie Lin
·
#1005
·
|
|
Re: [WHL] launch two UOSs in the same time
Hi Geoffory,
Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them?
èThe output is
Hi Geoffory,
Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them?
èThe output is
|
By
Jianjie Lin
·
#1004
·
|
|
Re: [WHL] launch two UOSs in the same time
Hi Jianjie Lin,
Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them?
A couple
Hi Jianjie Lin,
Do you have more logs to share when the second VM fails to start (acrn-dm console & serial port output)? Is that happening no matter which order you try to load them?
A couple
|
By
Geoffroy Van Cutsem
·
#1003
·
|
|
[WHL] launch two UOSs in the same time
Hi ACRN Community,
We faced the problem of launching two UOSs at the same time. We deployed the whiskey lake board: whl-IPC-i7.xml, and we customize the scenario file with 4 Post-STD VM.
We can
Hi ACRN Community,
We faced the problem of launching two UOSs at the same time. We deployed the whiskey lake board: whl-IPC-i7.xml, and we customize the scenario file with 4 Post-STD VM.
We can
|
By
Jianjie Lin
·
#1002
·
|
|
Re: About Inter-VM Communication - Shared Memory
Thanks Terry, I will look about it
Zou, Terry <terry.zou@...>, 2 Eyl 2021 Per, 11:48 tarihinde şunu yazdı:
Thanks Terry, I will look about it
Zou, Terry <terry.zou@...>, 2 Eyl 2021 Per, 11:48 tarihinde şunu yazdı:
|
By
Musa Ünal <umusasadik@...>
·
#1001
·
|
|
Re: About Inter-VM Communication - Shared Memory
Wo, you mean ivshmem shared memory privilege for each VM, actually you already referred the doc : ) https://projectacrn.github.io/latest/developer-guides/hld/ivshmem-hld.html
Specific to ivshmem,
Wo, you mean ivshmem shared memory privilege for each VM, actually you already referred the doc : ) https://projectacrn.github.io/latest/developer-guides/hld/ivshmem-hld.html
Specific to ivshmem,
|
By
Zou, Terry
·
#1000
·
|
|
Re: About Inter-VM Communication - Shared Memory
thank you for your reply, yes I would like to arrange that one vm can read/write to the shared memory (ivshmem) and one of them can only read from there.
Zou, Terry <terry.zou@...>, 2 Eyl 2021 Per,
thank you for your reply, yes I would like to arrange that one vm can read/write to the shared memory (ivshmem) and one of them can only read from there.
Zou, Terry <terry.zou@...>, 2 Eyl 2021 Per,
|
By
Musa Ünal <umusasadik@...>
·
#999
·
|
|
Re: About Inter-VM Communication - Shared Memory
Hi Musa, welcome to ACRN community : )
Specific to you question, do you mean R/W privilege for one storage/partition? One VM can R/W the storage and other VM can only read right. Or other resource
Hi Musa, welcome to ACRN community : )
Specific to you question, do you mean R/W privilege for one storage/partition? One VM can R/W the storage and other VM can only read right. Or other resource
|
By
Zou, Terry
·
#998
·
|