RE: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Luck, Tony
> Tony, what's your take on this - CONFIG_PARAVIRT_GUEST is > present in ia64 and I recently changed the Kconfig symbol to > CONFIG_HYPERVISOR_GUEST on x86. I can fix it for correctness but is > hyperv and vmware balloon even attempted on ia64? > > Btw, it depends on BROKEN on ia64 so I'm already

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
Hi! . . . depends on BROKEN on ia64 . . . Is mini-problem [, IMHO] See example of real problem: changed the Kconfig symbol to CONFIG_HYPERVISOR_GUEST on x86. And when CONFIG_HYPERVISOR_GUEST not set ( IMHO, not special) , as result linux-mainline ( non-official, but very usefull)

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Borislav Petkov
On Wed, May 15, 2013 at 05:05:42PM +0300, Victor Miasnikov wrote: > CONFIG_PARAVIRT_GUEST in arch/ia64 : > > ./linux-3.10-rc1/arch/ia64/include/asm/native/ > inst.h > ./linux-3.10-rc1/arch/ia64/configs/ > xen_domu_defconfig > ./linux-3.10-rc1/arch/ia64/include/asm/ > hw_irq.h > iosapic.h >

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
Hi! >>>- select PARAVIRT_GUEST >>>+ select HYPERVISOR_GUEST > >I might have missed the previous discussion but how does this relate to >the original problem reported to this (https://lkml.org/lkml/2013/5/14/398) >thread? As example: https://lkml.org/lkml/2013/5/14/398 == . . . #

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
Hi! - select PARAVIRT_GUEST + select HYPERVISOR_GUEST I might have missed the previous discussion but how does this relate to the original problem reported to this (https://lkml.org/lkml/2013/5/14/398) thread? As example: https://lkml.org/lkml/2013/5/14/398 == . . . # CONFIG_HYPERVISOR_GUEST

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Borislav Petkov
On Wed, May 15, 2013 at 05:05:42PM +0300, Victor Miasnikov wrote: CONFIG_PARAVIRT_GUEST in arch/ia64 : ./linux-3.10-rc1/arch/ia64/include/asm/native/ inst.h ./linux-3.10-rc1/arch/ia64/configs/ xen_domu_defconfig ./linux-3.10-rc1/arch/ia64/include/asm/ hw_irq.h iosapic.h paravirt.h This

Re: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Victor Miasnikov
Hi! . . . depends on BROKEN on ia64 . . . Is mini-problem [, IMHO] See example of real problem: changed the Kconfig symbol to CONFIG_HYPERVISOR_GUEST on x86. And when CONFIG_HYPERVISOR_GUEST not set ( IMHO, not special) , as result linux-mainline ( non-official, but very usefull)

RE: CONFIG_HYPERVISOR_GUEST=y {-- replace -- CONFIG_PARAVIRT_GUEST=y {= { # CONFIG_HYPERVISOR_GUEST is not set } Re: 3.10-rc1 Fw: [PATCH 2/2] x86: Make Linux guest support optional

2013-05-15 Thread Luck, Tony
Tony, what's your take on this - CONFIG_PARAVIRT_GUEST is present in ia64 and I recently changed the Kconfig symbol to CONFIG_HYPERVISOR_GUEST on x86. I can fix it for correctness but is hyperv and vmware balloon even attempted on ia64? Btw, it depends on BROKEN on ia64 so I'm already