Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-27 Thread Frederic Weisbecker
2013/2/27 Kevin Hilman : > From 61e35f069a64c03a2bce348487d41072aeb9f36b Mon Sep 17 00:00:00 2001 > From: Kevin Hilman > Date: Thu, 14 Feb 2013 10:17:37 -0800 > Subject: [PATCH] context tracking: conditionalize guest support based on > CONFIG_KVM > > So that it can build on !KVM systems too. > >

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-27 Thread Kevin Hilman
Namhyung Kim writes: > 2013-02-26 (화), 11:29 -0800, Kevin Hilman: >> Frederic Weisbecker writes: >> >> > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: >> >> So that it can build on !KVM systems too. >> >> >> >> Signed-off-by: Kevin Hilman >> >> --- >> >> kernel/context_tracki

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-26 Thread Namhyung Kim
2013-02-26 (화), 11:29 -0800, Kevin Hilman: > Frederic Weisbecker writes: > > > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: > >> So that it can build on !KVM systems too. > >> > >> Signed-off-by: Kevin Hilman > >> --- > >> kernel/context_tracking.c | 4 > >> 1 file change

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-26 Thread Kevin Hilman
Frederic Weisbecker writes: > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: >> So that it can build on !KVM systems too. >> >> Signed-off-by: Kevin Hilman >> --- >> kernel/context_tracking.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/kernel/context_trackin

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-22 Thread Frederic Weisbecker
On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: > So that it can build on !KVM systems too. > > Signed-off-by: Kevin Hilman > --- > kernel/context_tracking.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c > index

[RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-20 Thread Kevin Hilman
So that it can build on !KVM systems too. Signed-off-by: Kevin Hilman --- kernel/context_tracking.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c index 74f68f4..6fe96b1 100644 --- a/kernel/context_tracking.c +++ b/kernel/context_tra