]> xenbits.xensource.com Git - libvirt.git/commit
api: Add 'flags' param to virNodeDeviceCreate/Undefine()
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 9 Apr 2021 15:50:03 +0000 (10:50 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Fri, 9 Apr 2021 17:43:47 +0000 (12:43 -0500)
commite2f82a3704f680fbb37a733476d870c19232c23e
treeb1aa2c0278bbb891b54d9a28a12326b20ebd7853
parente7b7c87a577223347f890aae29150e4e9c23cfe1
api: Add 'flags' param to virNodeDeviceCreate/Undefine()

Follow best practices and add a unsigned int flags parameter to these
new APIs that have not been in a release yet.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
include/libvirt/libvirt-nodedev.h
src/driver-nodedev.h
src/libvirt-nodedev.c
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
src/remote/remote_protocol.x
src/remote_protocol-structs
tools/virsh-nodedev.c