From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNO8z-0002HK-9T for qemu-devel@nongnu.org; Thu, 06 Aug 2015 12:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNO8v-0004gY-Ri for qemu-devel@nongnu.org; Thu, 06 Aug 2015 12:35:49 -0400 Received: from mout.gmx.net ([212.227.17.20]:62044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNO8v-0004gR-6g for qemu-devel@nongnu.org; Thu, 06 Aug 2015 12:35:45 -0400 References: <55B734A7.8040108@gmx.net> <55B870A9.4090008@gmx.net> <20150729150147.GO11361@aurel32.net> <55B99F95.8010603@gmx.net> <20150730075252.GT11361@aurel32.net> <55B9DD60.8020801@gmx.net> <20150730085500.GV11361@aurel32.net> <55BF7FF7.8080308@gmx.net> <55BFC62E.4030001@gmx.net> <55C32710.3060405@gmx.net> <55C3287B.6060108@gmx.net> From: Dennis Luehring Message-ID: <55C38CD3.7000502@gmx.net> Date: Thu, 6 Aug 2015 18:35:31 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Debian 7.8.0 SPARC64 on qemu - anything i can do to speedup the emulation? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Karel Gardas Cc: qemu-devel , Aurelien Jarno , Artyom Tarasenko using (later) git qemu 2.3.93 ~/qemu/sparc64-softmmu/qemu-system-sparc64 -m 1024 -nographic -monitor telnet::4440,server,nowait -serial telnet::3000,server -hda ./netbsd-615-sparc64.raw -cdrom ./NetBSD-6.1.5-sparc64.iso -boot d -net nic,model=i82551 -net user gives me unlimited lines of (on installation or normal system start) data error type 32 sfsr=0 sfva=0 afsr=0 afva=0 tf=0x1c04f20 data_access_error: no fault data error type 32 sfsr=0 sfva=0 afsr=0 afva=0 tf=0x1c04f20 data_access_error: no fault data error type 32 sfsr=0 sfva=0 afsr=0 afva=0 tf=0x1c04f20 data_access_error: no fault .... installation worked before with "-net nic -net user" without ,model=i82551 Am 06.08.2015 um 14:50 schrieb Karel Gardas: > I use -net nic,model=i82551 -net user for OpenBSD, perhaps this will > also work for you? This is for Qemu 2.2.0 and whole command line > looks: /opt/qemu-2.2.0/bin/qemu-system-sparc64 -hda > openbsd_sparc64.img -m 1024 -nographic -net nic,model=i82551 -net > user > > On Thu, Aug 6, 2015 at 11:27 AM, Dennis Luehring wrote: > > Am 06.08.2015 um 11:21 schrieb Dennis Luehring: > >> > >> if NetBSD is fast in qemu and if it provides sparc64 user-land, > >> >perhaps also its GCC is sparc64 binary and if so > > > > > > according to the docs its pure SPARC64 kernel and userland (no exceptions)