tools/xl: Remove the filelock when building VM if autoballooning is off
authorDmitry Isaykin <isaikin-dmitry@yandex.ru>
Thu, 9 Apr 2020 14:55:50 +0000 (15:55 +0100)
committerWei Liu <wl@xen.org>
Thu, 9 Apr 2020 14:55:50 +0000 (15:55 +0100)
commit4fb402b486121c0110dd8cbc2ef2791ab9c1af73
tree174168119017abe7d186cd6233f986ba5ff28130
parent69f741347d9718b470fe29c012b7a2622249b709
tools/xl: Remove the filelock when building VM if autoballooning is off

The presence of this filelock does not allow building several VMs at the same
time. This filelock was added to prevent other xl instances from using memory
freed for the currently building VM in autoballoon mode.

Signed-off-by: Dmitry Isaykin <isaikin-dmitry@yandex.ru>
Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xl/xl_vmcontrol.c