* [PATCH] qemu-kvm tests: make hypercall test runable on 32-bit host
@ 2010-06-01 14:02 Asias He
2010-06-02 16:43 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: Asias He @ 2010-06-01 14:02 UTC (permalink / raw)
To: kvm, Avi Kivity, Naphtali Sprei
Signed-off-by: Asias He <asias.hejun@gmail.com>
---
kvm/test/config-x86-common.mak | 5 +++--
kvm/test/config-x86_64.mak | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kvm/test/config-x86-common.mak b/kvm/test/config-x86-common.mak
index 9084e2d..38dbf5a 100644
--- a/kvm/test/config-x86-common.mak
+++ b/kvm/test/config-x86-common.mak
@@ -24,7 +24,8 @@ FLATLIBS = lib/libcflat.a $(libgcc)
tests-common = $(TEST_DIR)/vmexit.flat $(TEST_DIR)/tsc.flat \
$(TEST_DIR)/smptest.flat $(TEST_DIR)/port80.flat \
- $(TEST_DIR)/realmode.flat $(TEST_DIR)/msr.flat
+ $(TEST_DIR)/realmode.flat $(TEST_DIR)/msr.flat \
+ $(TEST_DIR)/hypercall.flat
test_cases: $(tests-common) $(tests)
@@ -32,7 +33,7 @@ $(TEST_DIR)/%.o: CFLAGS += -std=gnu99 -ffreestanding -I lib -I lib/x86
$(TEST_DIR)/access.flat: $(cstart.o) $(TEST_DIR)/access.o $(TEST_DIR)/print.o
-$(TEST_DIR)/hypercall.flat: $(cstart.o) $(TEST_DIR)/hypercall.o $(TEST_DIR)/print.o
+$(TEST_DIR)/hypercall.flat: $(cstart.o) $(TEST_DIR)/hypercall.o
$(TEST_DIR)/sieve.flat: $(cstart.o) $(TEST_DIR)/sieve.o \
$(TEST_DIR)/print.o $(TEST_DIR)/vm.o
diff --git a/kvm/test/config-x86_64.mak b/kvm/test/config-x86_64.mak
index b898ece..cc7d7d7 100644
--- a/kvm/test/config-x86_64.mak
+++ b/kvm/test/config-x86_64.mak
@@ -5,7 +5,6 @@ ldarch = elf64-x86-64
CFLAGS += -D__x86_64__
tests = $(TEST_DIR)/access.flat $(TEST_DIR)/sieve.flat \
- $(TEST_DIR)/emulator.flat $(TEST_DIR)/hypercall.flat \
- $(TEST_DIR)/apic.flat
+ $(TEST_DIR)/emulator.flat $(TEST_DIR)/apic.flat
include config-x86-common.mak
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qemu-kvm tests: make hypercall test runable on 32-bit host
2010-06-01 14:02 [PATCH] qemu-kvm tests: make hypercall test runable on 32-bit host Asias He
@ 2010-06-02 16:43 ` Marcelo Tosatti
0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2010-06-02 16:43 UTC (permalink / raw)
To: Asias He; +Cc: kvm, Avi Kivity, Naphtali Sprei
On Tue, Jun 01, 2010 at 10:02:34PM +0800, Asias He wrote:
> Signed-off-by: Asias He <asias.hejun@gmail.com>
> ---
> kvm/test/config-x86-common.mak | 5 +++--
> kvm/test/config-x86_64.mak | 3 +--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-02 17:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 14:02 [PATCH] qemu-kvm tests: make hypercall test runable on 32-bit host Asias He
2010-06-02 16:43 ` Marcelo Tosatti
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).