qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running qemu guest in background


From: Eldon
Subject: Re: Running qemu guest in background
Date: Sat, 16 May 2020 16:21:54 +0000

I believe you could run qemu inside an xvfb invocation. This should 
give a framebuffer separate from your normal desktop, where the gui will
be displayed but not visible. I tested an invocation like this, and it
worked:

screen -d -m xvfb-run -f /tmp/xvfb-run-auth qemu-system-x86_64 -machine 
accel=kvm

xvfb-run is packaged in the xvfb package on some platforms.
Best of luck!
Eldon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]