]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-ppc: Introduce hypervisor call H_GET_TCE
authorLaurent Dufour <ldufour@linux.vnet.ibm.com>
Fri, 21 Feb 2014 09:29:06 +0000 (10:29 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:07:03 +0000 (03:07 +0100)
commita0fcac9c21dcbf481eeb5573a738f55023f5a953
tree40578824c4a9bd2a1a6661567d9fdbac936209a7
parentc1385933804bb432a53d7a49836250d61b6e48bd
target-ppc: Introduce hypervisor call H_GET_TCE

This patch introduces the hypervisor call H_GET_TCE which is basically the
reverse of H_PUT_TCE, as defined in the Power Architecture Platform
Requirements (PAPR).

The hcall H_GET_TCE is required by the kdump kernel which is calling it to
retrieve the TCE set up by the panicing kernel.

Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr_iommu.c
trace-events