From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkYVs-0006rP-PV for qemu-devel@nongnu.org; Fri, 09 Oct 2015 10:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkYVn-0005Ke-4Y for qemu-devel@nongnu.org; Fri, 09 Oct 2015 10:19:12 -0400 Date: Fri, 9 Oct 2015 16:18:58 +0200 From: Kevin Wolf Message-ID: <20151009141858.GJ3956@noname.redhat.com> References: <1444369526-2227-1-git-send-email-famz@redhat.com> <1444369526-2227-5-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444369526-2227-5-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 04/12] dataplane: Mark host notifiers' client type as "external" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Paolo Bonzini , qemu-block@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi Am 09.10.2015 um 07:45 hat Fam Zheng geschrieben: > They will be excluded by type in the nested event loops in block layer, > so that unwanted events won't be processed there. > > Signed-off-by: Fam Zheng Reviewed-by: Kevin Wolf