WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 4/12] VTPM mini-os: Mini-os machine specific head

To: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 4/12] VTPM mini-os: Mini-os machine specific headers
From: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
Date: Mon, 14 Mar 2011 11:47:07 -0400
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 14 Mar 2011 08:48:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.DEB.2.00.1103141220360.3382@kaball-desktop>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4D7AA5B1.8060603@xxxxxxxxxx> <alpine.DEB.2.00.1103141220360.3382@kaball-desktop>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
I copied the header from the Linux system. Its a very simple header file. Can we just change the license or does our implementation have to significantly different?

On 03/14/2011 08:22 AM, Stefano Stabellini wrote:
On Fri, 11 Mar 2011, Matthew Fioravante wrote:
diff -Naur xen-unstable-trp-sdp-pristine/extras/mini-os/include/endian.h 
xen-unstable-trp-sdp/extras/mini-os/include/endian.h
--- xen-unstable-trp-sdp-pristine/extras/mini-os/include/endian.h       
1969-12-31 19:00:00.000000000 -0500
+++ xen-unstable-trp-sdp/extras/mini-os/include/endian.h        2011-02-23 
19:40:48.000000000 -0500
@@ -0,0 +1,53 @@
+/* Copyright (C) 1992, 1996, 1997, 2000, 2008 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
+
MiniOS is BSD and we would like to keep it that way.


diff -Naur 
xen-unstable-trp-sdp-pristine/extras/mini-os/include/ia64/arch_endian.h 
xen-unstable-trp-sdp/extras/mini-os/include/ia64/arch_endian.h
--- xen-unstable-trp-sdp-pristine/extras/mini-os/include/ia64/arch_endian.h     
1969-12-31 19:00:00.000000000 -0500
+++ xen-unstable-trp-sdp/extras/mini-os/include/ia64/arch_endian.h      
2011-02-23 19:40:48.000000000 -0500
@@ -0,0 +1,25 @@
+/* Copyright (C) 1992, 1996, 1997, 2000, 2008 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
+
ditto

diff -Naur 
xen-unstable-trp-sdp-pristine/extras/mini-os/include/x86/arch_endian.h 
xen-unstable-trp-sdp/extras/mini-os/include/x86/arch_endian.h
--- xen-unstable-trp-sdp-pristine/extras/mini-os/include/x86/arch_endian.h      
1969-12-31 19:00:00.000000000 -0500
+++ xen-unstable-trp-sdp/extras/mini-os/include/x86/arch_endian.h       
2011-02-23 19:40:48.000000000 -0500
@@ -0,0 +1,25 @@
+/* Copyright (C) 1992, 1996, 1997, 2000, 2008 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
ditto



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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