linux-kvm mailing list

FromSubjectsort iconDate
Yolkfull Chow
[PATCH 1/2] Add a server-side test - kvm_migration
This patch will add a server-side test namely kvm_migration. Currently, it will use existing KVM client test framework and add a new file kvm_migration.py to help judge executing routine: source machine or dest machine. * One thing need to be considered/improved: Whether we parse the kvm_tests.cfg on server machine or on client machines? If parse it on client machines, we need to fix one problem that adding 'start_vm_for_migration' parameter into dict which generated on dest machine. So far ...
Dec 4, 1:48 am 2009
Yolkfull Chow
[PATCH 2/2] KVM test: subtest migration: Add rem_host an ...
Since kvm_test_utils.migrate() adds two arguments to adopt server-side migration. This client side test also needs update. Signed-off-by: Yolkfull Chow <yzhou@redhat.com> --- client/tests/kvm/tests/migration.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests/migration.py b/client/tests/kvm/tests/migration.py index b8f171c..b84943d 100644 --- a/client/tests/kvm/tests/migration.py +++ b/client/tests/kvm/tests/migration.py @@ -43,7 +43,8 @@ ...
Dec 4, 1:48 am 2009
Yolkfull Chow
[PATCH V2] Add a server-side test - kvm_migration
This patch will add a server-side test namely kvm_migration. Currently, it will use existing KVM client test framework and add a new file kvm_migration.py to help judge executing routine: source machine or dest machine. Improvement based on version #1: 1) add two barriers for controlling synchronizing problem. 2) add socket for telling source machine which port that dest machine is listening. 3) makeup all .cfg files according to those sample files 4) delete last line of kvm_tests.cfg and ...
Dec 4, 1:34 am 2009
sudhir kumar
[Autotest][PATCH 2/2] add hackbench variant into sample ...
This patch adds the test variant for hackbench into the sample config file. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com> Index: kvm/kvm_tests.cfg.sample =================================================================== --- kvm.orig/kvm_tests.cfg.sample +++ kvm/kvm_tests.cfg.sample @@ -117,6 +117,9 @@ variants: - npb: test_name = npb test_control_file = npb.control + - hackbench: + test_name = ...
Dec 3, 10:51 pm 2009
sudhir kumar
[Autotest][PATCH 1/2] add hackbench test to kvm autotest
This patch adds the hackbench test for the KVM linux guests. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com> Index: kvm/autotest_control/hackbench.control =================================================================== --- /dev/null +++ kvm/autotest_control/hackbench.control @@ -0,0 +1,13 @@ +AUTHOR = "Sudhir Kumar <skumar@linux.vnet.ibm.com>" +NAME = "Hackbench" +TIME = "SHORT" +TEST_CLASS = "Kernel" +TEST_CATEGORY = "Benchmark" +TEST_TYPE = "client" + +DOC = ...
Dec 3, 10:49 pm 2009
Avi Kivity
Re: Bugs in kvm guest migration
Does calling drop_user_return_notifiers() (static in x86.c, will need exporting) in vmx_load_host_state() within the preempt-disable region help? -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. --
Dec 4, 12:59 am 2009
Jan Kiszka
Re: Bugs in kvm guest migration
Nope. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux --
Dec 4, 6:25 am 2009
Lucas Meneghel Rodrigues
Re: [Autotest] [KVM-AUTOTEST PATCH] Improve kvm subtest ...
Ok, fair enough, applied! Thanks Chen -- Lucas --
Dec 4, 5:28 am 2009
Yolkfull Chow
Re: [PATCH 1/2] Adds a test to verify resources inside a VM
Hi Yaniv, Thanks very much for comments. Yes, cpuid level and flags are important. And test of cpu_flags verification has been finished long long ago in our internal tree. We will add cpuid in later improvement. --
Dec 4, 2:20 am 2009
previous daytodaynext day
December 3, 2009December 4, 2009December 5, 2009