Remove qemu_alloc_physram()

2009-05-27 Thread nicolas prochazka
Hello, Since this patch : http://git.kernel.org/?p=virt/kvm/qemu-kvm.git;a=commit;h=0e8d16ba06486ebf79f131f28121774715975248 Remove qemu_alloc_physram() Obsolete. function alloc_mem_area(memory, &map_len, mem_path); is never calling in code, and it seems that's -mem-path ( or -mempath) /hugepage

Re: Remove qemu_alloc_physram()

2009-05-27 Thread nicolas prochazka
: > nicolas prochazka wrote: >> >> Hello, >> Since this patch : >> >> http://git.kernel.org/?p=virt/kvm/qemu-kvm.git;a=commit;h=0e8d16ba06486ebf79f131f28121774715975248 >> Remove qemu_alloc_physram() >> Obsolete. >> >> function alloc_mem_area(

Re: Remove qemu_alloc_physram()

2009-05-27 Thread nicolas prochazka
without -mem-prealloc HugePages_Total: 2560 HugePages_Free: 2296 HugePages_Rsvd: 0 so after minimum test, i can say that's your patch seems to be correct this problem. Thanks. Nicolas 2009/5/27 nicolas prochazka : > hello again, > after applying patch : > > HugeP

Re: Remove qemu_alloc_physram()

2009-05-28 Thread nicolas prochazka
> Avi Kivity wrote: >> >> nicolas prochazka wrote: >>> >>> without -mem-prealloc >>> HugePages_Total:  2560 >>> HugePages_Free:   2296 >>> HugePages_Rsvd:      0 >>> >>> so after minimum test, i can say that's your pat

about savevm and mem-path

2009-06-25 Thread nicolas prochazka
Hello, When i 'm trying to do a savevm from qemu monitor, all is ok with standard qemu command. If i'm using -mem-path /hugepages, savevm leave vm in a block state, as i do a stop command I'm trying with last qem-kvm git tree. So is -mem-path also works with vm migration and savevm state ? Regard

[ kernel 3.5 ] Kernel bug when using kvm

2012-07-16 Thread nicolas prochazka
66989a067 PUD 0 Oops: [#1] SMP CPU 3 Modules linked in: [last unloaded: kvm] Regards, Nicolas Prochazka -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [ kernel 3.5 ] Kernel bug when using kvm

2012-07-16 Thread nicolas prochazka
. Regards, Nicolas Prochazka. 2012/7/16 Avi Kivity : > On 07/16/2012 02:06 PM, nicolas prochazka wrote: >> Hello, >> with linux kernel 3.5rc6 and 3.5rc7 >> I do not test with other kernel 3.5. >> On linux kernel 3.3.8 , threre is no problem. >> >> If I start

Re: [ kernel 3.5 ] Kernel bug when using kvm

2012-07-16 Thread nicolas prochazka
05:37 PM, nicolas prochazka wrote: >> No, It is not 100% reproductible, I'm trying to find the case, but : >> Now when i start a qemu-kvm , >> there is a kvm-pit/ which takes a lot of cpu time ( ~ 20 %) , ( >> not with kernel 3.3.8 ) >> >> for the compl

kvm bug in kernel 2.6.37rc7

2010-12-23 Thread nicolas prochazka
Hello, When I'm trying to install windows seven guest, i obtain : ( also with 2.6.36.1 , 2.6.36.2 ) kernel BUG at arch/x86/kvm/mmu.c:479! invalid opcode: [#1] SMP last sysfs file: /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map CPU 0 Modules linked in: kvm_intel kvm Pid: 10239, comm:

Re: kvm bug in kernel 2.6.37rc7

2010-12-26 Thread nicolas prochazka
seven 64bits regards np Le dimanche 26 décembre 2010, Avi Kivity a écrit : > On 12/23/2010 05:37 PM, nicolas prochazka wrote: > > Hello, > When I'm trying to install windows seven guest, i obtain : > ( also with 2.6.36.1 , 2.6.36.2 ) > > > > Is this Windows 7 x86

Re: kvm bug in kernel 2.6.37rc7

2010-12-27 Thread nicolas prochazka
=/mnt/vdisk/images/MASTER-Win7.1293166482.3787351.MASTER,index=0,media=disk,snapshot=off,cache=writeback -drive file=/swapfile-guest/swap1,if=ide,index=1,media=disk,snapshot=on,boot=off -drive file=/mnt/vdisk/iso/Windows7Pro_32BitsFr.iso,index=2,media=cdrom -boot d 2010/12/26 nicolas prochazka