https://bugzilla.kernel.org/show_bug.cgi?id=42755
--- Comment #35 from Rosen 2012-02-26 09:53:22 ---
No changes with git version of qemu-kvm
Only see when work guest cpu usage is out of range, about 120% - 150%
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
-
On 25.02.2012, at 15:51, Jörg Sommer wrote:
> Jörg Sommer hat am Tue 21. Feb, 09:32 (+0100) geschrieben:
>> Alexander Graf hat am Mon 20. Feb, 22:27 (+0100) geschrieben:
>>> On 20.02.2012, at 18:38, Jörg Sommer wrote:
Alexander Graf hat am Tue 22. Nov, 22:29 (+0100) geschrieben:
> On 22.
On 25.02.2012, at 00:33, Scott Wood wrote:
> On 02/24/2012 08:26 AM, Alexander Graf wrote:
>> When during guest context we get a performance monitor interrupt, we
>> currently bail out and oops. Let's route it to its correct handler
>> instead.
>>
>> Signed-off-by: Alexander Graf
>> ---
>> arch
On 25.02.2012, at 00:40, Scott Wood wrote:
> On 02/24/2012 08:26 AM, Alexander Graf wrote:
>> +static void kvmppc_fill_pt_regs(struct kvm_vcpu *vcpu, struct pt_regs *regs)
>> {
>> -int r = RESUME_HOST;
>> +int i;
>>
>> -/* update before a new last_exit_type is rewritten */
>> -kv
Print warning once if pin control bit is set in eventsel msr since
emulation does not support it yet.
Signed-off-by: Gleb Natapov
---
arch/x86/include/asm/perf_event.h |1 +
arch/x86/kvm/pmu.c|3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/x86/
If eventsel has EDGE, INV or CMASK set we should create raw counter for
it, but the check is done on a wrong variable. Fix it.
Signed-off-by: Gleb Natapov
---
arch/x86/kvm/pmu.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c
inde
Currently pmu emulation emulates fixed counter 2 as bus cycles
architectural counter, but since commit 9c1497ea591b25d perf has
pseudo encoding for it. Use it.
Signed-off-by: Gleb Natapov
---
arch/x86/kvm/pmu.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/x86/k
Gleb Natapov (3):
KVM: x86 emulator: warn when pin control is set in eventsel msr
KVM: x86 emulator: Fix raw event check
KVM: x86 emulator: add proper support for fixed counter 2
arch/x86/include/asm/perf_event.h |1 +
arch/x86/kvm/pmu.c|8 ++--
2 files changed,
From: Avi Kivity
Signed-off-by: Avi Kivity
Signed-off-by: Gleb Natapov
---
lib/x86/processor.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/lib/x86/processor.h b/lib/x86/processor.h
index f69f9ff..c7e1afb 100644
--- a/lib/x86/processor.h
+++ b/lib/x86/process
Add unit test to test architectural PMU emulation in kvm.
Signed-off-by: Gleb Natapov
---
config-x86-common.mak |4 +-
x86/pmu.c | 409 +
2 files changed, 412 insertions(+), 1 deletions(-)
create mode 100644 x86/pmu.c
diff --git
Jörg Sommer hat am Sat 25. Feb, 15:51 (+0100) geschrieben:
> Jörg Sommer hat am Tue 21. Feb, 09:32 (+0100) geschrieben:
> > Alexander Graf hat am Mon 20. Feb, 22:27 (+0100) geschrieben:
> > > On 20.02.2012, at 18:38, Jörg Sommer wrote:
> > > > Alexander Graf hat am Tue 22. Nov, 22:29 (+0100) geschr
On 26.02.2012, at 01:06, Jörg Sommer wrote:
> Jörg Sommer hat am Sat 25. Feb, 15:51 (+0100) geschrieben:
>> Jörg Sommer hat am Tue 21. Feb, 09:32 (+0100) geschrieben:
>>> Alexander Graf hat am Mon 20. Feb, 22:27 (+0100) geschrieben:
On 20.02.2012, at 18:38, Jörg Sommer wrote:
> Alexander
Alexander Graf hat am Sun 26. Feb, 12:43 (+0100) geschrieben:
> On 25.02.2012, at 15:51, Jörg Sommer wrote:
> > Jörg Sommer hat am Tue 21. Feb, 09:32 (+0100) geschrieben:
> >> Alexander Graf hat am Mon 20. Feb, 22:27 (+0100) geschrieben:
> >>> On 20.02.2012, at 18:38, Jörg Sommer wrote:
> Alex
On 27.02.2012, at 01:08, Jörg Sommer wrote:
> Alexander Graf hat am Sun 26. Feb, 12:43 (+0100) geschrieben:
>> On 25.02.2012, at 15:51, Jörg Sommer wrote:
>>> Jörg Sommer hat am Tue 21. Feb, 09:32 (+0100) geschrieben:
Alexander Graf hat am Mon 20. Feb, 22:27 (+0100) geschrieben:
> On 20.
We can know the guest is paniced when the guest runs on xen.
But we do not have such feature on kvm. This patch implemnts
this feature, and the implementation is the same as xen:
register panic notifier, and call hypercall when the guest
is paniced.
Signed-off-by: Wen Congyang
---
arch/x86/kerne
When the host knows the guest is paniced, it will set
exit_reason to KVM_EXIT_GUEST_PANIC. So if qemu receive
this exit_reason, we can send a event to tell management
application that the guest is paniced.
Signed-off-by: Wen Congyang
---
kvm-all.c |3 +++
linux-headers/linux/
On 02/21/2012 07:47 AM, David Ahern wrote:
>> diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h
>> index 70c2c13..c48ebf3 100644
>> --- a/tools/perf/util/thread.h
>> +++ b/tools/perf/util/thread.h
>> @@ -16,6 +16,8 @@ struct thread {
>> boolcomm_set;
>> char
17 matches
Mail list logo