From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69877C43603 for ; Fri, 20 Dec 2019 04:31:59 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3C79C21D7D for ; Fri, 20 Dec 2019 04:31:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3C79C21D7D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=telegraphics.com.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:50640 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii9xG-0006w8-8A for qemu-devel@archiver.kernel.org; Thu, 19 Dec 2019 23:31:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58030) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii9qM-0004aq-QM for qemu-devel@nongnu.org; Thu, 19 Dec 2019 23:24:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ii9qL-00059m-JM for qemu-devel@nongnu.org; Thu, 19 Dec 2019 23:24:50 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:34570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ii9qL-00058O-D5; Thu, 19 Dec 2019 23:24:49 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 6735A2290B; Thu, 19 Dec 2019 23:24:47 -0500 (EST) Date: Fri, 20 Dec 2019 15:24:48 +1100 (AEDT) From: Finn Thain To: Aleksandar Markovic , =?ISO-8859-15?Q?Herv=E9_Poussineau?= Subject: Re: [PATCH 00/10] Fixes for DP8393X SONIC device emulation In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 98.124.60.144 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jason Wang , Aleksandar Rikalo , "qemu-devel@nongnu.org" , "qemu-stable@nongnu.org" , Laurent Vivier Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Sun, 15 Dec 2019, Aleksandar Markovic wrote: > > Herve, > > Is there any way for us to come up with an equivalent or at least > approximate scenario for Jazz machines? > > Regards, > Aleksandar > That would be useful in general, but in this case I think it might be better to test NetBSD, since I have already tested Linux. (I had to fix some bugs in the Linux sonic driver.) I tried to boot NetBSD/arc but failed. I got a blue screen when I typed "cd:boot" at the "Run A Program" prompt in the ARC menu. $ ln -s NTPROM.RAW mipsel_bios.bin $ mips64el-softmmu/qemu-system-mips64el -M magnum -L . -drive if=scsi,unit=2,media=cdrom,format=raw,file=NetBSD-8.1-arc.iso -global ds1225y.filename=nvram -global ds1225y.size=8200 qemu-system-mips64el: g364: invalid read at [0000000000102000] $ Any help would be appreciated.