From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPF2-0004H6-V3 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 12:49:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuPEx-0008Iz-8p for qemu-devel@nongnu.org; Tue, 10 Jun 2014 12:49:44 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:64579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPEw-0008Ir-PN for qemu-devel@nongnu.org; Tue, 10 Jun 2014 12:49:38 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so4359907wib.17 for ; Tue, 10 Jun 2014 09:49:37 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-mxp-t.redhat.com. [209.132.186.18]) by mx.google.com with ESMTPSA id w6sm53233850eej.7.2014.06.10.09.49.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 09:49:36 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 10 Jun 2014 18:49:26 +0200 Message-Id: <1402418967-26903-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL v3 0/8] build system and libcacard changes for 2014-06-10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 7721a3044234c46cd6f5f899e7467dc9351f3c8d: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140609-1' into staging (2014-06-09 17:04:13 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git configure for you to fetch changes up to 1c33ac5716af0840d8a2c568a47bcbee51946d69: rules.mak: Rewrite unnest-vars (2014-06-10 13:59:02 +0200) ---------------------------------------------------------------- Again including only patch 8. Cornelia Huck (1): configure: unset interfering variables Fam Zheng (1): rules.mak: Rewrite unnest-vars Michael Tokarev (4): glib-compat.h: add new thread API emulation on top of pre-2.31 API vscclient: use glib thread primitives not qemu libcacard: replace qemu thread primitives with glib ones libcacard: actually use symbols file Paolo Bonzini (1): libcacard: improve documentation Rick Liu (1): configure: duplicate/incorrect order of -lrt configure | 11 ++- coroutine-gthread.c | 29 ++---- docs/ccid.txt | 80 +++++++++++++---- include/glib-compat.h | 119 +++++++++++++++++++++++++ libcacard/Makefile | 10 +-- libcacard/event.c | 23 +++-- libcacard/vreader.c | 18 ++-- libcacard/vscclient.c | 70 ++++++++------- rules.mak | 237 +++++++++++++++++++++++++++++++++----------------- trace/simple.c | 50 +++-------- 10 files changed, 424 insertions(+), 223 deletions(-) -- 1.9.3