From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [RFC PATCH 0/3] generic hypercall support Date: Thu, 7 May 2009 22:47:44 +0200 Message-ID: <200905072247.44925.arnd@arndb.de> References: <20090505132005.19891.78436.stgit@dev.haskins.net> <4A03451E.9020304@gmail.com> <200905072242.49316.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Gregory Haskins , Chris Wright , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Anthony Liguori To: Gregory Haskins Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]:63603 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751770AbZEGUtI (ORCPT ); Thu, 7 May 2009 16:49:08 -0400 In-Reply-To: <200905072242.49316.arnd@arndb.de> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Thursday 07 May 2009, Arnd Bergmann wrote: > An easy way to deal with the pass-through case might be to actually use > __raw_writel there. In guest-to-guest communication, the two sides are > known to have the same endianess (I assume) and you can still add the > appropriate smp_mb() and such into the code. Ok, that was nonsense. I thought you meant pass-through to a memory range on the host that is potentially shared with other processes or guests. For pass-through to a real device, it obviously would not work. Arnd <><