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
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
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
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;
>
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
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
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.
>
>
>
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
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