Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

scripts: Run QEMU as normal user #100

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

george-hopkins
Copy link

On some systems it is possible to run QEMU as normal user. The only things which stop us from doing so are the check at beginning of qemu-guest and that /run might not be writable. This patch takes care of both points (tested on Debian bookworm).

Signed-off-by: George Hopkins <[email protected]

@razvand razvand requested a review from StefanJum March 17, 2022 07:29
@razvand razvand self-assigned this Mar 17, 2022
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!

Reviewed-by: Stefan Jumarea [email protected]

To run QEMU as normal user, we store the files in the appropriate
user directory (if available).

Signed-off-by: George Hopkins <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants