All of lore.kernel.org
 help / color / mirror / Atom feed
* Kemari..
@ 2010-01-08 19:52 gilberto nunes
  0 siblings, 0 replies; 4+ messages in thread
From: gilberto nunes @ 2010-01-08 19:52 UTC (permalink / raw)
  To: xen-devel

Hi all

I try compile kemari with xen 3-3 testing, but I got this error:

CMD:

gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall 
-Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement 
-DNDEBUG -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror 
-Wno-pointer-arith -pipe -I/root/xen-3.3-testing.hg/xen/include 
-I/root/xen-3.3-testing.hg/xen/include/asm-x86/mach-generic 
-I/root/xen-3.3-testing.hg/xen/include/asm-x86/mach-default -msoft-float 
-fno-stack-protector -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -g 
-D__XEN__ -DDEBUG=2 -c kemari.c -o kemari.o

ERROR:

cc1: warnings being treated as errors
kemari.c: In function ‘kemari_alloc_ring’:
kemari.c:465: error: format ‘%u’ expects type ‘unsigned int’, but 
argument 4 has type ‘long unsigned int’
kemari.c:465: error: format ‘%lu’ expects type ‘long unsigned int’, but 
argument 5 has type ‘unsigned int’
kemari.c: In function ‘kemari_enable’:


Somebody can help me please???


Thanks

-- 
*Gilberto Nunes Ferreira*
*TI*
*Selbetti Gestão de Documentos*
*Telefone: +55 (47) 3441-6004*
*Celular: +55 (47) 8861-6672*



<><

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Kemari
  2012-01-25  2:40 ` Kemari Kanabuchi
@ 2012-01-27 19:47   ` Vinod Chegu
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Chegu @ 2012-01-27 19:47 UTC (permalink / raw)
  To: kvm



Thanks for the pointers Mitsuru !

Vinod




^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Kemari
  2012-01-24 12:51 Kemari Vinod Chegu
@ 2012-01-25  2:40 ` Kanabuchi
  2012-01-27 19:47   ` Kemari Vinod Chegu
  0 siblings, 1 reply; 4+ messages in thread
From: Kanabuchi @ 2012-01-25  2:40 UTC (permalink / raw)
  To: vinodchegu; +Cc: kvm


Hello,

> Does Kemari support SMP guests or do the guests have to have only 1 VCPU ?
> Is there a version [& code] that is available that one can try out on an
> RHEL6.2 + KVM + X86_64 env.? 

Kemari is workable on RHEL6.2(x86_64) environment with multi VCPU options.
# I am using CentOS6.2.

Please try following the steps below.

 1) Get Kemari "heads/next" from the repository below.
     git://kemari.git.sourceforge.net/gitroot/kemari/kemari

 2) Go configure with following options.
     --enable-kvm
     --enable-io-thread

 3) Build and deploy it to primary/secondary servers.

 4) Launch qemu-system-x86_64 with following option.
     -smp 2
     # Secondary side will need same smp option.

 5) Execute FT-migration, please refer to the URL that follows.
       http://wiki.qemu.org/Features/FaultTolerance

Regards,
Mitsuru Kanabuchi

> -----Original Message-----
> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On Behalf Of Vinod Chegu
> Sent: Tuesday, January 24, 2012 9:51 PM
> To: kvm@vger.kernel.org
> Subject: Kemari
> 
> 
> Hello,
> 
> [ I am very new to KVM...so i am not sure if this is the right forum to ask this question. If not kindly point me to the right forum. ]
> 
> I would like to get some info. on the current status of Kemari for KVM.
> 
> Does Kemari support SMP guests or do the guests have to have only 1 VCPU ?
> 
> Is there a version [& code] that is available that one can try out on an
> RHEL6.2 + KVM + X86_64 env.? 
> 
> Thanks
> Vinod




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Kemari
@ 2012-01-24 12:51 Vinod Chegu
  2012-01-25  2:40 ` Kemari Kanabuchi
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Chegu @ 2012-01-24 12:51 UTC (permalink / raw)
  To: kvm


Hello,

[ I am very new to KVM...so i am not sure if this is the right forum to ask this
question. If not kindly point me to the right forum. ]

I would like to get some info. on the current status of Kemari for KVM.

Does Kemari support SMP guests or do the guests have to have only 1 VCPU ?

Is there a version [& code] that is available that one can try out on an
RHEL6.2 + KVM + X86_64 env.? 

Thanks
Vinod


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-27 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 19:52 Kemari gilberto nunes
2012-01-24 12:51 Kemari Vinod Chegu
2012-01-25  2:40 ` Kemari Kanabuchi
2012-01-27 19:47   ` Kemari Vinod Chegu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.