From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyh26-0002hq-Q3 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:10:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyh20-00060a-Mu for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:10:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyh20-0005zs-Fs for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:10:16 -0500 Date: Wed, 10 Dec 2014 14:10:06 +0100 From: Andrew Jones Message-ID: <20141210131005.GA4992@hawk.usersys.redhat.com> References: <1417366783-14242-1-git-send-email-lersek@redhat.com> <5485AF57.6050902@redhat.com> <1418117468.30093.24.camel@nilsson.home.kraxel.org> <54871815.4040103@redhat.com> <20141209155400.GB15695@redhat.com> <54882ADE.6050306@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54882ADE.6050306@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] arm: add fw_cfg to "virt" board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , "Richard W.M. Jones" , Ard Biesheuvel , QEMU Developers , Alexander Graf , Gerd Hoffmann , Laszlo Ersek , Christoffer Dall On Wed, Dec 10, 2014 at 12:13:34PM +0100, Paolo Bonzini wrote: > On 09/12/2014 16:54, Richard W.M. Jones wrote: > > On a slightly related topic, virtio-mmio traps are slow: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1123555 > > I suspect it's not virtio-mmio, but just KVM on ARM. > > It would be nice to have a timing test for vmexits in kvm-unit-tests, > similar to what is already there for x86. > Christoffer had some for his initial kernel selftests, and at one point he was porting them to an early version of kvm-unit-tests/arm. We can resurrect that shortly, as I'll be posting kvm-unit-tests/arm64 today. drew