]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix hot (un-)plug error codes and messages
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jul 2013 11:24:20 +0000 (13:24 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jul 2013 14:19:10 +0000 (16:19 +0200)
commit95ff6a3993436daa3d1bb46ffc9d3be3530c00a6
tree3cd23ac67a592652100ae6e39ec6f734681c9874
parent38f151fe9b2e3f235fa8537b06f21ee7d42aed72
qemu: Fix hot (un-)plug error codes and messages

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