Re: [Xen-devel] [PATCH v8 6/6] tools/xen-access: add test-case for ARM SMC
On Thu, Jul 7, 2016 at 4:05 AM, Julien Grall wrote: > > > On 05/07/16 19:37, Tamas K Lengyel wrote: >> >> +#if defined(__arm__) || defined(__aarch64__) >> +case VM_EVENT_REASON_PRIVILEGED_CALL: >> +{ >> +const struct vm_event_regs_arm *in_regs = >> &
Re: [Xen-devel] [PATCH v8 6/6] tools/xen-access: add test-case for ARM SMC
On 05/07/16 19:37, Tamas K Lengyel wrote: +#if defined(__arm__) || defined(__aarch64__) +case VM_EVENT_REASON_PRIVILEGED_CALL: +{ +const struct vm_event_regs_arm *in_regs = &req.data.regs.arm; +struct vm_event_regs_arm *out_re