From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rdfw4-00033j-Ks for qemu-devel@nongnu.org; Thu, 22 Dec 2011 05:31:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rdfw0-0000kl-G8 for qemu-devel@nongnu.org; Thu, 22 Dec 2011 05:31:40 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:47530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rdfw0-0000jd-7O for qemu-devel@nongnu.org; Thu, 22 Dec 2011 05:31:36 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Dec 2011 10:31:34 -0000 Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBMAVWCC2560066 for ; Thu, 22 Dec 2011 10:31:32 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBMAVWWl017972 for ; Thu, 22 Dec 2011 03:31:32 -0700 From: Stefan Hajnoczi Date: Thu, 22 Dec 2011 10:31:27 +0000 Message-Id: <1324549890-22255-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] Trivial patches for 20 to 22 December 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The last trivial-patches pull request before I head off on vacation. I'll be back on the 30th of December. Happy holidays! The following changes since commit 03ecd2c80a64d030a22fe67cc7a60f24e17ff211: virtio-serial-bus: Ports are expected to implement 'have_data' callback (2011-12-21 15:00:29 -0600) are available in the git repository at: personal_github:stefanha/qemu.git trivial-patches Alon Levy (1): qemu-options.hx: fix tls-channel help text Markus Armbruster (2): Strip trailing '\n' from error_report()'s first argument (again) scsi virtio-blk usb-msd: Clean up device init error messages hw/scsi-disk.c | 4 ++-- hw/scsi-generic.c | 8 ++++---- hw/usb-bus.c | 12 ++++++------ hw/usb-msd.c | 2 +- hw/virtio-blk.c | 2 +- qemu-options.hx | 4 ++-- usb-redir.c | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) -- 1.7.7.3