From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeBBt-00043B-Df for qemu-devel@nongnu.org; Mon, 11 Jun 2012 16:26:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeBBo-0008Qp-MH for qemu-devel@nongnu.org; Mon, 11 Jun 2012 16:26:20 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:42566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeBBo-0008QI-Fp for qemu-devel@nongnu.org; Mon, 11 Jun 2012 16:26:16 -0400 Message-ID: <4FD65464.6090900@weilnetz.de> Date: Mon, 11 Jun 2012 22:26:12 +0200 From: Stefan Weil MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] Several fixes for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers Hello Anthony, please pull these four patches. All were reviewed, ack'ed or signed on qemu-devel. 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(-)