xl: error if vif backend!=0 is used with run_hotplug_scripts
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 14 Sep 2012 09:02:49 +0000 (10:02 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Fri, 14 Sep 2012 09:02:49 +0000 (10:02 +0100)
commit3c73d5f9473dfa897201dc03dc719bd1ccf8b77b
treef424d8d787b9c4fbe2d4ba5fdaa333ddccb8e671
parent02fcb500405cb90d722d9c7e5d0b06f665812a37
xl: error if vif backend!=0 is used with run_hotplug_scripts

Print an error and exit if backend!=0 is used in conjunction with
run_hotplug_scripts. Currently libxl can only execute hotplug scripts
from the toolstack domain (the same domain xl is running from).

Added a description and workaround of this issue on
xl-network-configuration.

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/xl-network-configuration.markdown
tools/libxl/xl_cmdimpl.c