qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v11 09/59] i386/xen: handle guest hypercalls


From: Paul Durrant
Subject: Re: [PATCH v11 09/59] i386/xen: handle guest hypercalls
Date: Mon, 20 Feb 2023 14:17:46 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 16/02/2023 06:23, David Woodhouse wrote:
From: Joao Martins <joao.m.martins@oracle.com>

This means handling the new exit reason for Xen but still
crashing on purpose. As we implement each of the hypercalls
we will then return the right return code.

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
[dwmw2: Add CPL to hypercall tracing, disallow hypercalls from CPL > 0]
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
  target/i386/kvm/kvm.c        |  5 ++++
  target/i386/kvm/trace-events |  3 +++
  target/i386/kvm/xen-emu.c    | 44 ++++++++++++++++++++++++++++++++++++
  target/i386/kvm/xen-emu.h    |  1 +
  4 files changed, 53 insertions(+)


Reviewed-by: Paul Durrant <paul@xen.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]