KVM: PPC: Expose helper functions for data/inst faults
authorAlexander Graf <agraf@suse.de>
Wed, 18 Jun 2014 19:56:55 +0000 (21:56 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 16:30:18 +0000 (18:30 +0200)
We're going to implement guest code interpretation in KVM for some rare
corner cases. This code needs to be able to inject data and instruction
faults into the guest when it encounters them.

Expose generic APIs to do this in a reasonably subarch agnostic fashion.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found