From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNLTx-0001Vc-8b for qemu-devel@nongnu.org; Mon, 07 Nov 2011 04:27:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNLTv-0002BQ-Bd for qemu-devel@nongnu.org; Mon, 07 Nov 2011 04:27:09 -0500 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:37798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNLTv-0002BG-1t for qemu-devel@nongnu.org; Mon, 07 Nov 2011 04:27:07 -0500 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pA79R6T1001785 for ; Mon, 7 Nov 2011 09:27:06 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA79R5h92539660 for ; Mon, 7 Nov 2011 09:27:05 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA79R5xJ012798 for ; Mon, 7 Nov 2011 02:27:05 -0700 From: Stefan Hajnoczi Date: Mon, 7 Nov 2011 09:26:55 +0000 Message-Id: <1320658020-4374-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 2 to 7 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi Anthony: These patches fix bugs and are small. I think we should consider including them in 1.0. The following changes since commit 932eacc158c064935c7bab920c88a93a629e1ca4: Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa (2011-11-02 20:52:23 +0000) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Anthony PERARD (1): xen-platform: Fix IO port read/write functions Markus Armbruster (1): readline: Fix buffer overrun on re-add to history Pavel Borzenkov (3): cmd: Fix coding style in cmd.c cmd: Fix potential NULL pointer dereference cmd: Fix potential memory leak cmd.c | 168 ++++++++++++++++++++++++++--------------------------- hw/xen_platform.c | 18 +++--- readline.c | 2 +- 3 files changed, 92 insertions(+), 96 deletions(-) -- 1.7.7.1