[Qemu-devel] Sharing virtio-devices between several kvm virtual machines over network

2011-11-15 Thread Leib, David
Hi, I am trying to share devices between vm's. For example I want to use a cdrom-drive who is exposed to a vm from another vm over the network. In addition to this I want to use virtio for this idea. What I am trying to do step by step: 1. If virtqueue_pop is called on the KVM 2 I take the io

[Qemu-devel] Assigning a new virtio block device (-drive)

2011-10-27 Thread Leib, David
Hi, I am trying to assign a new virtio block device in addition to a normal virtio block device who are accessing exactly the same cdrom drive ("/dev/sr0") because I additionaly want to access the block device in my way by manually calling the virtqueue_pop and virtqueue_push and not the normal