| a7650787 | 25-Jun-2020 |
Roger Pau Monne <[email protected]> |
xen/privcmd: implement the restrict ioctl
Use an interface compatible with the Linux one so that the user-space libraries already using the Linux interface can be used without much modifications.
T
xen/privcmd: implement the restrict ioctl
Use an interface compatible with the Linux one so that the user-space libraries already using the Linux interface can be used without much modifications.
This allows an open privcmd instance to limit against which domains it can act upon.
Sponsored by: Citrix Systems R&D
show more ...
|
| 658860e2 | 23-Jun-2020 |
Roger Pau Monne <[email protected]> |
xen/privcmd: implement the map resource ioctl
The interface is mostly the same as the Linux ioctl, so that we don't need to modify the user-space libraries that make use of it.
The ioctl is just a
xen/privcmd: implement the map resource ioctl
The interface is mostly the same as the Linux ioctl, so that we don't need to modify the user-space libraries that make use of it.
The ioctl is just a proxy for the XENMEM_acquire_resource hypercall.
Sponsored by: Citrix Systems R&D
show more ...
|
| 147e5939 | 04-Jan-2021 |
Roger Pau Monné <[email protected]> |
xen/privcmd: split setup of virtual address range into helper
Preparatory change for further additions that will also make use of the same code. No functional change.
Sponsored by: Citrix Systems R
xen/privcmd: split setup of virtual address range into helper
Preparatory change for further additions that will also make use of the same code. No functional change.
Sponsored by: Citrix Systems R&D
show more ...
|