Features/Copy-Paste Integration: Difference between revisions

From QEMU
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[http://github.com/agrpallav/qemu-copypaste  GitHub]
== Summary ==
== Summary ==


Line 6: Line 8:
* '''Name''': [[User:Pallav | Pallav Agrawal]]
* '''Name''': [[User:Pallav | Pallav Agrawal]]
* '''Email''': agr.<myfirstname> AT gmail.com
* '''Email''': agr.<myfirstname> AT gmail.com
[[Category:Obsolete feature pages]]

Latest revision as of 08:09, 13 October 2016

GitHub

Summary

Building the mechanism to enable user to freely copy and paste contents between the host and the guest machines. This is applicable both ways and content can be copy-pasted from as well as to the guest OSs from the host OS. This requires the installation of qemu guest-agent in the guest virtual machine which can be unix or windows based. Currently we are planning to support text copy-pasting and later include media content transfers as well.

Owner