Re: [Qemu-devel] [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory

2010-06-23 Thread Avi Kivity
On 06/14/2010 06:53 PM, Anthony Liguori wrote: index 000..e0a7b98 --- /dev/null +++ b/contrib/ivshmem-server/ivshmem_server.c There's no licensing here. I don't think this belongs in the qemu tree either to be honest. I asked for this, to simplify life for people trying this out. If

Re: [Qemu-devel] [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory

2010-06-23 Thread Anthony Liguori
On 06/23/2010 08:12 AM, Avi Kivity wrote: On 06/14/2010 06:53 PM, Anthony Liguori wrote: index 000..e0a7b98 --- /dev/null +++ b/contrib/ivshmem-server/ivshmem_server.c There's no licensing here. I don't think this belongs in the qemu tree either to be honest. I asked for this, to

Re: [Qemu-devel] [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory

2010-06-14 Thread Anthony Liguori
On 06/04/2010 04:45 PM, Cam Macdonell wrote: this code is a standalone server which will pass file descriptors for the shared memory region and eventfds to support interrupts between guests using inter-VM shared memory. --- contrib/ivshmem-server/Makefile | 16 ++

Re: [Qemu-devel] [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory

2010-06-14 Thread Cam Macdonell
On Mon, Jun 14, 2010 at 9:53 AM, Anthony Liguori anth...@codemonkey.ws wrote: On 06/04/2010 04:45 PM, Cam Macdonell wrote: this code is a standalone server which will pass file descriptors for the shared memory region and eventfds to support interrupts between guests using inter-VM shared

[Qemu-devel] [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory

2010-06-04 Thread Cam Macdonell
this code is a standalone server which will pass file descriptors for the shared memory region and eventfds to support interrupts between guests using inter-VM shared memory. --- contrib/ivshmem-server/Makefile | 16 ++ contrib/ivshmem-server/README | 30 +++