From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VshmM-0001W9-SH for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VshmH-0001Jn-Ri for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:50 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:54907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VshmH-0001Jh-LA for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:45 -0500 Received: by mail-pd0-f175.google.com with SMTP id w10so5961788pde.34 for ; Mon, 16 Dec 2013 15:40:45 -0800 (PST) Date: Mon, 16 Dec 2013 15:40:43 -0800 From: Christoffer Dall Message-ID: <20131216234043.GG5711@cbox> References: <1385645602-18662-1-git-send-email-peter.maydell@linaro.org> <1385645602-18662-8-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385645602-18662-8-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 7/7] default-configs: Add config for aarch64-softmmu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, kvmarm@lists.cs.columbia.edu On Thu, Nov 28, 2013 at 01:33:22PM +0000, Peter Maydell wrote: > Add a config for aarch64-softmmu; this enables building of this target. > The resulting executable doesn't know about any 64 bit CPUs, but all > the 32 bit CPUs and board models work. > > Signed-off-by: Peter Maydell > --- > default-configs/aarch64-softmmu.mak | 9 +++++++++ > 1 file changed, 9 insertions(+) > create mode 100644 default-configs/aarch64-softmmu.mak > > diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak > new file mode 100644 > index 0000000..76a45cc > --- /dev/null > +++ b/default-configs/aarch64-softmmu.mak > @@ -0,0 +1,9 @@ > +# Default configuration for aarch64-softmmu > + > +include pci.mak > +include usb.mak pci and usb? pci is required for virtio I presume, and USB? for 32-bit boards? > + > +# We support all the 32 bit boards so need all their config > +include arm-softmmu.mak > + > +# Currently no 64-bit specific config requirements > -- > 1.7.9.5 > > _______________________________________________ > kvmarm mailing list > kvmarm@lists.cs.columbia.edu > https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm