From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwumA-0002Jz-JO for qemu-devel@nongnu.org; Wed, 10 Jul 2013 09:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwum5-0004Pt-Uz for qemu-devel@nongnu.org; Wed, 10 Jul 2013 09:49:46 -0400 Received: from mail-qc0-x235.google.com ([2607:f8b0:400d:c01::235]:50362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwum5-0004PS-Os for qemu-devel@nongnu.org; Wed, 10 Jul 2013 09:49:41 -0400 Received: by mail-qc0-f181.google.com with SMTP id u12so3600012qcx.26 for ; Wed, 10 Jul 2013 06:49:40 -0700 (PDT) Sender: Richard Henderson Message-ID: <51DD666F.2050400@twiddle.net> Date: Wed, 10 Jul 2013 06:49:35 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1373331672-19852-1-git-send-email-rth@twiddle.net> <1373391803.27613.32@driftwood> In-Reply-To: <1373391803.27613.32@driftwood> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org On 07/09/2013 10:43 AM, Rob Landley wrote: > Do you have a kernel .config that boots on this board? I'd really like to try > this out myself... I haven't worked on this in quite some time. But I've located two branches that look like they might be the code corresponding to my image. Try git://github.com/rth7680/linux.git axp-qemu-{1,2} The -1 branch looks newer, but the -2 branch contains more code specific to qemu. Both are over 2 years old, so I'm not sure what I was going for... The most important bits are trivial to Kconfig, enabling the pci virtio devices, as they don't require a working IOMMU. The IOMMU was a bit of a pipe dream 2 years ago, and only in the last 3-4 months has the code enabling that actually gotten merged. Perhaps I'll find some time to actually write the code to emulate that now... As for configury, choose dp264 or generic. r~