From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 2/2 V2] kvm tools: Add MMIO address mapper Date: Tue, 17 May 2011 12:51:38 +0200 Message-ID: <20110517105138.GQ22093@elte.hu> References: <1305628123-18440-1-git-send-email-levinsasha928@gmail.com> <1305628123-18440-2-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: penberg@kernel.org, asias.hejun@gmail.com, prasadjoshi124@gmail.com, gorcunov@gmail.com, kvm@vger.kernel.org, john@jfloren.net To: Sasha Levin Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:44018 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753131Ab1EQKvo (ORCPT ); Tue, 17 May 2011 06:51:44 -0400 Content-Disposition: inline In-Reply-To: <1305628123-18440-2-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > When we have a MMIO exit, we need to find which device > has registered to use the accessed MMIO space. > > The mapper maps ranges of guest physical addresses to > callback functions. > > Implementation is based on an interval red-black tree. > > Signed-off-by: Sasha Levin Acked-by: Ingo Molnar Btw., you can add acks to the commit and preserve them in future iterations, that would save me some typing ;-) Thanks, Ingo