From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Hlr-0003eC-W2 for qemu-devel@nongnu.org; Wed, 07 Sep 2011 09:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Hlm-0000Am-81 for qemu-devel@nongnu.org; Wed, 07 Sep 2011 09:02:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Hll-0000AW-Vu for qemu-devel@nongnu.org; Wed, 07 Sep 2011 09:02:22 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p87D2KWM017766 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Sep 2011 09:02:20 -0400 From: Gerd Hoffmann Date: Wed, 7 Sep 2011 15:02:14 +0200 Message-Id: <1315400537-25487-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Fix build failures. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series fixes a bunch of build failures. please apply, Gerd 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(-)