Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the
spice-vdagent
package to the recipe and separates the spice packages into a separate module instead of being present under the QEMU module.It is particularly useful for GNOME Boxes (display resizing [clipboard support is already present], etc) and Proxmox SPICE graphic card display mode (for clipboard sharing, etc).
Details
spice-vdagent
is a Spice guest agent X11 session agent which supports:Client mouse mode (no need to grab mouse by client, no mouse lag).
Automatic adjustment of the X11 session's number of virtual monitors, and their resolution, to the number of client windows and their resolution.
Support of copy and paste (text and images) between the active X11 session and the client, this supports both the primary selection and the clipboard.
Support for transferring files from the client to the agent.
Testing
I have tested the changes by manually installing the package using
abroot pkg
under a VM running thevm-image
.