From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Yp-0002fE-1c for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU1Ym-00030A-8y for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:02 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:55578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Ym-0002zI-4m for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:00 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 May 2012 16:07:56 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 755956E804A for ; Mon, 14 May 2012 16:07:53 -0400 (EDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4EK7q6e132094 for ; Mon, 14 May 2012 16:07:52 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4EK7pXH003497 for ; Mon, 14 May 2012 14:07:51 -0600 Message-ID: <4FB16614.5000007@us.ibm.com> Date: Mon, 14 May 2012 15:07:48 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FB09A94.6090505@weilnetz.de> In-Reply-To: <4FB09A94.6090505@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Fixes for QEMU 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 05/14/2012 12:39 AM, Stefan Weil wrote: > Hello Anthony, > > here are some patches with bug fixes for 1.1. Pulled. Thanks. Regards, Anthony Liguori > > Regards, > > Stefan W. > > > The following changes since commit 94d1991445fa3582c042ee4e5b72606e2fc39cc2: > > sun4u: implement interrupt clearing registers (2012-05-12 09:49:19 +0000) > > are available in the git repository at: > > git://qemu.weilnetz.de/qemu.git for-1.1 > > for you to fetch changes up to b65ee4fa29ebfffb96a3ea983c97a664d30efd3f: > > qemu-doc: Use QEMU instead of qemu for product name (2012-05-14 07:27:24 +0200) > > ---------------------------------------------------------------- > Jim Meyering (1): > fix some common typos > > Stefan Weil (5): > qemu-timer: Fix wrong error message > configure: Use QEMU instead of Qemu > qemu-doc: Add missing parameter in description of -D option > qemu-doc: Fix executable name in examples > qemu-doc: Use QEMU instead of qemu for product name > > Changelog | 2 +- > configure | 2 +- > coroutine-sigaltstack.c | 2 +- > disas.c | 2 +- > hw/usb/hcd-ehci.c | 4 +- > qapi-schema-guest.json | 2 +- > qemu-doc.texi | 81 ++++++++++++------------ > qemu-ga.c | 2 +- > qemu-options.hx | 155 +++++++++++++++++++++++++---------------------- > qemu-timer.c | 7 +-- > qga/commands-posix.c | 4 +- > tests/tcg/test-mmap.c | 2 +- > 12 files changed, 136 insertions(+), 129 deletions(-) > > >