From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [Xen-devel] [RFC v4 2/2] x86/xen: allow privcmd hypercalls to be preempted Date: Mon, 26 Jan 2015 10:47:48 +0000 Message-ID: <54C61B54.2060309@citrix.com> References: <1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com> <1421972951-3940-3-git-send-email-mcgrof@do-not-panic.com> <54C23442.9000008@citrix.com> <20150123185812.GX17887@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: "Luis R. Rodriguez" , , , , Borislav Petkov , , , , , Andy Lutomirski , Ingo Molnar , Jan Beulich , "H. Peter Anvin" , Masami Hiramatsu , Thomas Gleixner , To: "Luis R. Rodriguez" Return-path: In-Reply-To: <20150123185812.GX17887@wotan.suse.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 23/01/15 18:58, Luis R. Rodriguez wrote: > > Its not just hypercalls though, this is all about the interactions > with multicalls no? No. This applies to any preemptible hypercall and the toolstack doesn't use multicalls for most of its work. David