Re: Add a qemu interface for sharing memory between guests.

2009-11-12 Thread Sivaram Kannan
Hi Cam, Here are the two patches for KVM describing what I have done. I am continuing to work on it and still mulling a move to virtio. These don't apply against the current tree, but I can provide those patches if you would like to see them. http://patchwork.kernel.org/patch/38355/

Re: Add a qemu interface for sharing memory between guests.

2009-10-14 Thread Cam Macdonell
On Mon, Oct 12, 2009 at 2:55 AM, Avi Kivity a...@redhat.com wrote: On 10/12/2009 08:53 AM, Sivaram Kannan wrote: Hi all, I am a KVM newbie and I picked up the following task from the TODO of the KVM wiki. Add a qemu interface for sharing memory between guests. Using a pci device

Add a qemu interface for sharing memory between guests.

2009-10-12 Thread Sivaram Kannan
Hi all, I am a KVM newbie and I picked up the following task from the TODO of the KVM wiki. Add a qemu interface for sharing memory between guests. Using a pci device to expose the shared memory is probably a good starting point. (this should use virtio and probably depends on mmu-notifiers

Re: Add a qemu interface for sharing memory between guests.

2009-10-12 Thread Avi Kivity
On 10/12/2009 08:53 AM, Sivaram Kannan wrote: Hi all, I am a KVM newbie and I picked up the following task from the TODO of the KVM wiki. Add a qemu interface for sharing memory between guests. Using a pci device to expose the shared memory is probably a good starting point. (this should use