mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
qapi: better document NVMe blockdev @device parameter
Mention that this is a PCI device address & give the format it is expected in. Also mention that it must be first unbound from any host kernel driver. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
e28582fdb2
commit
ecaf647f30
@ -2963,9 +2963,13 @@
|
||||
#
|
||||
# Driver specific block device options for the NVMe backend.
|
||||
#
|
||||
# @device: controller address of the NVMe device.
|
||||
# @device: PCI controller address of the NVMe device in
|
||||
# format hhhh:bb:ss.f (host:bus:slot.function)
|
||||
# @namespace: namespace number of the device, starting from 1.
|
||||
#
|
||||
# Note that the PCI @device must have been unbound from any host
|
||||
# kernel driver before instructing QEMU to add the blockdev.
|
||||
#
|
||||
# Since: 2.12
|
||||
##
|
||||
{ 'struct': 'BlockdevOptionsNVMe',
|
||||
|
Loading…
Reference in New Issue
Block a user