From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeWl-0001ve-4l for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGeWk-00013v-4C for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:26:55 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:44631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeWk-00013j-06 for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:26:54 -0400 Received: from /spool/local by e3.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Sep 2012 19:26:52 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8PNQnj8162512 for ; Tue, 25 Sep 2012 19:26:49 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8PNQmAq002180 for ; Tue, 25 Sep 2012 20:26:49 -0300 From: Anthony Liguori In-Reply-To: <1348394420-28298-1-git-send-email-stefanha@gmail.com> References: <1348394420-28298-1-git-send-email-stefanha@gmail.com> Date: Tue, 25 Sep 2012 18:26:45 -0500 Message-ID: <87ehlpsmyy.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/14] Trivial patches for 15 to 23 September 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > The following changes since commit 93b6599734f81328ee3d608f57667742cafeea72: > > audio: Fix warning from static code analysis (2012-09-23 01:34:16 +0400) > > 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 95df51a4a02a853af8828c281bce2d4f2a41d6fd: > > w32: Always use standard instead of native format strings (2012-09-23 07:39:22 +0100) > > ---------------------------------------------------------------- > Alon Levy (1): > dtrace backend: add function to reserved words > > Don Slutz (1): > target-i386: Allow tsc-frequency to be larger then 2.147G > > Hitoshi Mitake (1): > curses: don't initialize curses when qemu is daemonized > > Laszlo Ersek (1): > TextConsole: saturate escape parameter in TTY_STATE_CSI > > Paolo Bonzini (1): > qemu-timer: simplify qemu_run_timers > > Stefan Weil (9): > qemu-ga: Remove unreachable code after g_error > qemu-sockets: Fix potential memory leak > cadence_uart: Fix buffer overflow > lm4549: Fix buffer overflow > ioh3420: Remove unreachable code > pflash_cfi01: Fix warning caused by unreachable code > linux-user: Remove redundant null check and replace free by g_free > net/socket: Fix compiler warning (regression for MinGW) > w32: Always use standard instead of native format strings > > compiler.h | 5 +++++ > console.c | 7 +++++-- > hw/cadence_uart.c | 2 +- > hw/ioh3420.c | 1 - > hw/lm4549.c | 2 +- > hw/pflash_cfi01.c | 8 ++++---- > linux-user/syscall.c | 4 +--- > net/socket.c | 6 +++--- > os-posix.c | 5 +++++ > qemu-common.h | 5 +++++ > qemu-ga.c | 2 -- > qemu-os-posix.h | 2 ++ > qemu-os-win32.h | 5 +++++ > qemu-sockets.c | 2 +- > qemu-timer.c | 7 +++---- > scripts/tracetool/backend/dtrace.py | 2 +- > target-i386/cpu.c | 2 +- > vl.c | 4 +++- > 18 files changed, 46 insertions(+), 25 deletions(-) > > -- > 1.7.10.4