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?