From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsumA-0006t6-QQ for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:33:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vsum5-0008SO-0b for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:33:30 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:35668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsum4-0008RC-Qu for qemu-devel@nongnu.org; Tue, 17 Dec 2013 08:33:24 -0500 Message-ID: <52B0529F.4000504@codeaurora.org> Date: Tue, 17 Dec 2013 08:33:19 -0500 From: Christopher Covington MIME-Version: 1.0 References: <1385645602-18662-1-git-send-email-peter.maydell@linaro.org> <1385645602-18662-8-git-send-email-peter.maydell@linaro.org> <20131216234043.GG5711@cbox> In-Reply-To: <20131216234043.GG5711@cbox> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Christoffer Dall Cc: Peter Maydell , kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, patches@linaro.org On 12/16/2013 06:40 PM, Christoffer Dall wrote: > 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? PCI is not required for VirtIO since the introduction of VirtIO-MMIO. Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation.