From 317a8fa304f8ba3cd8b67b0f5f38e366e8c3cf1d Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 8 Aug 2011 16:07:16 +0200 Subject: [PATCH] KVM: PPC: Check privilege level on SPRs We have 3 privilege levels: problem state, supervisor state and hypervisor state. Each of them can access different SPRs, so we need to check on every SPR if it's accessible in the respective mode. Signed-off-by: Alexander Graf --- Reading git-format-patch failed