Re: [RFC PATCH 14/21] i386/xen: implement HYPERVISOR_vcpu_op

2022-12-05 Thread Philippe Mathieu-Daudé
On 5/12/22 18:31, David Woodhouse wrote: From: Joao Martins This is simply when guest tries to register a vcpu_info and since vcpu_info placement is optional in the minimum ABI therefore we can just fail with -ENOSYS Signed-off-by: Joao Martins Signed-off-by: David Woodhouse ---

[RFC PATCH 14/21] i386/xen: implement HYPERVISOR_vcpu_op

2022-12-05 Thread David Woodhouse
From: Joao Martins This is simply when guest tries to register a vcpu_info and since vcpu_info placement is optional in the minimum ABI therefore we can just fail with -ENOSYS Signed-off-by: Joao Martins Signed-off-by: David Woodhouse --- target/i386/xen.c | 19 +++ 1 file