From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FACCC46.6050001@domain.hid> Date: Fri, 11 May 2012 10:22:30 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Does qemu-kvm impact realtime performance? List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Henri Roosen Cc: xenomai-help On 05/10/2012 04:26 PM, Henri Roosen wrote: > Hi all, > > Does anyone know if running qemu-kvm impacts the realtime Xenomai > performance of the host system? > > I have a multicore x86 target that runs a Xenomai enabled kernel and a > realtime application. Next to the realtime application I would like to > run qemu-kvm (on one of the cores) that runs some non-realtime guest > os. So I would like to know if qemu-kvm have impact on the > latencies/jitter of the realtime threads? I would say it should have no direct impact, we should not expect kvm to create hard irqs masking sections. However, as usual, running a whole OS and applications inside another OS probably has a huge impact on cache, and so should cause more jitter than running xenomai on an idle system. -- Gilles.