From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpgUo-00044d-91 for qemu-devel@nongnu.org; Tue, 05 May 2015 13:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpgUl-0002Li-Ix for qemu-devel@nongnu.org; Tue, 05 May 2015 13:19:02 -0400 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:33452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpgUl-0002L0-EL for qemu-devel@nongnu.org; Tue, 05 May 2015 13:18:59 -0400 Received: by qkx62 with SMTP id 62so110730357qkx.0 for ; Tue, 05 May 2015 10:18:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <5548FB7E.8080403@twiddle.net> Date: Tue, 05 May 2015 10:18:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] disas: Unify target_disas and monitor_disas List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, claudio.fontana@gmail.com, Peter Crosthwaite , agraf@suse.de, edgari@xilinx.com, edgar.iglesias@gmail.com On 05/04/2015 09:44 PM, Peter Crosthwaite wrote: > Alpha looks easier, but I have > no test case (can anyone link me a random elf or kernel? Doesn't need > to do anything meaningful other than enter execution of instructions). If all you need is some executed instructions, the included bios image will do. $ ./alpha-softmmu/qemu-system-alpha -nographic PCI: 00:00:0 class 0300 id 1013:00b8 PCI: region 0: 10000000 PCI: region 1: 12000000 PCI: 00:01:0 class 0200 id 8086:100e PCI: region 0: 12020000 PCI: region 1: 0000c000 PCI: 00:02:0 class 0101 id 1095:0646 PCI: region 0: 0000c040 PCI: region 1: 0000c048 PCI: region 3: 0000c04c >>> r~