In reference to the November 2008 todo list on Qumranet Website we are a group of college students working on this todo: *Add a qemu interface for sharing memory between guests. Using a pci device to expose the shared memory is probably a good starting point. * Can anyone suggest us some starting point or a possible approach for the same... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090221/00c857dd/attachment-0001.htm
PICT PUNE wrote:> In reference to the November 2008 todo list on Qumranet Website > > we are a group of college students working on this todo: > > *Add a qemu interface for sharing memory between guests. Using a pci > device to expose the shared memory is probably a good starting point. > * > Can anyone suggest us some starting point or a possible approach for > the same...Write a PCI device that exposes a BAR containing RAM. Implement the RAM by mapping a shared memory segment or a file. Write a guest driver to use this shared RAM. -- error compiling committee.c: too many arguments to function