From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R25uV-0006S7-Vz for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R25uV-0002uU-9f for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:34:43 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:34994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R25uV-0002rV-0Q for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:34:43 -0400 Received: by mail-gy0-f173.google.com with SMTP id 5so2169528gye.4 for ; Fri, 09 Sep 2011 11:34:42 -0700 (PDT) Message-ID: <4E6A5C40.2010706@codemonkey.ws> Date: Fri, 09 Sep 2011 13:34:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1315400537-25487-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1315400537-25487-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Fix build failures. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/07/2011 08:02 AM, Gerd Hoffmann wrote: > Hi, > > This patch series fixes a bunch of build failures. > > please apply, > Gerd Applied all. Thanks. Regards, Anthony Liguori > > Gerd Hoffmann (3): > Don't use g_thread_get_initialized. > Use hex instead of binary. > vns/tls: don't use depricated gnutls functions > > hw/9pfs/virtio-9p-coth.c | 4 --- > target-unicore32/translate.c | 16 +++++----- > ui/vnc-tls.c | 62 +++++++++++++++++++++++++++++------------- > vl.c | 1 + > 4 files changed, 52 insertions(+), 31 deletions(-) > > >