Re: Using signals to communicate two Qemu processes

2008-12-23 Thread Avi Kivity
Passera, Pablo R wrote: Hi all, I am trying to communicate two VMs using a virtio driver. Once a data is moved to the driver I want to notify the other Qemu process that there is new data available in the buffer. I was thinking about using linux signals to synchronize both processes

Re: Using signals to communicate two Qemu processes

2008-12-13 Thread Dor Laor
Passera, Pablo R wrote: Hi all, I am trying to communicate two VMs using a virtio driver. Once a data is moved to the driver I want to notify the other Qemu process that there is new data available in the buffer. I was thinking about using linux signals to synchronize both processes