From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxbvj-00041Q-Q6 for qemu-devel@nongnu.org; Fri, 12 Jul 2013 07:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uxbvi-0003WU-Tm for qemu-devel@nongnu.org; Fri, 12 Jul 2013 07:54:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxbvi-0003WM-MK for qemu-devel@nongnu.org; Fri, 12 Jul 2013 07:54:30 -0400 From: Juan Quintela In-Reply-To: <1372067382-141082-2-git-send-email-chegu_vinod@hp.com> (Chegu Vinod's message of "Mon, 24 Jun 2013 03:49:41 -0600") References: <1372067382-141082-1-git-send-email-chegu_vinod@hp.com> <1372067382-141082-2-git-send-email-chegu_vinod@hp.com> Date: Fri, 12 Jul 2013 13:54:17 +0200 Message-ID: <87hag00z9y.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu() Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chegu Vinod Cc: owasserm@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, pbonzini@redhat.com Chegu Vinod wrote: > Introduce an asynchronous version of run_on_cpu() i.e. the caller > doesn't have to block till the call back routine finishes execution > on the target vcpu. > > Signed-off-by: Chegu Vinod > Reviewed-by: Paolo Bonzini Reviewed-by: Juan Quintela