From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [RfC PATCH] vga: add mmio bar to standard vga Date: Wed, 19 Sep 2012 15:13:31 +0300 Message-ID: <5059B6EB.9010206@redhat.com> References: <1347961897-28554-1-git-send-email-kraxel@redhat.com> <50598D7E.8010909@redhat.com> <5059ADED.9000504@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Benjamin Herrenschmidt To: Gerd Hoffmann Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3263 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756280Ab2ISMNh (ORCPT ); Wed, 19 Sep 2012 08:13:37 -0400 In-Reply-To: <5059ADED.9000504@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/19/2012 02:35 PM, Gerd Hoffmann wrote: >> Looks like word writes are supported provided the memory API breaks up >> writes in little endian order. Better to make it explicit. > > Like the attached incremental patch? Very like. -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEJ9y-0005gc-U2 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 08:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEJ9t-0000Rt-7F for qemu-devel@nongnu.org; Wed, 19 Sep 2012 08:13:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEJ9s-0000Rf-V5 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 08:13:37 -0400 Message-ID: <5059B6EB.9010206@redhat.com> Date: Wed, 19 Sep 2012 15:13:31 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1347961897-28554-1-git-send-email-kraxel@redhat.com> <50598D7E.8010909@redhat.com> <5059ADED.9000504@redhat.com> In-Reply-To: <5059ADED.9000504@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH] vga: add mmio bar to standard vga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 09/19/2012 02:35 PM, Gerd Hoffmann wrote: >> Looks like word writes are supported provided the memory API breaks up >> writes in little endian order. Better to make it explicit. > > Like the attached incremental patch? Very like. -- error compiling committee.c: too many arguments to function