All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad@kernel.org>
To: George Shuklin <george.shuklin@gmail.com>
Cc: xen-devel <xen-devel@lists.xen.org>
Subject: Re: start_info content for linux
Date: Wed, 26 Sep 2012 07:53:25 -0400	[thread overview]
Message-ID: <20120926115324.GD7356@phenom.dumpdata.com> (raw)
In-Reply-To: <5062BDA8.5@gmail.com>

On Wed, Sep 26, 2012 at 12:32:40PM +0400, George Shuklin wrote:
> Good day.
> 
> I've digging in some strange memory/balloon related bug and I've
> really like to see start_info content on linux. I saw in source code
> 
> #ifdef CONFIG_X86_32
>         mov %esi,xen_start_info
>         mov $init_thread_union+THREAD_SIZE,%esp
> #else
>         mov %rsi,xen_start_info
>         mov $init_thread_union+THREAD_SIZE,%rsp
> #endif
>         jmp xen_start_kernel
> 
> Pointer to start_info stored in linux global variable
> xen_start_info, but I can't find way to access it.
> 
> Is any way to get it from linux kernel? (well, except writing your
> own module).

No. That is the only way.

What do you want to get out of the xen_start_kernel structure?
> 
> Thanks.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
> 

      parent reply	other threads:[~2012-09-26 11:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26  8:32 start_info content for linux George Shuklin
2012-09-26  8:42 ` Ian Campbell
2012-09-26 11:53 ` Konrad Rzeszutek Wilk [this message]

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=20120926115324.GD7356@phenom.dumpdata.com \
    --to=konrad@kernel.org \
    --cc=george.shuklin@gmail.com \
    --cc=xen-devel@lists.xen.org \
    /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.