From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: nested KVM slower than QEMU with gnumach guest kernel Date: Mon, 15 Dec 2014 10:41:23 +0100 Message-ID: <548EACC3.8090107@redhat.com> References: <20141111185515.GA16376@type.youpi.perso.aquilenet.fr> <54629EFC.1050307@web.de> <20141116221828.GA13123@type> <54699587.9040109@web.de> <20141215000916.GC2983@type.youpi.perso.aquilenet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Samuel Thibault , Jan Kiszka , kvm@vger.kernel.org, gleb@kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43194 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbaLOJld (ORCPT ); Mon, 15 Dec 2014 04:41:33 -0500 In-Reply-To: <20141215000916.GC2983@type.youpi.perso.aquilenet.fr> Sender: kvm-owner@vger.kernel.org List-ID: On 15/12/2014 01:09, Samuel Thibault wrote: > Hello, > > Just FTR, it seems that the overhead is due to gnumach somtimes using > the PIC quite a lot. It used not to be too much a concern with just > kvm, but kvm on kvm becomes too expensive for that. I've fixed gnumach > into being a lot more reasonable, and the performance issues got away. Thanks! Paolo