Re: [Xen-devel] [XTF PATCH] Add a Live Patch privilege check test
On 17/11/16 15:40, Ross Lagerwall wrote: > +typedef struct { > +union { > +void *p; > +uint64_t __attribute__((aligned(8))) q; > +}; > +} guest_handle_64; > + > +#define XEN_SYSCTL_INTERFACE_VERSION 0x000E /sigh This is going to require some rethinking. We cannot have
[Xen-devel] [XTF PATCH] Add a Live Patch privilege check test
Add a test to check that Live Patch operations cannot be called from an unprivileged domain. Signed-off-by: Ross Lagerwall --- docs/all-tests.dox | 2 + include/xen/sysctl.h| 220 include/xtf/hypercall.h | 6 +