commit | 7fdaec997cc8ef77e8da7ed70f3d9f074b61c31f | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Apr 20 02:49:47 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:18:57 2010 +0300 |
tree | aa72586e8eb24d32353c54158a51470e9245122d | |
parent | af7b4d104b36e782a5a97dd55958c3c63964e088 [diff] |
KVM: PPC: Make Performance Counters work When we get a performance counter interrupt we need to route it on to the Linux handler after we got out of the guest context. We also need to tell our handling code that this particular interrupt doesn't need treatment. So let's add those two bits in, making perf work while having a KVM guest running. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>