From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSfqj-0008Lj-6f for qemu-devel@nongnu.org; Fri, 21 Aug 2015 02:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSfqf-0001Ir-UP for qemu-devel@nongnu.org; Fri, 21 Aug 2015 02:30:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSfqf-0001In-OW for qemu-devel@nongnu.org; Fri, 21 Aug 2015 02:30:45 -0400 References: <55D608BF.4050806@hotmail.com> <55D609D2.9050309@hotmail.com> From: Eric Blake Message-ID: <55D6C592.3000204@redhat.com> Date: Thu, 20 Aug 2015 23:30:42 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ndUCGF8Uic74AFoqUb2Ho12duAiGCJUeP" Subject: Re: [Qemu-devel] Subject: [PATCH 01/16] linux-user: tilegx: Firstly add architecture related features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: gchen gchen , Peter Maydell , "rth@twiddle.net" , Chris Metcalf , =?UTF-8?Q?Andreas_F=c3=a4rber?= , "walt@tilera.com" , Riku Voipio Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ndUCGF8Uic74AFoqUb2Ho12duAiGCJUeP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/20/2015 10:09 AM, gchen gchen wrote: In the subject line, s/Firstly add/Add/ ('Firstly' is seldom used in English, and certainly not in the context you were trying to use it) > They are based on Linux kernel tilegx architecture for 64 bit binary, > and also based on tilegx ABI reference document, and also reference fro= m > other targets implementations. s/targets/targets'/ >=20 > Signed-off-by: Chen Gang > Reviewed-by: Peter Maydell > --- > --- /dev/null > +++ b/linux-user/tilegx/syscall.h > @@ -0,0 +1,40 @@ > +#ifndef TILEGX_SYSCALLS_H > +#define TILEGX_SYSCALLS_H > + > +#define UNAME_MACHINE "tilegx" > +#define UNAME_MINIMUM_RELEASE "3.19" New files should have a copyright license, particularly if the license differs from the default of GPLv2+. > --- /dev/null > +++ b/linux-user/tilegx/syscall_nr.h > @@ -0,0 +1,324 @@ > +#ifndef TILEGX_SYSCALL_NR > +#define TILEGX_SYSCALL_NR > + > +/* > + * Copy from linux kernel asm-generic/unistd.h, which tilegx uses. and since you appear to be copying from the kernel (which is often GPLv2-only rather than GPLv2+), it matters. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --ndUCGF8Uic74AFoqUb2Ho12duAiGCJUeP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV1sWSAAoJEKeha0olJ0NqMEUIAINtDMUqwsHVNWmyW7SxEeIv HlcwK2j2ujQa5PUpKa7JFaDDy44CCzaRvd8SdqwDs62N1cao+gEb0Fu8IT8A23s0 f+KxznyBndpxHi06qgxwb4vKGKjikwO+BiK7LJE9ZS6Fxm8ceUJFKn+6SDqRJe9+ y7nOOjQxNY04Q4uZgjl9sI4Cai03b+nkzccHy5li2puTvzL292Yc+ovNk1bXUvjN 6hHKvDNTL1pDJkoFg2+I78IraHhSOsz8Pu7O4m6FtVRpjMc5zdWydXK3kqTHzOpa gcI39uV+v69CVK2BLED398lClk0tYmGYL9L4zKlrzTa2AJbmGsUtJU4cXZtlqCY= =hA3k -----END PGP SIGNATURE----- --ndUCGF8Uic74AFoqUb2Ho12duAiGCJUeP--