From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK6kr-0001zb-01 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 08:11:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK6ki-0001ZG-C7 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 08:11:44 -0400 Date: Fri, 5 Oct 2012 14:11:32 +0200 From: Stefan Hajnoczi Message-ID: <20121005121132.GA10951@stefanha-thinkpad.redhat.com> References: <1348724502-22542-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348724502-22542-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] cpu: Add missing 'static' attribute to qemu_global_mutex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Thu, Sep 27, 2012 at 07:41:42AM +0200, Stefan Weil wrote: > Contrary to its name, 'qemu_global_mutex' is only used locally > in cpus.c. > > Signed-off-by: Stefan Weil > --- > cpus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan