From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKFt0-0003Yv-EK for qemu-devel@nongnu.org; Thu, 03 Jun 2010 15:15:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKFsz-0003vu-8p for qemu-devel@nongnu.org; Thu, 03 Jun 2010 15:15:26 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:48657) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKFsz-0003vl-68 for qemu-devel@nongnu.org; Thu, 03 Jun 2010 15:15:25 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o53J4J7R004593 for ; Thu, 3 Jun 2010 15:04:19 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o53JFKVj125340 for ; Thu, 3 Jun 2010 15:15:21 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o53JF7BI018018 for ; Thu, 3 Jun 2010 13:15:07 -0600 From: Ryan Harper Date: Thu, 3 Jun 2010 14:07:01 -0500 Message-Id: <1275592024-2625-1-git-send-email-ryanh@us.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] Add virtio-blk support to persistent-storage rules List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: linux-hotplug@vger.kernel.org Cc: John Cooper , Rusty Russell , Ryan Harper , qemu-devel@nongnu.org This patch series provides updates to udev to allow the creation symlinks for virtio-blk devices, specifically disk/by-id and disk/by-path. This is most useful for virtio-blk devices that do not yet have any filesystem for which a UUID can be extracted (disk/by-uuid). These patches (save the path_id fix) require an updated[1] qemu (on the host) and virtio-blk (in the guest) to generate the by-id path; however if the guest or host qemu isn't capable then no action is taken. 1. http://lists.gnu.org/archive/html/qemu-devel/2010-03/msg01869.html Signed-off-by: Ryan Harper