From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9l6-0006cu-Ac for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV9l5-0002vz-4X for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:08 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:57629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9l4-0002uA-Sm for qemu-devel@nongnu.org; Mon, 28 Nov 2011 17:33:07 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 28 Nov 2011 15:33:05 -0700 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pASMWkn9037320 for ; Mon, 28 Nov 2011 15:32:46 -0700 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pASMWi8V031187 for ; Mon, 28 Nov 2011 15:32:44 -0700 Message-ID: <4ED40C0C.3000301@us.ibm.com> Date: Mon, 28 Nov 2011 16:32:44 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1322044952-15792-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1322044952-15792-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 11/23/2011 04:42 AM, Stefan Hajnoczi wrote: > 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) Pulled although I reverted Stefano's patch. Thanks. Regards, Anthony Liguori > > 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(-) >