I'm new in hypervisor and in Jailhouse. I read some articles and the 
documentation and I have seen that it is possible create a shared memory 
between 2 virtual machines on Jailhouse.
But I don't understand some things. Can someone help me to write a sample 
code for my case? I have to shared a struct like this below between 2 VMs
struct my_struct{
       mutex mtx,
       bool has_msg,
       type msg
}.
If it is possible I want a sample code with some comment for my case, so I 
go alone in the development of the communication.
The mutex is necessary or the mutual exclusion is granted by Jailhouse?

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/3583efdb-f9b6-469a-9eb3-bfce0c4116b9n%40googlegroups.com.

Reply via email to