From patchwork Fri Nov 16 14:08:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 199624 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7CA6F2C0082 for ; Sat, 17 Nov 2012 01:08:39 +1100 (EST) Received: from localhost ([::1]:33065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMaz-00013p-Gt for incoming@patchwork.ozlabs.org; Fri, 16 Nov 2012 09:08:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMap-00012o-9y for qemu-devel@nongnu.org; Fri, 16 Nov 2012 09:08:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZMam-0007we-85 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 09:08:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZMam-0007wS-04 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 09:08:24 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAGE8Nns014077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Nov 2012 09:08:23 -0500 Received: from localhost (ovpn-112-43.ams2.redhat.com [10.36.112.43]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAGE8Mvl032256; Fri, 16 Nov 2012 09:08:22 -0500 From: Stefan Hajnoczi To: Date: Fri, 16 Nov 2012 15:08:13 +0100 Message-Id: <1353074895-3712-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 0/2] Trivial patches for 2 to 16 November 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 6801038bc52d61f81ac8a25fbe392f1bad982887: target-mips: fix wrong microMIPS opcode encoding (2012-11-15 14:48:16 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 5719bd7c5a5ced7833c3fe5de5dc278abaf498dc: sd: Send debug printfery to stderr not stdout (2012-11-16 14:53:19 +0100) ---------------------------------------------------------------- Anthony PERARD (1): qemu-sockets: Fix parsing of the inet option 'to'. Peter Crosthwaite (1): sd: Send debug printfery to stderr not stdout hw/sd.c | 4 ++-- qemu-sockets.c | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-)