Re: [Qemu-devel] [PATCH 3/3] Check pci slot number in parse_pci_devfn

2010-08-24 Thread Chen Cao
On Tue, Aug 24, 2010 at 03:04:44PM +0300, Avi Kivity wrote: > On 08/24/2010 03:07 PM, Isaku Yamahata wrote: > >On Tue, Aug 24, 2010 at 02:42:18PM +0300, Avi Kivity wrote: > >> On 08/24/2010 02:35 PM, Isaku Yamahata wrote: > >>>Add Cc: m...@redhat.com. > >>> > >>>MAX_PCI_SLOTS should be in pci.h i

Re: [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files

2010-07-07 Thread Chen Cao
Michael, Can rss provide some log (files)? Cao, Chen On Wed, Jul 07, 2010 at 01:32:17PM +0300, Michael Goldish wrote: > Signed-off-by: Michael Goldish > --- > client/tests/kvm/deps/rss.cpp |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/client/tests/kvm/deps/rs

Re: [KVM-AUTOTEST PATCH] KVM test: Windows unattended_install: don't start the telnet service at startup

2010-06-28 Thread Chen Cao
On Mon, Jun 28, 2010 at 05:54:18PM +0300, Michael Goldish wrote: > The telnet service isn't used by kvm-autotest (AFAIK) and may interfere with > rss.exe (port 23). > Michael, I think it is better to leave the port 23 (and also 22) alone, people may want to use both telnet (e.g. telnet is integr

[KVM-AUTOTEST PATCH 2/2 diff-rename mode] KVM-test: rename autoit to guest_test and update the sample config file

2010-06-18 Thread Chen Cao
Rename the autoit.py to guest_test.py. Update the related tests structure in the sample config file and add powershell script test demo. Signed-off-by: Chen Cao --- .../tests/kvm/tests/{autoit.py => guest_test.py} |2 +- client/tests/kvm/tests_base.cfg.sample |

[KVM-AUTOTEST PATCH 2/2] KVM-test: rename autoit to guest_test and update the sample config file

2010-06-18 Thread Chen Cao
Rename the autoit.py to guest_test.py. Update the related tests structure in the sample config file and add powershell script test demo. Signed-off-by: Chen Cao --- client/tests/kvm/tests/autoit.py | 94 client/tests/kvm/tests/guest_test.py | 94

[KVM-AUTOTEST PATCH 1/2] KVM-test: autoit: Generalize the variables in autoit.py

2010-06-18 Thread Chen Cao
The autoit.py wrapper can actually support guest scripts more than AutoIt, so generalize the variables in it. Signed-off-by: Chen Cao --- client/tests/kvm/tests/autoit.py | 27 +++ client/tests/kvm/tests_base.cfg.sample | 10 +- 2 files changed, 20

[KVM-AUTOTEST PATCH 0/2] Make autoit wrapper support more guest scripts than just AutoIt

2010-06-18 Thread Chen Cao
Just rename variables and the file, the wrapper itself can support other scripts already. --- Chen Cao (2): KVM-test: autoit: Generalize the variables in autoit.py KVM-test: rename autoit to guest_test and update the sample config file client/tests/kvm/tests/autoit.py | 91

Re: [PATCH] KVM test: Add perfmon into the guest tests

2010-05-27 Thread Chen Cao
On Thu, May 27, 2010 at 10:08:49AM +0200, Jes Sorensen wrote: > On 05/25/10 05:05, Chen Cao wrote: > > perfmon2 API provides access to the hardware performance counters of > > modern processors. > > > > Dependency, > > To compile the source code of the test, the

[Autotest PATCH] client test - perfmon: Patch the source code of perfmon to remove the -Werror switch

2010-05-27 Thread Chen Cao
-tests-0.3/libpfm-3.5 +2/lib' make[1]: *** [lib] Error 2 Signed-off-by: Chen Cao --- client/tests/perfmon/perfmon.py |8 +++ client/tests/perfmon/remove-werror-switch.patch | 55 +++ 2 files changed, 63 insertions(+), 0 deletions(-) create mode 1

[Autotest PATCH - updated with current tree] KVM test: Add perfmon into the guest tests

2010-05-27 Thread Chen Cao
virtualization. 2. According to the README file of perfmon-tests-0.3, 2.6.24 or higer Linux kernel (with perfmon v2.8 or higher) is needed to run the tests. Signed-off-by: Chen Cao --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/autotest_control/perfmon.control

[PATCH] KVM test: Add perfmon into the guest tests

2010-05-24 Thread Chen Cao
Linux kernel (with perfmon v2.8 or higher) is needed to run the tests. Signed-off-by: Chen Cao --- client/tests/kvm/autotest_control/perfmon.control | 16 client/tests/kvm/tests_base.cfg.sample|2 ++ 2 files changed, 18 insertions(+), 0 deletions(-) create