mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
nodedev: fix release version in comments for new API
The comments mistakenly say 7.2.0, when they were actually merged during the 7.3 development cycle. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
6fc2258fc5
commit
e7b7c87a57
@ -2325,9 +2325,9 @@ static virNodeDeviceDriver udevNodeDeviceDriver = {
|
||||
.nodeDeviceListCaps = nodeDeviceListCaps, /* 0.7.3 */
|
||||
.nodeDeviceCreateXML = nodeDeviceCreateXML, /* 0.7.3 */
|
||||
.nodeDeviceDestroy = nodeDeviceDestroy, /* 0.7.3 */
|
||||
.nodeDeviceDefineXML = nodeDeviceDefineXML, /* 7.2.0 */
|
||||
.nodeDeviceUndefine = nodeDeviceUndefine, /* 7.2.0 */
|
||||
.nodeDeviceCreate = nodeDeviceCreate, /* 7.2.0 */
|
||||
.nodeDeviceDefineXML = nodeDeviceDefineXML, /* 7.3.0 */
|
||||
.nodeDeviceUndefine = nodeDeviceUndefine, /* 7.3.0 */
|
||||
.nodeDeviceCreate = nodeDeviceCreate, /* 7.3.0 */
|
||||
};
|
||||
|
||||
|
||||
|
@ -8696,9 +8696,9 @@ static virNodeDeviceDriver node_device_driver = {
|
||||
.nodeDeviceNumOfCaps = remoteNodeDeviceNumOfCaps, /* 0.5.0 */
|
||||
.nodeDeviceListCaps = remoteNodeDeviceListCaps, /* 0.5.0 */
|
||||
.nodeDeviceCreateXML = remoteNodeDeviceCreateXML, /* 0.6.3 */
|
||||
.nodeDeviceCreate = remoteNodeDeviceCreate, /* 7.2.0 */
|
||||
.nodeDeviceDefineXML = remoteNodeDeviceDefineXML, /* 7.2.0 */
|
||||
.nodeDeviceUndefine = remoteNodeDeviceUndefine, /* 7.2.0 */
|
||||
.nodeDeviceCreate = remoteNodeDeviceCreate, /* 7.3.0 */
|
||||
.nodeDeviceDefineXML = remoteNodeDeviceDefineXML, /* 7.3.0 */
|
||||
.nodeDeviceUndefine = remoteNodeDeviceUndefine, /* 7.3.0 */
|
||||
.nodeDeviceDestroy = remoteNodeDeviceDestroy /* 0.6.3 */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user