From: Jerone Young <jyoung5@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] libxc x86-64 domU support
Date: Thu, 02 Jun 2005 20:10:01 -0500 [thread overview]
Message-ID: <1117761001.10811.36.camel@thinkpad> (raw)
In-Reply-To: <1117742050.10811.27.camel@thinkpad>
This patch is missing a small change that is needed.
Signed-off-by: Jerone Young
--- tools/libxc/xc_linux_build.c.orig 2005-06-02 15:08:54.000000000
-0500
+++ tools/libxc/xc_linux_build.c 2005-06-02 15:09:44.000000000
-0500
@@ -409,7 +409,11 @@ int xc_linux_build(int xc_handle,
ctxt->user_regs.es = FLAT_KERNEL_DS;
ctxt->user_regs.fs = FLAT_KERNEL_DS;
ctxt->user_regs.gs = FLAT_KERNEL_DS;
+#if defined(__x86_64__)
ctxt->user_regs.ss = FLAT_KERNEL_SS;
+#else
+ ctxt->user_regs.ss = FLAT_KERNEL_DS;
+#endif
ctxt->user_regs.cs = FLAT_KERNEL_CS;
ctxt->user_regs.eip = vkern_entry;
ctxt->user_regs.esp = vstartinfo_start + 2*PAGE_SIZE;
On Thu, 2005-06-02 at 14:54 -0500, Jerone Young wrote:
> Here are patches need for domU startup for x86-64. While the code seems to work.
> There are problems within Xen that are preventing a full domain launch at this moment.
>
> Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)
next prev parent reply other threads:[~2005-06-03 1:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-02 19:54 [PATCH] libxc x86-64 domU support Jerone Young
2005-06-03 1:10 ` Jerone Young [this message]
2005-06-03 5:01 ` Jerone Young
2005-06-03 7:46 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1117761001.10811.36.camel@thinkpad \
--to=jyoung5@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.