From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaNiy-0000sz-98 for qemu-devel@nongnu.org; Thu, 09 May 2013 06:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaNiu-0000aW-Pc for qemu-devel@nongnu.org; Thu, 09 May 2013 06:05:20 -0400 Message-ID: <518B74DA.5090500@msgid.tls.msk.ru> Date: Thu, 09 May 2013 14:05:14 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1361556605-21963-1-git-send-email-peter.maydell@linaro.org> <518B59C3.6070507@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Drop the irredeemably racy cpu_unlink_tb() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , qemu-stable , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl , Paul Brook , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Richard Henderson 09.05.2013 13:01, Peter Maydell wrote: > On 9 May 2013 09:09, Michael Tokarev wrote: >> Now, the resulting thing compiles (ha!), but I'm not >> really sure how to test it. I ran a few random apps >> using qemu-i386 and qemu-arm, it appears to work. > > You need to test TCG system emulation too, and in > particular something with multiple guest CPU cores. As suggested on IRC, I ran a proposed omp testcase (in LP:668799) in a armel chroot created by the same patched qemu-arm-static, with 6 and 60 threads, and tried running a few java binaries I've found -- that works well from creating system to building and running testcases. I also tried the same with qemu-system-i386 (without kvm), installing a system using patched qemu, and running multi-threaded apps in it. At least I don't see any obvious new breakages due to my backport, but I can definitely go further than with unpatched qemu. So this is at least promising, so far... ;) Thanks, /mjt