From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZND-00073q-Rw for qemu-devel@nongnu.org; Thu, 05 Jun 2014 11:14:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsZN2-0008K9-Q0 for qemu-devel@nongnu.org; Thu, 05 Jun 2014 11:14:35 -0400 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:35517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZN2-0008Ii-HE for qemu-devel@nongnu.org; Thu, 05 Jun 2014 11:14:24 -0400 Received: by mail-lb0-f178.google.com with SMTP id w7so674952lbi.9 for ; Thu, 05 Jun 2014 08:14:23 -0700 (PDT) Message-ID: <5390894E.1050902@gmail.com> Date: Thu, 05 Jun 2014 19:14:22 +0400 From: Sergey Fedorov MIME-Version: 1.0 References: <538E0233.7040202@gmail.com> <87a99rwzt3.fsf@linaro.org> <539069E3.5040200@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] =?utf-8?b?562U5aSNOiBFeHBhbnNpb24gUmF0aW8gSXNzdWU=?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Chaos Shu , =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers On 05.06.2014 17:07, Peter Maydell wrote: > Probably worth making sure you also test workloads that do different > things in multiple processes (to catch performance issues from over > frequent TB/TLB flushes, and so on). Maybe "make -j"? Thanks, Sergey