Displaying 4 results from an estimated 4 matches for "create_mem_file".
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...and effectively the client/slave of
vhost-user can access the whole guest's memory. Interesting. Next you're
going to want an IOMMU there, not just fake one, to protect against
hostile virt-user client? Not that I care :-)
UML in fact already maps all of its memory as a file (see arch/um/
create_mem_file()), so this part is easy.
What confused me at first is how all this talks about the ioctl()
interface, but I think I understand now - it's basically replacing
ioctl() with talking to a client.
So ultimately, it would actually seem "pretty simple".
Not sure I understand why there...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...and effectively the client/slave of
vhost-user can access the whole guest's memory. Interesting. Next you're
going to want an IOMMU there, not just fake one, to protect against
hostile virt-user client? Not that I care :-)
UML in fact already maps all of its memory as a file (see arch/um/
create_mem_file()), so this part is easy.
What confused me at first is how all this talks about the ioctl()
interface, but I think I understand now - it's basically replacing
ioctl() with talking to a client.
So ultimately, it would actually seem "pretty simple".
Not sure I understand why there...
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi,
While my main interest is mostly in UML right now [1] I've CC'ed the
qemu and virtualization lists because something similar might actually
apply to other types of virtualization.
I'm thinking about adding virt-io support to UML, but the tricky part is
that while I want to use the virt-io basics (because it's a nice
interface from the 'inside'), I don't actually
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi,
While my main interest is mostly in UML right now [1] I've CC'ed the
qemu and virtualization lists because something similar might actually
apply to other types of virtualization.
I'm thinking about adding virt-io support to UML, but the tricky part is
that while I want to use the virt-io basics (because it's a nice
interface from the 'inside'), I don't actually