From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVZzV-0007xW-EO for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:51:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVZzQ-0000Un-5q for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:51:49 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:35291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVZzP-0000Uj-VW for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:51:48 -0400 Received: by wicne3 with SMTP id ne3so34360821wic.0 for ; Fri, 28 Aug 2015 23:51:47 -0700 (PDT) Sender: Paolo Bonzini References: <1439397664-70734-1-git-send-email-pbonzini@redhat.com> <1439397664-70734-4-git-send-email-pbonzini@redhat.com> <55E075E9.9090406@greensocs.com> From: Paolo Bonzini Message-ID: <55E15684.8050407@redhat.com> Date: Sat, 29 Aug 2015 08:51:48 +0200 MIME-Version: 1.0 In-Reply-To: <55E075E9.9090406@greensocs.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/10] replace spinlock by QemuMutex. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frederic Konrad , Peter Maydell Cc: mttcg@greensocs.com, QEMU Developers On 28/08/2015 16:53, Frederic Konrad wrote: >> After this commit it looks like we have no users of spinlock_t >> at all. It would be good to have a followup patch which deleted >> include/exec/spinlock.h. > > Seems Paolo forget to pick up the following patch from the mttcg tree: > "remove unused spinlock." > https://lists.gnu.org/archive/html/qemu-devel/2015-08/msg01129.html Yes, that patch does the trick. :) Paolo