Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxl waits for InitWait before running its scripts which will eventually set hotplug-status = "true". Since tapback is waiting for hotplug-status = "true" before switching to InitWait, we have a deadlock. Switch unilaterally. libxl writes its entries in a transaction, so we should be okay. hotplug_status_connected still waits for hotplug-status, so we should be okay from advancing in other code. Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
- Loading branch information