Re: [Autotest] [PATCH] KVM test: Add subtest nmi_watchdog

2011-07-26 Thread Lucas Meneghel Rodrigues
On 07/26/2011 03:25 PM, Lucas Meneghel Rodrigues wrote: From: Amos Kong Uses kernel supported nmi_watchdog to test the nmi support of kvm, check the nmi count in Linux platform through /proc/interrupts. Hi Amos, applied your test, thanks! Changes from v2: * Updated the test to use more cur

[PATCH] KVM test: Add subtest nmi_watchdog

2011-07-26 Thread Lucas Meneghel Rodrigues
From: Amos Kong Uses kernel supported nmi_watchdog to test the nmi support of kvm, check the nmi count in Linux platform through /proc/interrupts. Changes from v2: * Updated the test to use more current KVM autotest API Signed-off-by: Amos Kong --- client/tests/kvm/tests/nmi_watchdog.py |

[PATCH] KVM test: Add subtest nmi_watchdog

2011-07-11 Thread Amos Kong
Uses kernel supported nmi_watchdog to test the nmi support of kvm, check the nmi count in Linux platform through /proc/interrupts. Signed-off-by: Amos Kong --- client/tests/kvm/tests/nmi_watchdog.py | 57 client/tests/kvm/tests_base.cfg.sample |7 2 fi