From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv4gS-0004yI-K9 for qemu-devel@nongnu.org; Fri, 14 Oct 2016 11:46:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv4gR-0002Sq-Ph for qemu-devel@nongnu.org; Fri, 14 Oct 2016 11:46:08 -0400 Date: Fri, 14 Oct 2016 17:45:59 +0200 From: Kevin Wolf Message-ID: <20161014154559.GF4473@noname.redhat.com> References: <1476399422-8028-1-git-send-email-jsnow@redhat.com> <1476399422-8028-5-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476399422-8028-5-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/7] blockjob: centralize QMP event emissions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, xiecl.fnst@cn.fujitsu.com, wency@cn.fujitsu.com, jcody@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com Am 14.10.2016 um 00:56 hat John Snow geschrieben: > There's no reason to leave this to blockdev; we can do it in blockjobs > directly and get rid of an extra callback for most users. > > All non-internal events, even those created outside of QMP, will > consistently emit events. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf