All of lore.kernel.org
 help / color / mirror / Atom feed
From: "S.Çağlar Onur" <caglar@pardus.org.tr>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: 3.1.x and 3.2.x releases
Date: Fri, 28 Dec 2007 12:17:08 +0200	[thread overview]
Message-ID: <200712281217.11561.caglar@pardus.org.tr> (raw)
In-Reply-To: <C39A6689.11961%Keir.Fraser@cl.cam.ac.uk>


[-- Attachment #1.1: Type: text/plain, Size: 1241 bytes --]

Hi Keir;

28 Ara 2007 Cum tarihinde, Keir Fraser şunları yazmıştı: 
> It's not obvious what the problem is. DEFINE_XEN_GUEST_HANDLE() is defined
> at that point in xen.h because we have used it earlier. This is also true
> for uint8_t, uint16_t, etc. You'll have to do a bit more digging (e.g., use
> gcc -E option to get the post-processed source, and see if that shows
> anything obviously wrong).

Seems like

[...]
DEFINE_XEN_GUEST_HANDLE(uint8_t);
DEFINE_XEN_GUEST_HANDLE(uint16_t);
DEFINE_XEN_GUEST_HANDLE(uint32_t);
DEFINE_XEN_GUEST_HANDLE(uint64_t);
[...]

in xen.h converted

[...]
typedef unsigned char * __guest_handle_unsigned char;
typedef unsigned short int * __guest_handle_unsigned short int;
typedef unsigned int * __guest_handle_unsigned int;
typedef unsigned long long int * __guest_handle_unsigned long long int;
[...]

and

[...]
            XEN_GUEST_HANDLE(uint8_t) edid;
[...]

in platform.h converted

[...]
            __guest_handle_unsigned char edid;
[...]

which causes the build errors. 

Cheers
-- 
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  reply	other threads:[~2007-12-28 10:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19 16:00 3.1.x and 3.2.x releases Keir Fraser
2007-12-19 17:22 ` Dan Magenheimer
2007-12-20 10:26   ` Keir Fraser
2007-12-26 19:53     ` Dan Magenheimer
2007-12-26 23:08       ` Keir Fraser
2007-12-28 22:52         ` Dan Magenheimer
2007-12-29  9:18           ` Keir Fraser
2007-12-29  9:21             ` Keir Fraser
2008-01-03 17:24               ` Dan Magenheimer
2007-12-19 18:34 ` John Levon
2007-12-20  3:58 ` You, Yongkang
2007-12-20  5:02   ` John Levon
2007-12-27 23:37 ` S.Çağlar Onur
2007-12-28  8:38   ` Keir Fraser
2007-12-28 10:17     ` S.Çağlar Onur [this message]
2007-12-28 13:16       ` Keir Fraser
2007-12-28 14:55         ` John Levon
2007-12-28 15:19           ` Keir Fraser
2007-12-29  1:18           ` Ryan Scott
2007-12-28 15:47         ` Daniel P. Berrange
2007-12-28 16:00           ` Keir Fraser
2008-01-01 16:31             ` S.Çağlar Onur
2008-01-06 22:50               ` Keir Fraser
2007-12-28 23:04           ` S.Çağlar Onur

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=200712281217.11561.caglar@pardus.org.tr \
    --to=caglar@pardus.org.tr \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --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.