Some tutorial initiative for beginners

2014-10-07 Thread ratheesh kannoth
Hi experts, I scribbled thru kvm code as part of my work. I would like to make it useful for beginners , as part of that effort i created blog with some stuff. Would appreciate feedback,so that i can continue enhancing or dropping the effort all together. Once again , really appreciate your

Linux Bridge is slow ?

2014-05-06 Thread ratheesh kannoth
I have two virtual machine VM1 and VM2 , which are running on ubuntu. Both VM are running ubunutu. I bridged vnet0 and vnet1 in a linux bridge on host machine. brctl addbr virbr0 brctl addif virbr0 vnet0 brctl addif virbr0 vnet1 I did a wget of 1.9G file from VM1 to VM2. it took 1 minu

performance same ?

2014-04-29 Thread ratheesh kannoth
i have two ubunutu vm started using virt-manager say vm1 and vm2. Both has one interface has one network interface ( vnet0 and vnet1 respectively ) and they are bridged using virbr0 ( using brctl command ). i excuted command netperf -H "vm2 ip address" from vm1 ubuntu machine. i

Re: host_fx_image, guest_fx_image ; what are they ?

2014-03-04 Thread ratheesh kannoth
any hint ? or clue ? On Tue, Mar 4, 2014 at 11:35 PM, ratheesh kannoth wrote: > Hi List, > > Could you please help me understand below variables ? i found > it in "struct kvm_vcpu" > > char *host_fx_image; > char *guest_fx_image; >

host_fx_image, guest_fx_image ; what are they ?

2014-03-04 Thread ratheesh kannoth
Hi List, Could you please help me understand below variables ? i found it in "struct kvm_vcpu" char *host_fx_image; char *guest_fx_image; -Ratheesh -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org Mor

Re: where is the function paging32_page_fault() ?

2014-02-28 Thread ratheesh kannoth
On Fri, Feb 28, 2014 at 9:17 PM, Paolo Bonzini wrote: > Il 28/02/2014 16:45, ratheesh kannoth ha scritto: > >> On Fri, Feb 28, 2014 at 7:37 PM, Paolo Bonzini >> wrote: >>> >>> Il 28/02/2014 09:24, ratheesh kannoth ha scritto: >>> >>>> I d

Re: where is the function paging32_page_fault() ?

2014-02-28 Thread ratheesh kannoth
On Fri, Feb 28, 2014 at 7:37 PM, Paolo Bonzini wrote: > Il 28/02/2014 09:24, ratheesh kannoth ha scritto: > >> I downloaded kvm-17 ( >> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find >> the function >> definition in tar ball. > > >

where is the function paging32_page_fault() ?

2014-02-28 Thread ratheesh kannoth
I downloaded kvm-17 ( http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find the function definition in tar ball. where is it defined. ??? Thanks, Ratheesh -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org Mor

Redhat hypervisor & default config

2013-12-01 Thread ratheesh kannoth
As far as i know, redhat kvm hypervisor is a thin linux kernel where kvm is built as part of kernel. This is a licensed one. I can create a thin linux kernel by taking only what i need and adding kvm as part of kernel. But this tedious as there is no defconfig option. I would like to kn