Christoph Egger
2009-Jul-14 15:19 UTC
[Xen-devel] [PATCH] minios: switch to C99 integer types
Hi! Attached patch switches minios to C99 integer types. This is a necessary step to make minios build on NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2009-Jul-14 15:38 UTC
Re: [Xen-devel] [PATCH] minios: switch to C99 integer types
I''d like an Ack from Stefano and/or Samuel on this one. This kind of dancing around the standard headers is tricky. -- Keir On 14/07/2009 16:19, "Christoph Egger" <Christoph.Egger@amd.com> wrote:> > Hi! > > Attached patch switches minios to C99 integer types. > This is a necessary step to make minios build on NetBSD. > > Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Samuel Thibault
2009-Jul-14 15:48 UTC
Re: [Xen-devel] [PATCH] minios: switch to C99 integer types
Keir Fraser, le Tue 14 Jul 2009 16:38:48 +0100, a écrit :> I''d like an Ack from Stefano and/or Samuel on this one. This kind of dancing > around the standard headers is tricky.He did it properly: in the stubdom case, he uses stdint.h from newlib, else he defines them by hand, so although I haven''t thoroughly checked the patch nor compiled it I do agree on the dancing :) Samuel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefano Stabellini
2009-Jul-14 16:08 UTC
Re: [Xen-devel] [PATCH] minios: switch to C99 integer types
On Tue, 14 Jul 2009, Christoph Egger wrote:> > Hi! > > Attached patch switches minios to C99 integer types. > This is a necessary step to make minios build on NetBSD. > > Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> >Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel