[qemu-kvm tests 0/3] qemu-kvm tests cleanup

2010-04-22 Thread Naphtali Sprei
Cleanup, mostly x86 oriented. Patches against 'next' branch. Naphtali Sprei (3): qemu-kvm tests cleanup qemu-kvm tests cleanup: adapt stringio test to kernel-mode run qemu-kvm tests cleanup: Added printing for passing tests Also typo fix kvm/user/README|

[qemu-kvm tests 1/3] qemu-kvm tests cleanup

2010-04-22 Thread Naphtali Sprei
Mainly removed unused/unnecessary files and references to them Signed-off-by: Naphtali Sprei --- kvm/user/README| 23 ++ kvm/user/balloon_ctl.c | 92 -- kvm/user/bootstrap.lds | 15 - kvm/user/config-x86-common.mak | 24 +-- kvm/user/config-x86_64.mak

[qemu-kvm tests 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run

2010-04-22 Thread Naphtali Sprei
Also use testdev for output, call exit to quit. Currently, test reboots endlessly because of a triple-fault. Need to run test with -no-reboot till issue fixed (in kvm ??) Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |2 +- kvm/user/test/x86/stringio.S | 13

[qemu-kvm tests 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix

2010-04-22 Thread Naphtali Sprei
Signed-off-by: Naphtali Sprei --- kvm/user/test/x86/realmode.c | 106 +++-- 1 files changed, 100 insertions(+), 6 deletions(-) diff --git a/kvm/user/test/x86/realmode.c b/kvm/user/test/x86/realmode.c index bfc2942..bc4ed97 100644 --- a/kvm/user/test/x86

[qemu-kvm tests PATCH v2 0/3] qemu-kvm tests cleanup

2010-04-27 Thread Naphtali Sprei
changes v1 -> v2 single trailing whitespace cleanup Cleanup, mostly x86 oriented. Patches against 'next' branch. Naphtali Sprei (3): qemu-kvm tests cleanup qemu-kvm tests cleanup: adapt stringio test to kernel-mode run qemu-kvm tests cleanup: Added printing for passing te

[qemu-kvm tests PATCH v2 1/3] qemu-kvm tests cleanup

2010-04-27 Thread Naphtali Sprei
Mainly removed unused/unnecessary files and references to them Signed-off-by: Naphtali Sprei --- kvm/user/README| 23 ++ kvm/user/balloon_ctl.c | 92 -- kvm/user/bootstrap.lds | 15 - kvm/user/config-x86-common.mak | 24 +-- kvm/user/config-x86_64.mak

[qemu-kvm tests PATCH v2 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run

2010-04-27 Thread Naphtali Sprei
Also use testdev for output, call exit to quit. Currently, test reboots endlessly because of a triple-fault. Need to run test with -no-reboot till issue fixed (in kvm ??) Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |2 +- kvm/user/test/x86/stringio.S | 13

[qemu-kvm tests PATCH v2 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix

2010-04-27 Thread Naphtali Sprei
Signed-off-by: Naphtali Sprei --- kvm/user/test/x86/realmode.c | 106 +++-- 1 files changed, 100 insertions(+), 6 deletions(-) diff --git a/kvm/user/test/x86/realmode.c b/kvm/user/test/x86/realmode.c index bfc2942..bc4ed97 100644 --- a/kvm/user/test/x86

[qemu-kvm tests PATCH] qemu-kvm tests: enhanced msr test

2010-05-02 Thread Naphtali Sprei
Changed the code structure and added few tests for some of the msr's. Signed-off-by: Naphtali Sprei --- kvm/user/test/x86/msr.c | 116 ++- 1 files changed, 104 insertions(+), 12 deletions(-) diff --git a/kvm/user/test/x86/msr.c b/kvm/user/tes

[qemu-kvm tests PATCH] qemu-kvm tests: fix linker script problem

2010-05-03 Thread Naphtali Sprei
the last symbol anymore. Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kvm/user/config-x86-common.mak b/kvm/user/config-x86-common.mak index 61cc2f0..ad7aeac 100644 --- a/kvm/user/config-x86-common.mak

[qemu-kvm tests PATCH] qemu-kvm tests: merged stringio into emulator

2010-05-03 Thread Naphtali Sprei
based on 'next' branch. Changed test-case stringio into C code and merged into emulator test-case. Removed traces of stringio test-case. Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |2 -- kvm/user/config-x86_64.mak |4 ++-- kvm/user/test/x86/README

[qemu-kvm tests PATCH v2] qemu-kvm tests: fix linker script problem

2010-05-05 Thread Naphtali Sprei
ate line/rule, so the lds file will not be considered as one of the dependencies in the linking line/rule. Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kvm/user/config-x86-common.mak b/kvm/user/config-

[qemu-kvm tests PATCH v3] qemu-kvm tests: fix linker script problem

2010-05-05 Thread Naphtali Sprei
t really adds the flat.lds to the prerequisite list, use Avi suggestion of filtering. Signed-off-by: Naphtali Sprei --- kvm/user/config-x86-common.mak |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kvm/user/config-x86-common.mak b/kvm/user/config-x86-common.mak index

Re: [PATCH] Fix qemu-img can't create qcow image based on read-only image

2010-01-28 Thread Naphtali Sprei
Sheng Yang wrote: > Commit 03cbdac7 "Disable fall-back to read-only when cannot open drive's > file for read-write" result in read-only image can't be used as backed > image in qemu-img. > > CC: Naphtali Sprei > Signed-off-by: Sheng Yang > --- > &g

Re: [PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image

2010-01-31 Thread Naphtali Sprei
Sheng Yang wrote: > Commit 03cbdac7 "Disable fall-back to read-only when cannot open drive's > file for read-write" result in read-only image can't be used as backed > image in qemu-img. > > Cc: Naphtali Sprei > Signed-off-by: Sheng Yang Acked-by: Napht

Re: [Qemu-devel] [PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image

2010-02-11 Thread Naphtali Sprei
Anthony Liguori wrote: > On 01/28/2010 08:15 PM, Sheng Yang wrote: >> Commit 03cbdac7 "Disable fall-back to read-only when cannot open drive's >> file for read-write" result in read-only image can't be used as backed >> image in qemu-img. >> >

[PATCH] update/cleanup: remove references to qemu sub-dir

2010-03-18 Thread Naphtali Sprei
without this removal configure doesn't work at all Signed-off-by: Naphtali Sprei --- kvm/configure | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/kvm/configure b/kvm/configure index 249c743..a41ab72 100755 --- a/kvm/configure +++ b/kvm/conf

[PATCH] qemu-kvm: emulator tests: fix msr test

2010-04-13 Thread Naphtali Sprei
use correct 64 bit mode inline assembly constraints use a canonical form address when writing to the MSR_KERNEL_GS_BASE MSR Signed-off-by: Naphtali Sprei --- kvm/user/test/x86/msr.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/kvm/user/test/x86/msr.c b