[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v5 01/14] target-ppc: Add helper for KVM_PPC_RTAS_
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH v5 01/14] target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN |
Date: |
Fri, 27 Sep 2013 14:54:45 +1000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, Sep 26, 2013 at 04:18:35PM +1000, Alexey Kardashevskiy wrote:
> From: David Gibson <address@hidden>
>
> Recent PowerKVM allows the kernel to intercept some RTAS calls from the
> guest directly. This is used to implement the more efficient in-kernel
> XICS for example. qemu is still responsible for assigning the RTAS token
> numbers however, and needs to tell the kernel which RTAS function name is
> assigned to a given token value. This patch adds a convenience wrapper for
> the KVM_PPC_RTAS_DEFINE_TOKEN ioctl() which is used for this purpose.
>
> Signed-off-by: David Gibson <address@hidden>
> Signed-off-by: Alexey Kardashevskiy <address@hidden>
Acked-by: David Gibson <address@hidden>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
pgpmjg2F5be5m.pgp
Description: PGP signature
- [Qemu-ppc] [PATCH v5 00/14] xics: reworks and in-kernel support, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 01/14] target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN, Alexey Kardashevskiy, 2013/09/26
- Re: [Qemu-ppc] [PATCH v5 01/14] target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN,
David Gibson <=
- [Qemu-ppc] [PATCH v5 09/14] xics: add cpu_setup callback, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 10/14] xics-kvm: Support for in-kernel XICS interrupt controller, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 02/14] xics: move reset and cpu_setup, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 03/14] spapr: move cpu_setup after kvmppc_set_papr, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 07/14] xics: add missing const specifiers to TypeInfo, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 04/14] xics: replace fprintf with error_report, Alexey Kardashevskiy, 2013/09/26
- [Qemu-ppc] [PATCH v5 14/14] spapr-pci: enable irqfd for INTx, Alexey Kardashevskiy, 2013/09/26