From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 14/23] vhost: convert to MemoryListener API Date: Thu, 22 Dec 2011 14:50:16 +0200 Message-ID: <20111222125016.GB25538@redhat.com> References: <1324304024-11220-1-git-send-email-avi@redhat.com> <1324304024-11220-15-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stefano Stabellini , qemu-devel@nongnu.org, xen-devel@lists.xensource.com, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21078 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616Ab1LVMsV (ORCPT ); Thu, 22 Dec 2011 07:48:21 -0500 Content-Disposition: inline In-Reply-To: <1324304024-11220-15-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Dec 19, 2011 at 04:13:35PM +0200, Avi Kivity wrote: > +static void vhost_log_start(MemoryListener *listener, > + MemoryRegionSection *section) > +{ > + /* FIXME: implement */ > +} > + > +static void vhost_log_stop(MemoryListener *listener, > + MemoryRegionSection *section) > +{ > + /* FIXME: implement */ > +} > + What exactly do we need to fix here? From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rdi4M-0000JZ-Sc for qemu-devel@nongnu.org; Thu, 22 Dec 2011 07:48:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rdi4L-00057W-SN for qemu-devel@nongnu.org; Thu, 22 Dec 2011 07:48:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rdi4L-00057O-KO for qemu-devel@nongnu.org; Thu, 22 Dec 2011 07:48:21 -0500 Date: Thu, 22 Dec 2011 14:50:16 +0200 From: "Michael S. Tsirkin" Message-ID: <20111222125016.GB25538@redhat.com> References: <1324304024-11220-1-git-send-email-avi@redhat.com> <1324304024-11220-15-git-send-email-avi@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1324304024-11220-15-git-send-email-avi@redhat.com> Subject: Re: [Qemu-devel] [PATCH 14/23] vhost: convert to MemoryListener API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, Stefano Stabellini On Mon, Dec 19, 2011 at 04:13:35PM +0200, Avi Kivity wrote: > +static void vhost_log_start(MemoryListener *listener, > + MemoryRegionSection *section) > +{ > + /* FIXME: implement */ > +} > + > +static void vhost_log_stop(MemoryListener *listener, > + MemoryRegionSection *section) > +{ > + /* FIXME: implement */ > +} > + What exactly do we need to fix here?