From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6gY-0002Aw-Hx for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6gQ-0002n0-Hq for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:30 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:42076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6gP-0002mP-VP for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:58:22 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 10 Dec 2012 22:27:57 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 591EF394004C for ; Mon, 10 Dec 2012 22:28:13 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qBAGwBoa39911588 for ; Mon, 10 Dec 2012 22:28:11 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qBAGwCs0004683 for ; Tue, 11 Dec 2012 03:58:12 +1100 From: Anthony Liguori In-Reply-To: <1354880352-9597-1-git-send-email-stefanha@redhat.com> References: <1354880352-9597-1-git-send-email-stefanha@redhat.com> Date: Mon, 10 Dec 2012 10:58:06 -0600 Message-ID: <87pq2h26ap.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2 to 7 November List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Stefan Hajnoczi writes: > These patches were mostly submitted during the 1.3 hard freeze. I'll catch up > with the new trivial patches next week. > > The following changes since commit 80625b97b52836b944a6438e8e3e9d992e6a00b6: > > xilinx_uartlite: Accept input after rx FIFO pop (2012-12-05 09:20:36 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git trivial-patches > Pulled. Thanks. Regards, Anthony Liguori > for you to fetch changes up to 654598c944aa31cdbea435bd468055af9c918d16: > > pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path (2012-12-07 12:34:12 +0100) > > ---------------------------------------------------------------- > Markus Armbruster (2): > Clean up pci_drive_hot_add()'s use of BlockInterfaceType > pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path > > Michal Privoznik (1): > qemu-options: Fix space at EOL > > Petar Jovanovic (2): > target-mips: Fix incorrect code and test for INSV > target-mips: Fix incorrect shift for SHILO and SHILOV > > Peter Crosthwaite (2): > sd: Send debug printfery to stderr not stdout > arm: a9mpcore: remove un-used ptimer_iomem field > > Peter Maydell (1): > configure: Remove stray debug output > > Richard Henderson (3): > target-alpha: Remove t0, t1 from CPUAlphaState > target-m68k: Remove t1 from CPUM68KState > target-sparc: Remove t0, t1 from CPUSPARCState > > Stefan Weil (4): > Fix spelling (prefered -> preferred) > Fix comments (adress -> address, layed -> laid, wierd -> weird) > s390x: Spelling fixes (endianess -> endianness, occured -> occurred) > Fix spelling in comments and documentation > > configure | 4 +--- > hw/a9mpcore.c | 1 - > hw/device-hotplug.c | 11 ++++------- > hw/pc_sysfw.c | 4 +++- > hw/pci-hotplug.c | 7 +++---- > hw/s390x/sclp.h | 4 ++-- > hw/s390x/sclpconsole.c | 4 ++-- > hw/sd.c | 4 ++-- > hw/usb.h | 6 +++--- > net/tap-win32.c | 7 ++++--- > qemu-options.hx | 2 +- > slirp/ip_icmp.c | 2 +- > sysemu.h | 3 +-- > target-alpha/cpu.h | 7 ------- > target-m68k/cpu.h | 3 --- > target-mips/dsp_helper.c | 19 ++++++++++--------- > target-sparc/cpu.h | 1 - > tcg/tcg.h | 4 ++-- > tests/qemu-iotests/iotests.py | 2 +- > tests/tcg/mips/mips32-dsp/insv.c | 2 +- > tests/tcg/mips/mips32-dsp/shilo.c | 18 ++++++++++++++++++ > tests/tcg/mips/mips32-dsp/shilov.c | 20 ++++++++++++++++++++ > uri.c | 4 ++-- > 23 files changed, 81 insertions(+), 58 deletions(-) > > -- > 1.8.0.1