Re: [Qemu-devel] Virtio_PCI device driver code

2012-03-15 Thread Stefan Hajnoczi
On Wed, Mar 14, 2012 at 1:38 PM, Abhinav Pundir abhinavmast...@gmail.com wrote: Hello all I am very much new to the world of KVM and Qemu. I am trying to make a communication possible between the Guest and the Host. I have studied how Virtio works but I am still confused how exactly the flow

[Qemu-devel] Virtio_PCI device driver code

2012-03-14 Thread Abhinav Pundir
Hello all I am very much new to the world of KVM and Qemu. I am trying to make a communication possible between the Guest and the Host. I have studied how Virtio works but I am still confused how exactly the flow will work. The front end drivers will communicate to the back end driver by invoking

Re: [Qemu-devel] Virtio_PCI device driver code

2012-03-14 Thread Brian Jackson
On Wed, 14 Mar 2012 08:38:04 -0500, Abhinav Pundir abhinavmast...@gmail.com wrote: Hello all I am very much new to the world of KVM and Qemu. I am trying to make a communication possible between the Guest and the Host. If you just need to communicate, why not just use virtio-serial