seL4_libs icon indicating copy to clipboard operation
seL4_libs copied to clipboard

libsel4utils vspace assumes it is managing sel4 userspace but is also used for vm guests

Open kent-mcleod opened this issue 3 years ago • 0 comments

(Imported from https://sel4.atlassian.net/browse/SELFOUR-2440) It directly assumes it is managing a sel4 userlevel virtual address space with a kernel window at the top and rejects any mappings that would normally fall into the kernel window, but isn't a valid constraint for guests. So on ia32 trying to create devices above 0xe0000000 in the guest fails.

kent-mcleod avatar Feb 08 '22 10:02 kent-mcleod