From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qja1w-0003lY-M8 for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qja1u-0005Wu-2l for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:53:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qja1t-0005Wb-Ju for qemu-devel@nongnu.org; Wed, 20 Jul 2011 12:53:49 -0400 Message-ID: <4E270819.20701@redhat.com> Date: Wed, 20 Jul 2011 19:53:45 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1310901265-32051-1-git-send-email-avi@redhat.com> In-Reply-To: <1310901265-32051-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v4 00/58] Memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org On 07/17/2011 02:13 PM, Avi Kivity wrote: > New in this version: > MemoryRegionOps gained .old_mmio and .old_portio members, which allow > reusing old-style callbacks with the new API. All uses were converted, > except for eepro100.c, which uses the same MemoryRegionOps for both > portio and mmio. Some intermediate patches do introduce dispatching > callbacks, but they are removed later. > > Caveats: > - some devices still grab a global memory region instead of inheriting > it from their bus. Seen in the code as #include "exec-memory.h" Still available from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory-region chop off the top two commits to avoid lots of debugging info. -- error compiling committee.c: too many arguments to function