From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJezv-0004bQ-AT for qemu-devel@nongnu.org; Thu, 04 Oct 2012 02:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJezu-00086V-BK for qemu-devel@nongnu.org; Thu, 04 Oct 2012 02:33:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJezu-00086Q-2n for qemu-devel@nongnu.org; Thu, 04 Oct 2012 02:33:26 -0400 Message-ID: <506D2DAD.2060809@redhat.com> Date: Thu, 04 Oct 2012 08:33:17 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1349280245-16341-1-git-send-email-avi@redhat.com> <1349280245-16341-4-git-send-email-avi@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v1 03/22] kvm: use separate MemoryListeners for memory and I/O List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Paolo Bonzini , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Anthony Liguori , liu ping fan On 10/03/2012 10:16 PM, Blue Swirl wrote: > > +static MemoryListener kvm_io_listener = { > > const > There is a list link field in there. It's a mixed data/ops structure (perhaps we should make it a traditional ->ops-> pointer). -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.