Re: [PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-05-17 Thread Kevin Hilman
Frederic Weisbecker writes: > On Fri, May 17, 2013 at 07:09:42AM -0700, Kevin Hilman wrote: >> Frederic Weisbecker writes: >> >> > On Thu, May 16, 2013 at 12:52:03AM +0200, Frederic Weisbecker wrote: >> >> On Mon, Mar 25, 2013 at 02:14:20PM -0700, Kevi

Re: [PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-05-17 Thread Kevin Hilman
Frederic Weisbecker writes: > On Thu, May 16, 2013 at 12:52:03AM +0200, Frederic Weisbecker wrote: >> On Mon, Mar 25, 2013 at 02:14:20PM -0700, Kevin Hilman wrote: >> > Gleb Natapov writes: >> > >> > > On Sun, Mar 24, 2013 at 02:44:26PM +0100, Frederic W

Re: [PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-03-25 Thread Kevin Hilman
at doesn't look right. Off-cases are usually handled from the >> headers, right? So that we avoid iffdeffery ugliness in core code. > Lets put it in linux/context_tracking.h header then. Here's a version to do that. Kevin >From d9d909394479dd7ff90b7bddb95a564945406719 Mon Sep

Re: [PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-03-21 Thread Kevin Hilman
Gleb Natapov writes: > On Thu, Mar 21, 2013 at 02:33:13PM -0500, Scott Wood wrote: >> On 03/21/2013 02:16:00 PM, Gleb Natapov wrote: >> >On Thu, Mar 21, 2013 at 01:42:34PM -0500, Scott Wood wrote: >> >> On 03/21/2013 09:27:14 AM, Kevin Hilman wrot

Re: [PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-03-21 Thread Kevin Hilman
Gleb Natapov writes: > On Wed, Mar 20, 2013 at 06:58:41PM -0500, Scott Wood wrote: >> On 03/14/2013 07:13:46 PM, Kevin Hilman wrote: >> >The new context tracking subsystem unconditionally includes kvm_host.h >> >headers for the guest enter/exit macros. This causes a c

[PATCH] KVM: allow host header to be included even for !CONFIG_KVM

2013-03-14 Thread Kevin Hilman
: Frederic Weisbecker Signed-off-by: Kevin Hilman --- Applies on v3.9-rc2 include/linux/kvm_host.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index cad77fe..a942863 100644 --- a/include/linux/kvm_host.h +++ b/include