From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQC93-0007nm-KX for qemu-devel@nongnu.org; Wed, 19 Mar 2014 04:46:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQC8x-0007Yc-JX for qemu-devel@nongnu.org; Wed, 19 Mar 2014 04:46:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQC8x-0007Xh-Cc for qemu-devel@nongnu.org; Wed, 19 Mar 2014 04:46:35 -0400 Date: Wed, 19 Mar 2014 09:46:29 +0100 From: Kevin Wolf Message-ID: <20140319084629.GA3263@noname.str.redhat.com> References: <1395161452-5123-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395161452-5123-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.0] dataplane: fix implicit IOThread refcount List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , qemu-devel@nongnu.org Am 18.03.2014 um 17:50 hat Stefan Hajnoczi geschrieben: > When creating an IOThread implicitly (the user did not specify > x-iothread=) remember that iothread_find() does not return the > object with an incremented refcount. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch for qemu 2.0. Kevin