Features/IntegratedCopyPaste: Difference between revisions

From QEMU
(Created page with '== Summary == Users have come to expect copy-paste between host and guest to work. This is also called clipboard sharing and makes it easier to work with graphical guests. == D…')
 
No edit summary
Line 19: Line 19:


A preliminary prototype is available at:
A preliminary prototype is available at:
  https://github.com/ozancaglayan/qemu-copy-paste
https://github.com/ozancaglayan/qemu-copy-paste

Revision as of 10:57, 20 June 2013

Summary

Users have come to expect copy-paste between host and guest to work. This is also called clipboard sharing and makes it easier to work with graphical guests.

Details

A per-session guest agent is needed to listen X11 PRIMARY and CLIPBOARD selections [0]. This agent will register to the GTK events related to those X11 selections and relay them to the host front-end using JSON. This is for the guest->host direction. The other direction will be supported as well.

Owner

References

[0]: http://en.wikipedia.org/wiki/X_Window_selection

Status

A preliminary prototype is available at: https://github.com/ozancaglayan/qemu-copy-paste