kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [qemu-kvm tests PATCH] qemu-kvm tests cleanup
@ 2010-05-15  8:12 Asias He
  2010-05-15  8:12 ` Asias He
  0 siblings, 1 reply; 3+ messages in thread
From: Asias He @ 2010-05-15  8:12 UTC (permalink / raw)
  To: kvm, Naphtali Sprei


fix test/x86/msr.c fail to build on i386

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [qemu-kvm tests PATCH] qemu-kvm tests cleanup
  2010-05-15  8:12 [qemu-kvm tests PATCH] qemu-kvm tests cleanup Asias He
@ 2010-05-15  8:12 ` Asias He
  2010-05-25  9:29   ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Asias He @ 2010-05-15  8:12 UTC (permalink / raw)
  To: kvm, Naphtali Sprei; +Cc: Asias He

fix test/x86/msr.c fail to build on i386

Signed-off-by: Asias He <asias.hejun@gmail.com>
---
 kvm/user/test/x86/msr.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kvm/user/test/x86/msr.c b/kvm/user/test/x86/msr.c
index 662cb4f..1e7987d 100644
--- a/kvm/user/test/x86/msr.c
+++ b/kvm/user/test/x86/msr.c
@@ -79,7 +79,6 @@ static int find_msr_info(int msr_index)
 
 int nr_passed, nr_tests;
 
-#ifdef __x86_64__
 static void report(const char *name, int passed)
 {
 	++nr_tests;
@@ -103,10 +102,6 @@ static unsigned long long rdmsr(unsigned index)
 	return ((unsigned long long)d << 32) | a;
 }
 
-#endif
-
-
-
 static void test_msr_rw(int msr_index, unsigned long long input, unsigned long long expected)
 {
     unsigned long long r = 0;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [qemu-kvm tests PATCH] qemu-kvm tests cleanup
  2010-05-15  8:12 ` Asias He
@ 2010-05-25  9:29   ` Avi Kivity
  0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2010-05-25  9:29 UTC (permalink / raw)
  To: Asias He; +Cc: kvm, Naphtali Sprei

On 05/15/2010 11:12 AM, Asias He wrote:
> fix test/x86/msr.c fail to build on i386
>
>    

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-25  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15  8:12 [qemu-kvm tests PATCH] qemu-kvm tests cleanup Asias He
2010-05-15  8:12 ` Asias He
2010-05-25  9:29   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).