You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a VM-to-VM dataport, and while following the cross-vm dataport examples, I realized that seL4SharedDataWithCaps assumes that only the "to" side is a VM, and only creates the dataport_caps_handle_t for the "to" side, but not for the "from" side. If both sides are VMs, then I would guess both would need it?
The text was updated successfully, but these errors were encountered:
Thanks; as a temporary workaround I updated the seL4SharedDataWithCaps-from.template.c to be closer to the "to" one, and it seems to work correctly for at least my own use case.
I am trying to create a VM-to-VM dataport, and while following the cross-vm dataport examples, I realized that seL4SharedDataWithCaps assumes that only the "to" side is a VM, and only creates the dataport_caps_handle_t for the "to" side, but not for the "from" side. If both sides are VMs, then I would guess both would need it?
The text was updated successfully, but these errors were encountered: