-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: Enable
qemu-vdagent
(for copy/paste support) by default on Linux
This updates `run.py` so that it will configure the `qemu-vdagent` (QEMU's built-in spice agent for clipboard support) when it's available. Setting `SERENITY_SPICE=1` is only needed to use `spicevmc`, which implements more features (such as file transfers), but requires more setup to get working (see Documentation/SpiceIntegration.md). This matches the behaviour of the old `run.sh` script, the logic was changed (perhaps unintentionally) in the `run.py` rewrite. Note: For copy/paste to work you may need to rebuild QEMU with `--enable-gtk-clipboard` (which is added to `Toolchain/BuildQemu.sh` for Linux as part of this patch).
- Loading branch information
Showing
2 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters