From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsZPv-0002cE-N5 for qemu-devel@nongnu.org; Mon, 16 Dec 2013 09:45:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsZPq-0004Iw-SA for qemu-devel@nongnu.org; Mon, 16 Dec 2013 09:45:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsZPq-0004Hz-IG for qemu-devel@nongnu.org; Mon, 16 Dec 2013 09:45:02 -0500 Message-ID: <52AF11EA.7030205@redhat.com> Date: Mon, 16 Dec 2013 07:44:58 -0700 From: Eric Blake MIME-Version: 1.0 References: <87haaakvo0.fsf@moxielogic.com> In-Reply-To: <87haaakvo0.fsf@moxielogic.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UiBVSfq2Ie1hGV5GoVl469bpDRe39mhDQ" Subject: Re: [Qemu-devel] [PATCH v2 0/2] Add Moxie Marin SoC support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Green , qemu-devel@nongnu.org Cc: peter.crosthwaite@xilinx.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --UiBVSfq2Ie1hGV5GoVl469bpDRe39mhDQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/15/2013 07:58 AM, Anthony Green wrote: >=20 > I've broken my recent submission into two patches and incorporated > feedback from Peter's review. Here they come... Except they came as top-level threads instead of in-reply-to this cover letter. >=20 > Anthony Green (2): > Add UART for Moxie Marin SoC > Add Marin SoC support >=20 > default-configs/moxie-softmmu.mak | 1 + > hw/char/Makefile.objs | 1 + > hw/char/marin-uart.c | 200 ++++++++++++++++++++++++++++++= ++++++++ > hw/moxie/Makefile.objs | 2 +- > hw/moxie/marin.c | 166 ++++++++++++++++++++++++++++++= + > 5 files changed, 369 insertions(+), 1 deletion(-) > create mode 100644 hw/char/marin-uart.c > create mode 100644 hw/moxie/marin.c >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --UiBVSfq2Ie1hGV5GoVl469bpDRe39mhDQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSrxHqAAoJEKeha0olJ0NqZHEIAKX7H3sOhU/YR0fHIZGC/djD MHKYDs6rQoFoShAfU7ECeOKQIRHRvi75TcfJLSp4dx0KBVst1oxSoz2L5GTCvMrO Gx4XgoFLwx8x/Vxdkww23NEtOCTqA8pIKqT7D13UcUtUyvmYOLSObhsVZXyKT2r1 a4dbYeRM+CN8pauTP6+A+hAN9AbEWgpKfB0ODHJ2SewrAVE3k18tvoh+M5XuzpL8 kwzVwJcJwUTAmxuowaH87Gx2s/uPceyUFqGN4OblRg1jNNVtOrrYFMnmAMfLxK3I BhGB2YjC+MlywavQcCvGnEgbvl4D1zc5gKpurP3yJORfbreKcPkfsR2QBo9Z0Ho= =60HH -----END PGP SIGNATURE----- --UiBVSfq2Ie1hGV5GoVl469bpDRe39mhDQ--