* [PATCH 0/2] Add serial number support for virtio_blk, V3
@ 2009-05-27 0:26 ` john cooper
0 siblings, 0 replies; 2+ messages in thread
From: john cooper @ 2009-05-27 0:26 UTC (permalink / raw)
To: KVM list, qemu-devel; +Cc: john.cooper
[Rework of earlier patch, 2/2 modified to use
an existing interface]
This patch allows passing of a virtio_blk drive
serial number from qemu into a guest's virtio_blk
driver, and provides a means to access the serial
number from a guest's userspace.
Equivalent functionality currently exists for IDE
and SCSI, however it is not yet implemented for
virtio. Scenarios exist where guest code relies
on a unique drive serial number to correctly
identify the machine environment in which it
exists.
The following two patches implement the above:
qemu-vblk-serial-3.patch
which provides the qemu missing bits to interpret
a '-drive .. serial=XYZ ..' flag, and:
virtio_blk-serial-3.patch
which extracts this information and makes it
available to guest userspace via an HDIO_GET_IDENTITY
ioctl, eg: 'hdparm -i /dev/vda'.
The above patches are relative to qemu-kvm.git and
2.6.29.3 respectively.
-john
--
john.cooper@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] [PATCH 0/2] Add serial number support for virtio_blk, V3
@ 2009-05-27 0:26 ` john cooper
0 siblings, 0 replies; 2+ messages in thread
From: john cooper @ 2009-05-27 0:26 UTC (permalink / raw)
To: KVM list, qemu-devel; +Cc: john.cooper
[Rework of earlier patch, 2/2 modified to use
an existing interface]
This patch allows passing of a virtio_blk drive
serial number from qemu into a guest's virtio_blk
driver, and provides a means to access the serial
number from a guest's userspace.
Equivalent functionality currently exists for IDE
and SCSI, however it is not yet implemented for
virtio. Scenarios exist where guest code relies
on a unique drive serial number to correctly
identify the machine environment in which it
exists.
The following two patches implement the above:
qemu-vblk-serial-3.patch
which provides the qemu missing bits to interpret
a '-drive .. serial=XYZ ..' flag, and:
virtio_blk-serial-3.patch
which extracts this information and makes it
available to guest userspace via an HDIO_GET_IDENTITY
ioctl, eg: 'hdparm -i /dev/vda'.
The above patches are relative to qemu-kvm.git and
2.6.29.3 respectively.
-john
--
john.cooper@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-27 0:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 0:26 [PATCH 0/2] Add serial number support for virtio_blk, V3 john cooper
2009-05-27 0:26 ` [Qemu-devel] " john cooper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.