From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Scw1s-0000Na-2I for qemu-devel@nongnu.org; Fri, 08 Jun 2012 06:02:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Scw1n-0007vt-1G for qemu-devel@nongnu.org; Fri, 08 Jun 2012 06:02:51 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:41324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Scw1m-0007vV-P2 for qemu-devel@nongnu.org; Fri, 08 Jun 2012 06:02:46 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Jun 2012 11:02:43 +0100 Date: Fri, 8 Jun 2012 11:02:30 +0100 From: Stefan Hajnoczi Message-ID: <20120608100230.GA26420@stefanha-thinkpad.localdomain> References: <1339105843-30064-1-git-send-email-harsh@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339105843-30064-1-git-send-email-harsh@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/2] Configure and build fix for VirtFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Harsh Prateek Bora Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com On Fri, Jun 08, 2012 at 03:20:41AM +0530, Harsh Prateek Bora wrote: > Minor fixes: > ============ > > 1) glib2 deprecated g_atomic_int_exchange_and_add in favour of g_atomic_int_add > since ver 2.30 and therefore build breaks with newer glib2 library. > 2) Configure needs to report appropriate error on missing libraries for VirtFS. > > Harsh Prateek Bora (2): > trace/simple.c: fix deprecated glib2 interface > configure: report appropriate error on missing library > > configure | 3 ++- > trace/simple.c | 5 ++++- > 2 files changed, 6 insertions(+), 2 deletions(-) > > -- > 1.7.10.2 > Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan