From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKhu-00005r-P9 for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShKho-00075B-Ai for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:26 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:45255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKho-00074K-4D for qemu-devel@nongnu.org; Wed, 20 Jun 2012 09:12:20 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Jun 2012 07:12:16 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 118ED3E401EE for ; Wed, 20 Jun 2012 13:09:21 +0000 (WET) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5KD94ML030638 for ; Wed, 20 Jun 2012 07:09:05 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5KD8gNR017536 for ; Wed, 20 Jun 2012 07:08:43 -0600 Message-ID: <4FE1CB59.1050304@us.ibm.com> Date: Wed, 20 Jun 2012 08:08:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FD65464.6090900@weilnetz.de> In-Reply-To: <4FD65464.6090900@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Several fixes for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 06/11/2012 03:26 PM, Stefan Weil wrote: > Hello Anthony, > > please pull these four patches. All were reviewed, ack'ed or signed on qemu-devel. Pulled. Thanks. Regards, Anthony Liguori > > Thanks, > > Stefan Weil > > > The following changes since commit 7677e24f3db8466c7d6014a794b1e425bc7929ba: > > Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-06-11 > 12:15:52 -0500) > > are available in the git repository at: > > > git://qemu.weilnetz.de/qemu.git for-anthony > > for you to fetch changes up to fc0608ac144c4b283c38ce5713bd1efa28c60018: > > Fix some more license versions (GPL2+ instead of GPL2) (2012-06-11 22:20:21 +0200) > > ---------------------------------------------------------------- > Stefan Weil (4): > monitor: Fix memory leak with readline completion > configure: Fix build for some versions of glibc (9pfs) > dump: Fix license version (GPL2+ instead of GPL2) > Fix some more license versions (GPL2+ instead of GPL2) > > configure | 4 ++++ > dump-stub.c | 4 ++-- > dump.c | 4 ++-- > dump.h | 4 ++-- > memory_mapping-stub.c | 4 ++-- > memory_mapping.c | 4 ++-- > memory_mapping.h | 4 ++-- > readline.c | 3 +++ > target-i386/arch_dump.c | 4 ++-- > target-i386/arch_memory_mapping.c | 4 ++-- > 10 files changed, 23 insertions(+), 16 deletions(-) > > >