libxl: fix usage of backend parameter and run_hotplug_scripts
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 14 Sep 2012 09:02:48 +0000 (10:02 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Fri, 14 Sep 2012 09:02:48 +0000 (10:02 +0100)
commit02fcb500405cb90d722d9c7e5d0b06f665812a37
treea1ff85b360f39275f932168bb09e2a422d350aa7
parent19459d56f493b380e2df30e06822cc7b01183186
libxl: fix usage of backend parameter and run_hotplug_scripts

vif interfaces allows the user to specify the domain that should run
the backend (also known as driver domain) using the 'backend'
parameter. This is not compatible with run_hotplug_scripts=1, since
libxl can only run the hotplug scripts from the Domain 0.

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>
tools/libxl/libxl.c