Re: [PATCH] kvm/powerpc: fix a build error in e500_tlb.c

2015-08-25 Thread mani
Kevin Hao gmail.com> writes: > > We use the wrong number arguments when invoking trace_kvm_stlb_inval, > and cause the following build error. > arch/powerpc/kvm/e500_tlb.c: In function 'kvmppc_e500_stlbe_invalidate': > arch/powerpc/kvm/e500_tlb.c:230: error: too

Re: randconfig build error with next-20150318, in drivers/vfio/virqfd.c

2015-03-18 Thread Alex Williamson
On Wed, 2015-03-18 at 15:57 -0700, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/vfio/virqfd.c: In function 'vfio_virqfd_enable': > drivers/vfio/virqfd.c:132:2: error: implicit declaration of function > 'eventfd_ctx_fileget' [-Werror=implicit-function-declara

randconfig build error with next-20150318, in drivers/vfio/virqfd.c

2015-03-18 Thread Jim Davis
This time, in plain text! Building with the attached random configuration file, drivers/vfio/virqfd.c: In function 'vfio_virqfd_enable': drivers/vfio/virqfd.c:132:2: error: implicit declaration of function 'eventfd_ctx_fileget' [-Werror=implicit-function-declaration] ctx = eventfd_ctx_fileget(i

Re: randconfig build error with next-20150209, in arch/x86/kvm/vmx.c

2015-02-09 Thread Radim Krčmář
) > apic->send_IPI_mask(get_cpu_mask(vcpu->cpu), > ^ ---8<--- KVM: VMX: include to fix build error isn't included directly and without CONFIG_SMP, an option that automagically pulls it can't be enabled. Reported-by: Jim Davis Signed-off-by: Radim Krčmář --- We cou

randconfig build error with next-20150209, in arch/x86/kvm/vmx.c

2015-02-09 Thread Jim Davis
Building with the attached random configuration file, arch/x86/kvm/vmx.c: In function ‘vmx_deliver_nested_posted_interrupt’: arch/x86/kvm/vmx.c:4378:4: error: ‘apic’ undeclared (first use in this function) apic->send_IPI_mask(get_cpu_mask(vcpu->cpu), ^ arch/x86/kvm/vmx.c:4378:4: note: each

[PATCH] KVM: trace: fix trace_kvm_pml_full build error on i386

2015-01-29 Thread Kai Huang
Fix trace_kvm_pml_full build error on i386, introduced by below commit: commit 19cf3eb32410 ("KVM: VMX: Add PML support in VMX") In above commit trace_kvm_pml_full was only defined in CONFIG_X86_64, which breaks build on i386. Fix it by moving trace_kvm_pml_full definit

[PATCH v4 3/5] drivers/vfio: Fix EEH build error

2014-08-06 Thread Gavin Shan
The VFIO related components could be built as dynamic modules. Unfortunately, CONFIG_EEH can't be configured to "m". The patch fixes the build errors when configuring VFIO related components as dynamic modules as follows: CC [M] drivers/vfio/vfio_iommu_spapr_tce.o In file included from drivers/

[PATCH v3 2/4] drivers/vfio: Fix EEH build error

2014-08-06 Thread Gavin Shan
The VFIO related components could be built as dynamic modules. Unfortunately, CONFIG_EEH can't be configured to "m". The patch fixes the build errors when configuring VFIO related components as dynamic modules as follows: CC [M] drivers/vfio/vfio_iommu_spapr_tce.o In file included from drivers/

Re: [PATCH v2 2/4] vfio: spapr: Fix build error

2014-08-05 Thread Gavin Shan
On Wed, Aug 06, 2014 at 04:33:29PM +1000, Alexey Kardashevskiy wrote: >On 08/06/2014 01:54 PM, Gavin Shan wrote: >> On Tue, Aug 05, 2014 at 09:12:50PM -0600, Alex Williamson wrote: >>> On Wed, 2014-08-06 at 12:48 +1000, Alexey Kardashevskiy wrote: From: Gavin Shan The VFIO related c

Re: [PATCH v2 2/4] vfio: spapr: Fix build error

2014-08-05 Thread Alexey Kardashevskiy
On 08/06/2014 01:54 PM, Gavin Shan wrote: > On Tue, Aug 05, 2014 at 09:12:50PM -0600, Alex Williamson wrote: >> On Wed, 2014-08-06 at 12:48 +1000, Alexey Kardashevskiy wrote: >>> From: Gavin Shan >>> >>> The VFIO related components could be built as dynamic modules. >>> Unfortunately, CONFIG_EEH c

Re: [PATCH v2 2/4] vfio: spapr: Fix build error

2014-08-05 Thread Gavin Shan
On Tue, Aug 05, 2014 at 09:12:50PM -0600, Alex Williamson wrote: >On Wed, 2014-08-06 at 12:48 +1000, Alexey Kardashevskiy wrote: >> From: Gavin Shan >> >> The VFIO related components could be built as dynamic modules. >> Unfortunately, CONFIG_EEH can't be configured to "m". The patch >> fixes the

Re: [PATCH v2 2/4] vfio: spapr: Fix build error

2014-08-05 Thread Alex Williamson
On Wed, 2014-08-06 at 12:48 +1000, Alexey Kardashevskiy wrote: > From: Gavin Shan > > The VFIO related components could be built as dynamic modules. > Unfortunately, CONFIG_EEH can't be configured to "m". The patch > fixes the build errors when configuring VFIO related components > as dynamic mod

[PATCH v2 2/4] vfio: spapr: Fix build error

2014-08-05 Thread Alexey Kardashevskiy
From: Gavin Shan The VFIO related components could be built as dynamic modules. Unfortunately, CONFIG_EEH can't be configured to "m". The patch fixes the build errors when configuring VFIO related components as dynamic modules as follows: CC [M] drivers/vfio/vfio_iommu_spapr_tce.o In file inc

Re: [PATCH 1/1] kvm:book3e: Fix a build error

2013-04-25 Thread tiejun.chen
-...@vger.kernel.org; kvm@vger.kernel.org Subject: [PATCH 1/1] kvm:book3e: Fix a build error Commit cd66cc2e, "powerpc/85xx: Add AltiVec support for e6500", adds support for AltiVec on a Book-E class processor, but while compiling in the CONFIG_PPC_BOOK3E_64 and CONFIG_VIRTUALIZATION

RE: [PATCH 1/1] kvm:book3e: Fix a build error

2013-04-25 Thread Caraman Mihai Claudiu-B02008
; kvm@vger.kernel.org > Subject: [PATCH 1/1] kvm:book3e: Fix a build error > > Commit cd66cc2e, "powerpc/85xx: Add AltiVec support for e6500", adds > support for AltiVec on a Book-E class processor, but while compiling > in the CONFIG_PPC_BOOK3E_64 and CONFIG_VIRTUALIZATION case, t

[PATCH 1/1] kvm:book3e: Fix a build error

2013-04-25 Thread Tiejun Chen
Commit cd66cc2e, "powerpc/85xx: Add AltiVec support for e6500", adds support for AltiVec on a Book-E class processor, but while compiling in the CONFIG_PPC_BOOK3E_64 and CONFIG_VIRTUALIZATION case, this introduce the following error: arch/powerpc/kernel/exceptions-64e.S:402: undefined reference t

Re: [PATCH 5/7] kvm/arm: Fix missing include build error

2013-04-04 Thread Geoff Levand
Hi, On Thu, 2013-04-04 at 17:15 -0700, Christoffer Dall wrote: > On Thu, Apr 4, 2013 at 5:04 PM, Geoff Levand wrote: > > > Sorry, this one is from Marc's kvm-for-next branch. I'll send it > > to him to include, unless you just want to take it in preparation. > > > Hmm, not sure what the status

Re: [PATCH 5/7] kvm/arm: Fix missing include build error

2013-04-04 Thread Christoffer Dall
On Thu, Apr 4, 2013 at 5:04 PM, Geoff Levand wrote: > Hi Christoffer, > > On Thu, 2013-04-04 at 16:51 -0700, Christoffer Dall wrote: >> On Thu, Apr 4, 2013 at 4:33 PM, Geoff Levand wrote: >> > Include linux/cpu.h in kvm/arm.c. Fixes build errors like >> > these with ARCH=arm64: >> > >> > arch/ar

Re: [PATCH 5/7] kvm/arm: Fix missing include build error

2013-04-04 Thread Geoff Levand
Hi Christoffer, On Thu, 2013-04-04 at 16:51 -0700, Christoffer Dall wrote: > On Thu, Apr 4, 2013 at 4:33 PM, Geoff Levand wrote: > > Include linux/cpu.h in kvm/arm.c. Fixes build errors like > > these with ARCH=arm64: > > > > arch/arm/kvm/arm.c: error: ‘CPU_STARTING_FROZEN’ undeclared > > > > Si

Re: [PATCH 5/7] kvm/arm: Fix missing include build error

2013-04-04 Thread Christoffer Dall
On Thu, Apr 4, 2013 at 4:33 PM, Geoff Levand wrote: > Include linux/cpu.h in kvm/arm.c. Fixes build errors like > these with ARCH=arm64: > > arch/arm/kvm/arm.c: error: ‘CPU_STARTING_FROZEN’ undeclared > > Signed-off-by: Geoff Levand > --- > arch/arm/kvm/arm.c |1 + > 1 file changed, 1 inser

[PATCH 5/7] kvm/arm: Fix missing include build error

2013-04-04 Thread Geoff Levand
Include linux/cpu.h in kvm/arm.c. Fixes build errors like these with ARCH=arm64: arch/arm/kvm/arm.c: error: ‘CPU_STARTING_FROZEN’ undeclared Signed-off-by: Geoff Levand --- arch/arm/kvm/arm.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c index 5

Re: [PATCH] kvm tools: fix SDL build error when libsdl isn't installed

2012-09-17 Thread Kashyap Chamarthy
On Mon, Sep 17, 2012 at 4:03 PM, Sasha Levin wrote: > We used wrong prototypes for sdl init/exit when libsdl wasn't installed when > building. This would cause build errors. > > Reported-by: Kashyap Chamarthy > Signed-off-by: Sasha Levin > --- > tools/kvm/include/kvm/sdl.h | 4 ++-- > 1 file ch

[PATCH] kvm tools: fix SDL build error when libsdl isn't installed

2012-09-17 Thread Sasha Levin
We used wrong prototypes for sdl init/exit when libsdl wasn't installed when building. This would cause build errors. Reported-by: Kashyap Chamarthy Signed-off-by: Sasha Levin --- tools/kvm/include/kvm/sdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/kvm/inclu

Re: [PATCH v2] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-27 Thread Marcelo Tosatti
On Fri, Aug 24, 2012 at 07:03:14PM +1000, Paul Mackerras wrote: > On Fri, Aug 24, 2012 at 04:50:28PM +0800, Gavin Shan wrote: > > The build error was caused by that builtin functions are calling > > the functions implemented in modules. That was introduced by the >

Re: [PATCH v2] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-24 Thread Paul Mackerras
On Fri, Aug 24, 2012 at 04:50:28PM +0800, Gavin Shan wrote: > The build error was caused by that builtin functions are calling > the functions implemented in modules. That was introduced by the > following commit. > > commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd > > The

[PATCH v2] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-24 Thread Gavin Shan
The build error was caused by that builtin functions are calling the functions implemented in modules. That was introduced by the following commit. commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd The patch fixes the build error by moving function __gfn_to_hva_memslot() from kvm_main.c to

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-24 Thread Paul Mackerras
On Thu, Aug 23, 2012 at 05:24:00PM +0900, Takuya Yoshikawa wrote: > On Thu, 23 Aug 2012 15:42:49 +0800 > Gavin Shan wrote: > > > The build error was caused by that builtin functions are calling > > the functions implemented in modules. That was introduced by the

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Xiao Guangrong
gt;> Gavin Shan wrote: >>> >>>> The build error was caused by that builtin functions are calling >>>> the functions implemented in modules. That was introduced by the >>>> following commit. >>>> >>>> commit 4d8b81abc47b83a1939e5

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Takuya Yoshikawa
Alex, what do you think about this? On Thu, 23 Aug 2012 16:35:15 +0800 Gavin Shan wrote: > On Thu, Aug 23, 2012 at 05:24:00PM +0900, Takuya Yoshikawa wrote: > >On Thu, 23 Aug 2012 15:42:49 +0800 > >Gavin Shan wrote: > > > >> The build error was caused by that

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Takuya Yoshikawa
On Thu, 23 Aug 2012 15:42:49 +0800 Gavin Shan wrote: > The build error was caused by that builtin functions are calling > the functions implemented in modules. That was introduced by the > following commit. > > commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd > > The patche

[PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Gavin Shan
The build error was caused by that builtin functions are calling the functions implemented in modules. That was introduced by the following commit. commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd The patches fix that to convert the gfn to hva in direct way. Signed-off-by: Gavin Shan --- diff

Re: kvm build error: undefined reference to `x86_hyper_kvm'

2012-07-18 Thread Prarit Bhargava
On 07/17/2012 10:42 PM, Ren, Yongjie wrote: > kvm.git next branch > commit: ebf7d2e9 > > arch/x86/built-in.o: In function `init_hypervisor_platform': > (.init.text+0x56b1): undefined reference to `x86_hyper_kvm' > arch/x86/built-in.o: In function `init_hypervisor_platform': > (.init.text+0x56bc)

Re: kvm build error: undefined reference to `x86_hyper_kvm'

2012-07-18 Thread Prarit Bhargava
On 07/17/2012 10:42 PM, Ren, Yongjie wrote: > kvm.git next branch > commit: ebf7d2e9 > > arch/x86/built-in.o: In function `init_hypervisor_platform': > (.init.text+0x56b1): undefined reference to `x86_hyper_kvm' > arch/x86/built-in.o: In function `init_hypervisor_platform': > (.init.text+0x56bc)

kvm build error: undefined reference to `x86_hyper_kvm'

2012-07-17 Thread Ren, Yongjie
kvm.git next branch commit: ebf7d2e9 arch/x86/built-in.o: In function `init_hypervisor_platform': (.init.text+0x56b1): undefined reference to `x86_hyper_kvm' arch/x86/built-in.o: In function `init_hypervisor_platform': (.init.text+0x56bc): undefined reference to `x86_hyper_kvm' make: *** [vmlinux]

Re: [KVM][Kemari]: Build error fix

2012-06-28 Thread OHMURA Kei
On 2012/06/28 5:34, Sterling Windmill wrote: Is Kemari still in active development? No, it's not. Currently we have no intention to add new features into Kemari. Thanks, Kei Best regards, Sterling Windmill On Sun, Dec 4, 2011 at 9:45 PM, OHMURA Kei mailto:ohmura@lab.ntt.co.jp>> wrote:

Re: [KVM][Kemari]: Build error fix

2012-06-27 Thread Sterling Windmill
Is Kemari still in active development? On Sun, Dec 4, 2011 at 9:45 PM, OHMURA Kei wrote: > On 2011/12/02 21:51, Pradeep Kumar wrote: >> It fixes build failure. >> >> I hit this error, after succsfull migration and sync. >> >> (qemu) qemu-system-x86_64: fill buffer failed, Interrupted system call

Re: [KVM][Kemari]: Build error fix

2011-12-04 Thread OHMURA Kei
On 2011/12/02 21:51, Pradeep Kumar wrote: > It fixes build failure. > > I hit this error, after succsfull migration and sync. > > (qemu) qemu-system-x86_64: fill buffer failed, Interrupted system call > > qemu-system-x86_64: recv header failed > > qemu-system-x86_64: recv ack failed > > qemu_t

[PATCH] Fix build error with --disable-cpu-emulation

2011-08-09 Thread Arjan Koers
Fix build error with --disable-cpu-emulation which did break in 4183a43d1405fbb9da3ccb3dcff223266a36df9f Signed-off-by: Arjan Koers <0h61vkll2...@xutrox.com> --- target-i386/fake-exec.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/target-i386/fake-exec.c b/

Re: kvm upstream build error..

2011-07-13 Thread Avi Kivity
On 07/13/2011 09:22 AM, Tian, Kevin wrote: it works in my side, due to config difference. It is caused by recent steal time feature. int kvm_set_msr_common(struct kvm_vcpu *vcpu, u32 msr, u64 data) case MSR_KVM_STEAL_TIME: if (unlikely(!sched_info_on()))

RE: kvm upstream build error..

2011-07-12 Thread Tian, Kevin
_DELAY_ACCT) as 'y'. However delayacct_on is not an exposed symbol to modules. Thanks Kevin > From: Ren, Yongjie > Sent: Wednesday, July 13, 2011 10:05 AM > > Hi Avi, > KVM upstream have a build error in our build system. Do you have some &g

kvm upstream build error..

2011-07-12 Thread Ren, Yongjie
Hi Avi, KVM upstream have a build error in our build system. Do you have some comments on this issue? my kvm commit is 0af9df4e80a3a620c52c3a9777191c54e615d068 build error info:   LD  arch/x86/boot/setup.elf   OBJCOPY arch/x86/boot/setup.bin   BUILD   arch/x86/boot/bzImage Root device is (8

[PATCH] KVM: Fix build error on s390 due to missing tlbs_dirty

2010-12-08 Thread Avi Kivity
Make it available for all archs. Signed-off-by: Avi Kivity --- include/linux/kvm_host.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index bd0da8f..b5021db 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/k

Re: Build error with the io-thread option

2010-10-22 Thread Jean-Philippe Menil
Le 22/10/2010 14:14, Stefan Hajnoczi a écrit : 2010/10/22 Jean-Philippe Menil: i encounter the following problem, when i attempt to build qemu-kvm with the "--enable-io-thread" option: --enable-io-thread doesn't build in qemu-kvm.git. qemu-kvm.git has an equivalent implemented and used automa

Re: Build error with the io-thread option

2010-10-22 Thread Stefan Hajnoczi
2010/10/22 Jean-Philippe Menil : > i encounter the following problem, when i attempt to build qemu-kvm with the > "--enable-io-thread" option: --enable-io-thread doesn't build in qemu-kvm.git. qemu-kvm.git has an equivalent implemented and used automatically so you don't need to set --enable-io-t

Build error with the io-thread option

2010-10-22 Thread Jean-Philippe Menil
compatfd.c:105: first defined here collect2: ld returned 1 exit status make[2]: *** [qemu-system-x86_64] Error 1 make[1]: *** [subdir-x86_64-softmmu] Error 2 make[1]: Leaving directory `/home/menil-jp/qemu-kvm-0.13.0' make: *** [build] Error 2 The source are from the last git version. I am missing something with the io-thread option? Regards. <>

Re: [PATCH] KVM: Fix build error due to 64-bit division in nsec_to_cycles()

2010-08-26 Thread Marcelo Tosatti
On Thu, Aug 26, 2010 at 01:38:03PM +0300, Avi Kivity wrote: > Use do_div() instead. > > Signed-off-by: Avi Kivity > --- > arch/x86/kvm/x86.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in

[PATCH] KVM: Fix build error due to 64-bit division in nsec_to_cycles()

2010-08-26 Thread Avi Kivity
Use do_div() instead. Signed-off-by: Avi Kivity --- arch/x86/kvm/x86.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 524bd3f..1de377f 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -56,6 +56,7 @@ #includ

RE: [PATCH] kvm/powerpc: fix a build error in e500_tlb.c

2010-06-06 Thread Liu Yu-B13201
..@ozlabs.org; Liu Yu-B13201 > Subject: Re: [PATCH] kvm/powerpc: fix a build error in e500_tlb.c > > > On 03.06.2010, at 07:52, Kevin Hao wrote: > > > We use the wrong number arguments when invoking > trace_kvm_stlb_inval, > > and cause the following build

Re: [PATCH] kvm/powerpc: fix a build error in e500_tlb.c

2010-06-04 Thread Alexander Graf
On 03.06.2010, at 07:52, Kevin Hao wrote: > We use the wrong number arguments when invoking trace_kvm_stlb_inval, > and cause the following build error. > arch/powerpc/kvm/e500_tlb.c: In function 'kvmppc_e500_stlbe_invalidate': > arch/powerpc/kvm/e500_tlb.c:230: error:

[PATCH] kvm/powerpc: fix a build error in e500_tlb.c

2010-06-02 Thread Kevin Hao
We use the wrong number arguments when invoking trace_kvm_stlb_inval, and cause the following build error. arch/powerpc/kvm/e500_tlb.c: In function 'kvmppc_e500_stlbe_invalidate': arch/powerpc/kvm/e500_tlb.c:230: error: too many arguments to function 'trace_kvm_stlb_inval'

Re: [PATCH] KVM: PPC: fix build error for un-initialised var

2010-03-26 Thread Alexander Graf
On 26.03.2010, at 12:28, Bruce Majia wrote: > From 28eda49102f6886110376efbff318f1814686945 Mon Sep 17 00:00:00 2001 > From: Bruce Majia > Date: Fri, 26 Mar 2010 19:23:33 +0800 > Subject: [PATCH] KVM: PPC: fix build error for un-initialised var > > The '-Werror' opt

[PATCH] KVM: PPC: fix build error for un-initialised var

2010-03-26 Thread Bruce Majia
>From 28eda49102f6886110376efbff318f1814686945 Mon Sep 17 00:00:00 2001 From: Bruce Majia Date: Fri, 26 Mar 2010 19:23:33 +0800 Subject: [PATCH] KVM: PPC: fix build error for un-initialised var The '-Werror' option for cc makes compiler to distinguish warnings as errors. So u

Re: [PATCH] KVM: Fix a build error

2010-03-21 Thread Avi Kivity
On 03/20/2010 07:17 PM, Amos Kong wrote: arch/x86/kvm/x86.c: In function ‘emulator_cmpxchg_emulated’: arch/x86/kvm/x86.c:3367: error: ‘u’ undeclared (first use in this function) arch/x86/kvm/x86.c:3367: error: (Each undeclared identifier is reported only once arch/x86/kvm/x86.c:3367: error: for

[PATCH] KVM: Fix a build error

2010-03-20 Thread Amos Kong
arch/x86/kvm/x86.c: In function ‘emulator_cmpxchg_emulated’: arch/x86/kvm/x86.c:3367: error: ‘u’ undeclared (first use in this function) arch/x86/kvm/x86.c:3367: error: (Each undeclared identifier is reported only once arch/x86/kvm/x86.c:3367: error: for each function it appears in.) arch/x86/kvm/

Re: build error

2010-01-05 Thread Marcelo Tosatti
On Sun, Jan 03, 2010 at 03:09:52AM +0100, Alexander Graf wrote: > Hi Marcelo, > > On 30.12.2009, at 16:40, Giuseppe Falsetti wrote: > > > Hi, > > I get this error when compile the git tree virt/kvm/kvm.git next > > > > My machine is a Xserve G5 DUAL processor, Lenny with gcc-4.3.2 > > > > HOSTC

Re: build error

2010-01-02 Thread Alexander Graf
Hi Marcelo, On 30.12.2009, at 16:40, Giuseppe Falsetti wrote: > Hi, > I get this error when compile the git tree virt/kvm/kvm.git next > > My machine is a Xserve G5 DUAL processor, Lenny with gcc-4.3.2 > > HOSTCC scripts/bin2c > HOSTLD scripts/mod/modpost > CALLscripts/checksyscalls.sh >

Re: kvm-88 build error on CentOS 5.3 x86_64, kernel 2.6.18-164.2.1.el5.plus

2009-10-25 Thread Avi Kivity
On 10/21/2009 10:19 PM, Jon . wrote: Hi all, I am attempting to build kvm-88 on CentOS 5.3 and encounter the error below while running make. Is the kernel included with CentOS too old? Has any one been able to successfully build and run kvm-88 on CentOS 5.3? If you're looking for kvm on ce

kvm-88 build error on CentOS 5.3 x86_64, kernel 2.6.18-164.2.1.el5.plus

2009-10-21 Thread Jon .
Hi all, I am attempting to build kvm-88 on CentOS 5.3 and encounter the error below while running make. Is the kernel included with CentOS too old? Has any one been able to successfully build and run kvm-88 on CentOS 5.3? Thanks!   CC [M]  /home/jon/src/kvm-88/kvm/ kernel/x86/svm.o In file inclu

RE: [PATCH 1/2] KVM/PPC: Fix PPC KVM e500_tlb.c build error

2009-07-02 Thread Liu Yu-B13201
KVM/PPC: Fix PPC KVM e500_tlb.c build error > > On 07/02/2009 06:09 AM, Liu Yu-B13201 wrote: > > This fix is already accepted in kvm.git > > > > What about the other? Is it needed? > No, it's already fixed by commit b57227e600f4ecc394d6ba3c2aaa558867b5

Re: [PATCH 1/2] KVM/PPC: Fix PPC KVM e500_tlb.c build error

2009-07-02 Thread Avi Kivity
On 07/02/2009 06:09 AM, Liu Yu-B13201 wrote: This fix is already accepted in kvm.git What about the other? Is it needed? -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@

RE: [PATCH 1/2] KVM/PPC: Fix PPC KVM e500_tlb.c build error

2009-07-01 Thread Liu Yu-B13201
ppc-...@ozlabs.org > Subject: [PATCH 1/2] KVM/PPC: Fix PPC KVM e500_tlb.c build error > > Since include/asm/mmu-fsl-booke.h was replaced by > include/asm/mmu-book3e.h, > fix e500_tlb.h to reflect the change and fix e500_tlb.c to > align with the > new page size macro

[PATCH 2/2] KVM/PPC: Fix kvm_main.c build error for PPC KVM

2009-07-01 Thread Yang Shi
With the latest kernel building KVM for PPC, got integer overflow error in kvm_main.c file. The root cause is that compiler consider KVM_PAGES_PER_HPAGE as signed long type, however it should be unsigned long type. So, change it to unsigned long type in include/asm/kvm_host.h Signed-off-by: Yang

[PATCH 1/2] KVM/PPC: Fix PPC KVM e500_tlb.c build error

2009-07-01 Thread Yang Shi
Since include/asm/mmu-fsl-booke.h was replaced by include/asm/mmu-book3e.h, fix e500_tlb.h to reflect the change and fix e500_tlb.c to align with the new page size macro definition in include/asm/mmu-book3e.h. Signed-off-by: Yang Shi --- arch/powerpc/kvm/e500_tlb.c |8 arch/powerpc/

Re: kvm build error with latest commit

2009-05-15 Thread Avi Kivity
Xu, Jiajun wrote: Hi all, Latest kvm can not build with 2.6.30-rc4 kernel. Could anyone help on the issue? Error as following: make[1]: Leaving directory `/workspace/ia32e/nightly/kvm-master-2.6.30-rc4-20090515011054681/qemu-kvm' The external module is now build using the kvm-kmod reposit

kvm build error with latest commit

2009-05-15 Thread Xu, Jiajun
Hi all, Latest kvm can not build with 2.6.30-rc4 kernel. Could anyone help on the issue? Error as following: make[1]: Leaving directory `/workspace/ia32e/nightly/kvm-master-2.6.30-rc4-20090515011054681/qemu-kvm' + make -C kernel LINUX=2.6.30-rc4 make[1]: Entering directory `/workspace/ia32e/ni

Re: [PATCH -next] kvm: fix build error: add missing semi-colon

2009-05-12 Thread Avi Kivity
Randy Dunlap wrote: From: Randy Dunlap Add missing ; to fix build error: arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const' Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list:

[PATCH -next] kvm: fix build error: add missing semi-colon

2009-05-11 Thread Randy Dunlap
From: Randy Dunlap Add missing ; to fix build error: arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const' Signed-off-by: Randy Dunlap --- arch/x86/kvm/x86.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090511.orig/arc

Re: KVM Build error with 2.6.26

2008-09-18 Thread Jan Kiszka
Xu, Jiajun wrote: > Hi, > Against latest kvm commit, 9644a6d164e3d6d0532ddb064393293134f31ab2. KVM > compile meet error on 2.6.26.2. > > [EMAIL PROTECTED] kernel]# make > rm -f include/asm > ln -sf asm-x86 include/asm > ln -sf asm-x86 include-compat/asm > make -C /lib/modules/2.6.26.2/build M=`pw

KVM Build error with 2.6.26

2008-09-17 Thread Xu, Jiajun
Hi, Against latest kvm commit, 9644a6d164e3d6d0532ddb064393293134f31ab2. KVM compile meet error on 2.6.26.2. [EMAIL PROTECTED] kernel]# make rm -f include/asm ln -sf asm-x86 include/asm ln -sf asm-x86 include-compat/asm make -C /lib/modules/2.6.26.2/build M=`pwd` \ LINUXINCLUDE="