multiboot doesn't give us any stack, so we need to set one up.
Signed-off-by: Avi Kivity <[email protected]>
---
kvm/user/test/x86/cstart64.S | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kvm/user/test/x86/cstart64.S b/kvm/user/test/x86/cstart64.S
index 432a3dc..4f116f9 100644
--- a/kvm/user/test/x86/cstart64.S
+++ b/kvm/user/test/x86/cstart64.S
@@ -69,6 +69,7 @@ tss_end:
.section .init
.code32
+ mov $stacktop, %esp
call prepare_64
jmpl $8, $start64
--
1.6.1.1
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html