All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] KVM: PPC: Fix kvm_exit_names array
@ 2013-07-03 13:30 ` Mihai Caraman
  0 siblings, 0 replies; 48+ messages in thread
From: Mihai Caraman @ 2013-07-03 13:30 UTC (permalink / raw)
  To: kvm-ppc; +Cc: kvm, linuxppc-dev, Mihai Caraman

Some exit ids where left out from kvm_exit_names array.

Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
---
 arch/powerpc/kvm/timing.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kvm/timing.c b/arch/powerpc/kvm/timing.c
index 07b6110..c392d26 100644
--- a/arch/powerpc/kvm/timing.c
+++ b/arch/powerpc/kvm/timing.c
@@ -135,7 +135,9 @@ static const char *kvm_exit_names[__NUMBER_OF_KVM_EXIT_TYPES] = {
 	[USR_PR_INST] =             "USR_PR_INST",
 	[FP_UNAVAIL] =              "FP_UNAVAIL",
 	[DEBUG_EXITS] =             "DEBUG",
-	[TIMEINGUEST] =             "TIMEINGUEST"
+	[TIMEINGUEST] =             "TIMEINGUEST",
+	[DBELL_EXITS] =             "DBELL",
+	[GDBELL_EXITS] =            "GDBELL"
 };
 
 static int kvmppc_exit_timing_show(struct seq_file *m, void *private)
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2013-07-10 22:47 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 13:30 [PATCH 1/2] KVM: PPC: Fix kvm_exit_names array Mihai Caraman
2013-07-03 13:30 ` Mihai Caraman
2013-07-03 13:30 ` Mihai Caraman
2013-07-03 13:30 ` [PATCH 2/2] KVM: PPC: Book3E: Emulate MCSRR0/1 SPR and rfmci instruction Mihai Caraman
2013-07-03 13:30   ` Mihai Caraman
2013-07-03 13:30   ` Mihai Caraman
2013-07-08 18:45   ` Alexander Graf
2013-07-08 18:45     ` Alexander Graf
2013-07-08 18:45     ` Alexander Graf
2013-07-09 17:16     ` Scott Wood
2013-07-09 17:16       ` Scott Wood
2013-07-09 17:16       ` Scott Wood
2013-07-09 17:46       ` Alexander Graf
2013-07-09 17:46         ` Alexander Graf
2013-07-09 17:46         ` Alexander Graf
2013-07-09 18:29         ` Scott Wood
2013-07-09 18:29           ` Scott Wood
2013-07-09 18:29           ` Scott Wood
2013-07-09 21:49           ` Alexander Graf
2013-07-09 21:49             ` Alexander Graf
2013-07-09 21:49             ` Alexander Graf
2013-07-09 21:54             ` Scott Wood
2013-07-09 21:54               ` Scott Wood
2013-07-09 21:54               ` Scott Wood
2013-07-09 22:00               ` Alexander Graf
2013-07-09 22:00                 ` Alexander Graf
2013-07-09 22:00                 ` Alexander Graf
2013-07-09 22:26                 ` Scott Wood
2013-07-09 22:26                   ` Scott Wood
2013-07-09 22:26                   ` Scott Wood
2013-07-10  0:00                   ` Steven Rostedt
2013-07-10  0:00                     ` Steven Rostedt
2013-07-10  0:00                     ` Steven Rostedt
2013-07-10 10:23                   ` Alexander Graf
2013-07-10 10:23                     ` Alexander Graf
2013-07-10 10:23                     ` Alexander Graf
2013-07-10 18:24                     ` Scott Wood
2013-07-10 18:24                       ` Scott Wood
2013-07-10 18:24                       ` Scott Wood
2013-07-10 22:47                       ` Alexander Graf
2013-07-10 22:47                         ` Alexander Graf
2013-07-10 22:47                         ` Alexander Graf
2013-07-09 23:50                 ` Steven Rostedt
2013-07-09 23:50                   ` Steven Rostedt
2013-07-09 23:50                   ` Steven Rostedt
2013-07-08 18:39 ` [PATCH 1/2] KVM: PPC: Fix kvm_exit_names array Alexander Graf
2013-07-08 18:39   ` Alexander Graf
2013-07-08 18:39   ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.