From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duf8Y-0000Qb-4K for qemu-devel@nongnu.org; Wed, 20 Sep 2017 09:34:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duf8U-0008ND-Vk for qemu-devel@nongnu.org; Wed, 20 Sep 2017 09:33:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53824) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1duf8U-0008Mw-PQ for qemu-devel@nongnu.org; Wed, 20 Sep 2017 09:33:54 -0400 From: Juan Quintela In-Reply-To: <1504081950-2528-7-git-send-email-peterx@redhat.com> (Peter Xu's message of "Wed, 30 Aug 2017 16:32:03 +0800") References: <1504081950-2528-1-git-send-email-peterx@redhat.com> <1504081950-2528-7-git-send-email-peterx@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 20 Sep 2017 10:47:06 +0200 Message-ID: <874lrxlpth.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [RFC v2 06/33] migration: reuse mis->userfault_quit_fd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, Laurent Vivier , "Daniel P . Berrange" , Alexey Perevalov , Andrea Arcangeli , "Dr . David Alan Gilbert" Peter Xu wrote: > It was only used for quitting the page fault thread before. Let it be > something more useful - now we can use it to notify a "wake" for the > page fault thread (for any reason), and it only means "quit" if the > fault_thread_quit is set. > > Since we changed what it does, renaming it to userfault_event_fd. > > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela