
14 Aug
2017
14 Aug
'17
5:52 p.m.
On Mon, Aug 07, 2017 at 04:31:31PM +0200, Pavel Hrdina wrote:
The correct lock order is:
nwfilter driver lock (not used in this code path) nwfilter update lock virt driver lock (not used in this code path) domain object lock
but the current code have this order:
domain object lock nwfilter update lock
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/qemu/qemu_process.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
ACK Jan