From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYed0-0007rT-7I for qemu-devel@nongnu.org; Tue, 22 Oct 2013 12:16:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYect-0003lm-27 for qemu-devel@nongnu.org; Tue, 22 Oct 2013 12:16:18 -0400 Received: from www11.your-server.de ([213.133.104.11]:43737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYecs-0003le-S7 for qemu-devel@nongnu.org; Tue, 22 Oct 2013 12:16:10 -0400 Message-ID: <5266A4BD.2080701@macke.de> Date: Tue, 22 Oct 2013 09:15:57 -0700 From: Sebastian Macke MIME-Version: 1.0 References: <1382400765-26377-1-git-send-email-sebastian@macke.de> <1382400765-26377-10-git-send-email-sebastian@macke.de> <52669DB7.7020801@macke.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH_v2 9/9] target-openrisc: Correct carry flagcheck of l.addc and l.addic test casess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: openrisc@lists.openrisc.net, openrisc@lists.opencores.org, =?UTF-8?B?QWxleCBCZW5uw6ll?= , qemu-devel , Ethan Hunt On 22/10/2013 9:01 AM, Max Filippov wrote: > On Tue, Oct 22, 2013 at 7:45 PM, Sebastian Macke wrote: >> Hi Alex, >> >> I am using a cross-compiling toolchain. It's the easiest way as I have to >> compile the image for QEMU anyhow. >> http://opencores.org/or1k/OpenRISC_GNU_tool_chain >> >> Then it's just an "make && make test" in the corresponding >> tests/tcg/openrisc folder. >> >> Inside the virtual machine it would be a little bit more complicated. You >> have to compile Linux with the initramfs containing the QEMU test sources. >> Another storage device is currently not supported by the OpenRISC QEMU >> emulator. > It should be possible to use network, I did a quick check at the time of > openrisc port submission, it used to work. > This is true. Via a network file system it should be no problem. But this is a very complicated way to test the QEMU tcg part. The image containing gcc I am currently using you can download under www.simulationcorner.net/vmlinux Run it with "qemu-system-or32 -m 128 -kernel vmlinux -nographic"