postcopy: listen thread is never joined
commita587a3fe6cadd3ce1d53235ecd759f0990132bf3
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 11 Mar 2016 09:53:35 +0000 (11 09:53 +0000)
committerAmit Shah <amit.shah@redhat.com>
Fri, 11 Mar 2016 12:23:59 +0000 (11 17:53 +0530)
tree19d9411171d3cd27470f27c3ebd82b568107527e
parent864699227911909ef1e33ecf91bf3c900715a9b1
postcopy: listen thread is never joined

We don't join the listen thread, it does its own cleanup.
Mark as detached not joinable.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1457690016-9070-2-git-send-email-dgilbert@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/savevm.c