]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce VIR_ERR_DEVICE_MISSING
authorChen Hanxiao <chenhanxiao@gmail.com>
Tue, 23 Jan 2018 04:24:43 +0000 (12:24 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 1 Feb 2018 12:17:01 +0000 (07:17 -0500)
commitbb189c8e8c93f115c13fa3bfffdf64498f3f0ce1
tree1ff0ab0976fdf07f1d429248f1d234999c90f8f8
parentf0f2a5ec212f2c0734abf965c2b00c0ea42bfcfb
qemu: Introduce VIR_ERR_DEVICE_MISSING

Add new error code to be able to allow consumers (such as Nova) to be
able to key of a specific error code rather than needing to search the
error message."

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
include/libvirt/virterror.h
src/util/virerror.c