From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO3NN-0002eP-Mi for qemu-devel@nongnu.org; Fri, 05 Apr 2013 05:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO3NM-0008Kn-Qr for qemu-devel@nongnu.org; Fri, 05 Apr 2013 05:56:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO3NM-0008Kf-Jg for qemu-devel@nongnu.org; Fri, 05 Apr 2013 05:56:04 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r359u3BQ013322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Apr 2013 05:56:03 -0400 Received: from choo.home.annexia.org (vpn1-7-115.ams2.redhat.com [10.36.7.115]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r359u1wF011655 for ; Fri, 5 Apr 2013 05:56:02 -0400 From: "Richard W.M. Jones" Date: Fri, 5 Apr 2013 10:55:57 +0100 Message-Id: <1365155759-3477-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v6 0/2] block: Add support for Secure Shell (ssh) block device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The only change here is to use g_get_user_name from glib, rebasing against latest git, and to re-test everything still works. Rich.