From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ18B-0003IR-0j for qemu-devel@nongnu.org; Fri, 22 Mar 2013 08:31:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ181-00009g-H4 for qemu-devel@nongnu.org; Fri, 22 Mar 2013 08:31:34 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ181-00009U-Ak for qemu-devel@nongnu.org; Fri, 22 Mar 2013 08:31:25 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg9so2803273wgb.16 for ; Fri, 22 Mar 2013 05:31:24 -0700 (PDT) Date: Fri, 22 Mar 2013 13:31:21 +0100 From: Stefan Hajnoczi Message-ID: <20130322123121.GE30604@stefanha-thinkpad.redhat.com> References: <1363692343-22299-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363692343-22299-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] serial: Fix debug format strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Tue, Mar 19, 2013 at 12:25:43PM +0100, Kevin Wolf wrote: > This fixes the build of hw/serial.c with DEBUG_SERIAL enabled. > > Signed-off-by: Kevin Wolf > --- > hw/serial.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan