From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLNmv-0006qe-L8 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 22:16:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLNms-0000we-GV for qemu-devel@nongnu.org; Tue, 10 Feb 2015 22:16:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLNms-0000wV-9Z for qemu-devel@nongnu.org; Tue, 10 Feb 2015 22:16:26 -0500 Date: Wed, 11 Feb 2015 11:16:21 +0800 From: Fam Zheng Message-ID: <20150211031621.GB16164@ad.nay.redhat.com> References: <1423241728-21758-1-git-send-email-pbonzini@redhat.com> <1423241728-21758-7-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423241728-21758-7-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 6/9] exec: protect mru_block with RCU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Mike Day , qemu-devel@nongnu.org, stefanha@redhat.com On Fri, 02/06 17:55, Paolo Bonzini wrote: > Hence, freeing a RAMBlock has to be switched to call_rcu. > > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng