From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yuxdw-0001Sg-Cu for qemu-devel@nongnu.org; Wed, 20 May 2015 02:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yuxdv-0000ru-Ia for qemu-devel@nongnu.org; Wed, 20 May 2015 02:38:16 -0400 Date: Wed, 20 May 2015 14:38:03 +0800 From: Fam Zheng Message-ID: <20150520063803.GE6219@ad.nay.redhat.com> References: <1432032670-15124-1-git-send-email-famz@redhat.com> <20150519150238.GK9338@stefanha-thinkpad.redhat.com> <555C2917.2060101@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555C2917.2060101@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v3 00/13] main-loop: Get rid of fd_read_poll and qemu_set_fd_handler2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Paolo Bonzini Cc: qemu-block@nongnu.org, Juan Quintela , Jason Wang , qemu-devel@nongnu.org, Vincenzo Maffione , "Vassili Karpov (malc)" , Gerd Hoffmann , Stefan Hajnoczi , Amit Shah , Giuseppe Lettieri , Luigi Rizzo On Wed, 05/20 08:26, Paolo Bonzini wrote: > > > On 19/05/2015 17:02, Stefan Hajnoczi wrote: > > 1. Convert everything like you converted qemu-nbd.c. This is a > > conservative approach and we can be confident that behavior is > > unchanged. > > So, that means whenever you change receive_disabled you call a new > callback on the peer? In addition, whenever the count of > receive-disabled ports switches from zero to non-zero or vice versa, > hubs need to inform all its ports. > > There are just two places that set/clear receive_disabled, > qemu_deliver_packet and qemu_flush_or_purge_queued_packets, but I > think a new API is needed to implement the callback for hubs > (qemu_send_enable/qemu_send_disable). > I think .can_receive is the harder one, I'm not sure it's feasible - each device has its own set of conditions, so it will be a huge change. Fam