[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 07/12] spapr-rtas: add CPU argument to RTAS calls
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 07/12] spapr-rtas: add CPU argument to RTAS calls |
Date: |
Wed, 19 Jun 2013 23:15:37 +0200 |
On 19.06.2013, at 22:40, Anthony Liguori wrote:
> RTAS is a hypervisor provided binary blob that a guest loads and
> calls into to execute certain functions. It's similar to the
> vsyscall page in Linux or the short lived VMCI paravirt interface
> from VMware.
>
> The QEMU implementation of the RTAS blob is simply a passthrough
> that proxies all RTAS calls to the hypervisor via an hypercall.
>
> While we pass a CPU argument for hypercall handling in QEMU, we
> don't pass it for RTAS calls. Since some RTAs calls require
> making hypercalls (normally RTAS is implemented as guest code) we
> have nasty hacks to allow that.
>
> Add a CPU argument to RTAS call handling so we can more easily
> invoke hypercalls just as guest code would.
>
> Signed-off-by: Anthony Liguori <address@hidden>
Thanks, applied to ppc-next.
Alex
- [Qemu-ppc] [PATCH 08/12] spapr-rtas: use hypercall interface and remove special vty interfaces, (continued)
- [Qemu-ppc] [PATCH 12/12] spapr-vty: remove unfixable FIXME, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 10/12] spapr-vty: refactor the code to improve consistency, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 04/12] qtest: add interface to save/restore, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 07/12] spapr-rtas: add CPU argument to RTAS calls, Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 11/12] spapr-vio: pass type to spapr_vio_find_by_reg(), Anthony Liguori, 2013/06/19
- [Qemu-ppc] [PATCH 05/12] spapr-vty: add qtest test case, Anthony Liguori, 2013/06/19
[Qemu-ppc] [PATCH 02/12] qtest: add spapr hypercall support, Anthony Liguori, 2013/06/19