libvirt/include/libvirt
Peter Krempa e9a24e3e3d virterror: Add error message for unsupported operations.
This patch introduces a new error code VIR_ERR_OPERATION_UNSUPPORTED to
mark error messages regarding operations that failed due to lack of
support on the hypervisor or other than libvirt issues.

The code is first used in reporting error if qemu does not support block
IO tuning variables yielding error message:
error: Unable to get block I/O throttle parameters
error: Operation not supported: block_io_throttle field
'total_bytes_sec' missing in qemu's output

instead of:
error: Unable to get block I/O throttle parameters
error: internal error cannot read total_bytes_sec
2012-08-11 10:03:00 +02:00
..
libvirt-qemu.h lib: Revert removing of Summary and Description fields in headers 2012-07-27 15:47:16 +02:00
libvirt.h.in Add public API to register a callback to be invoked on connection close 2012-07-30 10:08:40 +01:00
Makefile.am maint: add missing copyright notices 2011-07-28 15:01:17 -06:00
virterror.h virterror: Add error message for unsupported operations. 2012-08-11 10:03:00 +02:00