]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen: Make xenDaemon*DeviceFlags errors less confusing
authorJiri Denemark <jdenemar@redhat.com>
Fri, 1 Oct 2010 14:22:29 +0000 (16:22 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 12 Oct 2010 10:16:12 +0000 (12:16 +0200)
commit28160e22640f693159d9e793c0fe4941f5f58332
treef4079ccb0048a3f1fec9dc381d4418b2471f9209
parent2ae5086c97a4020b803f8c29fe341124acee34c4
xen: Make xenDaemon*DeviceFlags errors less confusing

When a user calls to virDomain{Attach,Detach,Update}DeviceFlags() with
flags == VIR_DOMAIN_DEVICE_MODIFY_LIVE on an inactive guest running on
an old Xen hypervisor (such as RHEL-5) xend_internal driver reports:

    Xend version does not support modifying persistent config

which is pretty confusing since no-one requested to modify persistent
config.
src/xen/xend_internal.c