On 07/11/13 13:29, Michal Privoznik wrote:
With current code, error reporting for unsupported devices for hot
plug,
unplug and update is total mess. The VIR_ERR_CONFIG_UNSUPPORTED error
code is reported instead of VIR_ERR_OPERATION_UNSUPPORTED. Moreover, the
error messages are not helping to find the root cause (lack of
implementation).
---
src/qemu/qemu_driver.c | 42 +++++++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 19 deletions(-)
ACK,
Peter