All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Guthro <bguthro@virtualiron.com>
To: xen-devel <xen-devel@lists.xensource.com>
Cc: Jan Beulich <jbeulich@novell.com>
Subject: Re: Xen-changelog Digest, Vol 38, Issue 55
Date: Tue, 22 Apr 2008 13:19:43 -0400	[thread overview]
Message-ID: <480E1E2F.2080800@virtualiron.com> (raw)
In-Reply-To: <E1JoJdn-0007jt-JG@host-192-168-0-1-bcn-london>

I pulled in the latest changes after seeing the Changelog Digests go by 
- but seem to be having problems
compiling against the latest 2.6.18-xen kernel changeset (523:f128849f9e78)
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/f128849f9e78

xen-changelog-request@lists.xensource.com wrote:
>    6. [linux-2.6.18-xen] linux/x86: set up machine_e820	in
>       copy_e820_map() for it to be usable (Xen patchbot-linux-2.6.18-xen)
>
> ----------------------------------------------------------------------
>   
This is the chunk of the patch that is giving me problems: (errors below)
> +
> +#ifdef CONFIG_XEN
> +	if (is_initial_xendomain()) {
> +		struct xen_memory_map memmap;
> +
> +		memmap.nr_entries = E820MAX;
> +		set_xen_guest_handle(memmap.buffer, machine_e820.map);
> +
> +		if (HYPERVISOR_memory_op(XENMEM_machine_memory_map, &memmap))
> +			BUG();
> +		machine_e820.nr_map = memmap.nr_entries;
> +	} else
> +		machine_e820 = e820;
> +#endif
> +
>  	return 0;
>  }
>   
CC arch/x86_64/kernel/e820.o
/home/bguthro/dev/unstable/linux-2.6.18-xen.hg/arch/x86_64/kernel/e820-xen.c: 
In function ‘copy_e820_map’:
/home/bguthro/dev/unstable/linux-2.6.18-xen.hg/arch/x86_64/kernel/e820-xen.c:613: 
error: ‘machine_e820’ undeclared (first use in this function)
/home/bguthro/dev/unstable/linux-2.6.18-xen.hg/arch/x86_64/kernel/e820-xen.c:613: 
error: (Each undeclared identifier is reported only once
/home/bguthro/dev/unstable/linux-2.6.18-xen.hg/arch/x86_64/kernel/e820-xen.c:613: 
error: for each function it appears in.)



Is this changeset complete - or did an extern declaration get left out 
somehow?

Ben Guthro

       reply	other threads:[~2008-04-22 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1JoJdn-0007jt-JG@host-192-168-0-1-bcn-london>
2008-04-22 17:19 ` Ben Guthro [this message]
2008-04-22 17:47   ` Re: Xen-changelog Digest, Vol 38, Issue 55 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=480E1E2F.2080800@virtualiron.com \
    --to=bguthro@virtualiron.com \
    --cc=jbeulich@novell.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.