From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTAI9-0004Nn-Rl for qemu-devel@nongnu.org; Wed, 23 Nov 2011 05:43:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTAI8-0005QI-KH for qemu-devel@nongnu.org; Wed, 23 Nov 2011 05:43:01 -0500 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:50370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTAI8-0005O8-DK for qemu-devel@nongnu.org; Wed, 23 Nov 2011 05:43:00 -0500 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pANAgabk005402 for ; Wed, 23 Nov 2011 10:42:36 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pANAgavB2293856 for ; Wed, 23 Nov 2011 10:42:36 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 pANAgYfZ020658 for ; Wed, 23 Nov 2011 03:42:35 -0700 From: Stefan Hajnoczi Date: Wed, 23 Nov 2011 10:42:29 +0000 Message-Id: <1322044952-15792-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/3] Trivial patches for 18 to 23 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi Please add these fixes to QEMU 1.0, if possible. The following changes since commit 40897c9c160393df922dfdb59cfa210048d3071d: Update version for 1.0-rc3 release (2011-11-21 15:05:59 -0600) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Julian Pidancet (1): rtl8139: Fix invalid IO access alignment Markus Armbruster (1): slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep() Stefano Stabellini (1): fix out of tree build Makefile | 2 +- hw/rtl8139.c | 14 +------------- net/slirp.c | 9 ++++----- 3 files changed, 6 insertions(+), 19 deletions(-) -- 1.7.7.1