Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-07-01 Thread john cooper
Markus Armbruster wrote: > Subject is confusing: suggests a series of four parts. Sorry. My bad for recycling old mail. > Looks like this conflicts with my "PATCH v3 00/13] More block-related > fixes and cleanups". > > Perhaps the easiest way to get this in would be to rebase to Kevin's > block

Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-07-01 Thread Markus Armbruster
Subject is confusing: suggests a series of four parts. john cooper writes: > This patch adds the final missing bits for support of > passing a serial/id string to a virtio-blk guest driver. > > The guest-side component already exists in the virtio > driver, and has recently been reworked by Ryan

[Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-07-01 Thread john cooper
This patch adds the final missing bits for support of passing a serial/id string to a virtio-blk guest driver. The guest-side component already exists in the virtio driver, and has recently been reworked by Ryan to export a /sys interface for retrival of the id from guest userland. Signed-off-by:

Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-06-03 Thread john cooper
john cooper wrote: > I'm all for putting this issue to rest, but if we're > going to live with an ioctl interface retrieving the > id string, let's make it a little more friendly from > the user's perspective. The qemu side of the patch is ok as-is. The guest-user interface issue is contained in

Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-06-01 Thread john cooper
Ryan Harper wrote: > I've applied the qemu and kernel side of this patch series and tested > this out using the sample code below. I've also reworked this example > into a virtioblk_id tool to work with udev to generate /dev/disk/by-id > links; I'll be submitting a patch set to linux-hotplug with

Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-06-01 Thread Ryan Harper
* john cooper [2010-03-25 00:45]: > This series adds the minimal support to qemu and virtio_blk > to support passing of a virtio_blk serial id string from qemu > through the guest driver and to the guest userland. > > This is derived in part from a patch set posted by Rusty some > time ago, but h

Re: [Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-05-28 Thread Ryan Harper
* john cooper [2010-03-25 00:45]: > This series adds the minimal support to qemu and virtio_blk > to support passing of a virtio_blk serial id string from qemu > through the guest driver and to the guest userland. > > This is derived in part from a patch set posted by Rusty some > time ago, but h

[Qemu-devel] [PATCH 0/4] Add virtio disk identification support

2010-03-24 Thread john cooper
This series adds the minimal support to qemu and virtio_blk to support passing of a virtio_blk serial id string from qemu through the guest driver and to the guest userland. This is derived in part from a patch set posted by Rusty some time ago, but has been minimized to remove support for prior v