On 10/01/2023 12:20, David Woodhouse wrote:
From: Joao Martins <[email protected]>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 <[email protected]> Signed-off-by: David Woodhouse <[email protected]> --- target/i386/kvm/xen-emu.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
Reviewed-by: Paul Durrant <[email protected]>
