[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-03-04 Thread Borislav Petkov
From: Borislav Petkov This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a4f24f5b1218..f922a9b9a319 100644 --- a/arch/x86/Kconfig

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-03-04 Thread Borislav Petkov
From: Borislav Petkov b...@suse.de This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov b...@suse.de --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a4f24f5b1218..f922a9b9a319 100644

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-02-14 Thread Borislav Petkov
From: Borislav Petkov This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ea763cf99906..fa835628f70b 100644 --- a/arch/x86/Kconfig

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-02-14 Thread Borislav Petkov
From: Borislav Petkov b...@suse.de This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov b...@suse.de --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ea763cf99906..fa835628f70b 100644

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 10:32:41AM +0100, Ingo Molnar wrote: > That's ok. I'll apply them to tip:x86/cpu and then resolve the > conflicts against tip:master. Ok, I redid them against tip:x86/cpu and am running build tests. Will send out later after a sufficient number of randconfigs passes.

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Ingo Molnar
* Borislav Petkov wrote: > On Fri, Jan 25, 2013 at 10:20:32AM +0100, Ingo Molnar wrote: > > Maybe it's related, but I had to resolve two conflicts when > > merging your two patches to tip:x86/cpu and then to > > tip:master - first in arch/x86/Kconfig, then in > >

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 10:20:32AM +0100, Ingo Molnar wrote: > Maybe it's related, but I had to resolve two conflicts when merging > your two patches to tip:x86/cpu and then to tip:master - first in > arch/x86/Kconfig, then in arch/x86/include/asm/hypervisor.h. > > The second conflict looked

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Ingo Molnar
* Borislav Petkov wrote: > On Fri, Jan 25, 2013 at 09:21:26AM +0100, Ingo Molnar wrote: > > > > So, these two patches, on top of -tip, produce: > > > > vmw_balloon.c:(.init.text+0x8506): undefined reference to `x86_hyper' > > vmw_balloon.c:(.init.text+0x850a): undefined reference to

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 09:21:26AM +0100, Ingo Molnar wrote: > > So, these two patches, on top of -tip, produce: > > vmw_balloon.c:(.init.text+0x8506): undefined reference to `x86_hyper' > vmw_balloon.c:(.init.text+0x850a): undefined reference to `x86_hyper_vmware' Hmm, I somehow can't trigger

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 09:21:26AM +0100, Ingo Molnar wrote: So, these two patches, on top of -tip, produce: vmw_balloon.c:(.init.text+0x8506): undefined reference to `x86_hyper' vmw_balloon.c:(.init.text+0x850a): undefined reference to `x86_hyper_vmware' Hmm, I somehow can't trigger it

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Ingo Molnar
* Borislav Petkov b...@alien8.de wrote: On Fri, Jan 25, 2013 at 09:21:26AM +0100, Ingo Molnar wrote: So, these two patches, on top of -tip, produce: vmw_balloon.c:(.init.text+0x8506): undefined reference to `x86_hyper' vmw_balloon.c:(.init.text+0x850a): undefined reference to

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 10:20:32AM +0100, Ingo Molnar wrote: Maybe it's related, but I had to resolve two conflicts when merging your two patches to tip:x86/cpu and then to tip:master - first in arch/x86/Kconfig, then in arch/x86/include/asm/hypervisor.h. The second conflict looked harmless,

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Ingo Molnar
* Borislav Petkov b...@alien8.de wrote: On Fri, Jan 25, 2013 at 10:20:32AM +0100, Ingo Molnar wrote: Maybe it's related, but I had to resolve two conflicts when merging your two patches to tip:x86/cpu and then to tip:master - first in arch/x86/Kconfig, then in

Re: [PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-25 Thread Borislav Petkov
On Fri, Jan 25, 2013 at 10:32:41AM +0100, Ingo Molnar wrote: That's ok. I'll apply them to tip:x86/cpu and then resolve the conflicts against tip:master. Ok, I redid them against tip:x86/cpu and am running build tests. Will send out later after a sufficient number of randconfigs passes.

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-24 Thread Borislav Petkov
From: Borislav Petkov This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1014e9ea88d4..fb3f76510be1 100644 --- a/arch/x86/Kconfig

[PATCH 1/2] x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu

2013-01-24 Thread Borislav Petkov
From: Borislav Petkov b...@suse.de This should be under the PARAVIRT_GUEST menu. Signed-off-by: Borislav Petkov b...@suse.de --- arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1014e9ea88d4..fb3f76510be1 100644