Hello,
I am trying to pass a pointer to an hyper call in the simplest possible way, set it’s value, an return it to the guest.
I have tried 2 different ways:- Directly with simple pointers (I read somewhere this would work on x86), but the pointer address is set to 0x0000deadbeef, so dereferencing it causes a panic.- With XEN_GUEST_HANDLE:long do_dummy(XEN_GUEST_HANDLE(uint64_t) ptr){