Wink Saville wrote: > Hello, > > I've posted patches for two features, kernel shared memory and Atomic Code > Execution, which I believe can be used to implement para-virtualized devices. > Could someone recommend a device that might make a good proof > of concept? I was thinking may be a block device. > > Any suggestions and additional comments would be helpful. > >
Most paravirtual devices use atomic operations (or even just raw memory accesses and memory barriers), which don't need any special infrastructure. This effectively makes them message-passing protocols rather than shared memory protocol. I can't see offhand why sharing data structures would bring a great improvement, but maybe I'm tied to the old way of thinking. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel