Re: [PATCH v6 19/51] i386/xen: implement HYPERVISOR_vcpu_op

2023-01-16 Thread Paul Durrant
On 10/01/2023 12:20, 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 --- target/

[PATCH v6 19/51] i386/xen: implement HYPERVISOR_vcpu_op

2023-01-10 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/kvm/xen-emu.c | 25 +++