Re: [Spice-devel] Does not show Pre-Boot Login Menu (When using FDE) When Using Qemu

2022-05-04 Thread Frediano Ziglio
Il giorno gio 5 mag 2022 alle ore 05:53 Ahmad Ismail ha scritto: > When I run VM with the following command: > > qemu-system-x86_64 -accel kvm,thread=multi -cpu host -smp 2 -m 4096 \ > -drive file=/media/blueray/WDPurple8TB/QEMU_Backup/ubuntu.qcow2,if=virtio \ > -vga virtio -display gtk,gl=on > >

[Spice-devel] Does not show Pre-Boot Login Menu (When using FDE) When Using Qemu

2022-05-04 Thread Ahmad Ismail
When I run VM with the following command: qemu-system-x86_64 -accel kvm,thread=multi -cpu host -smp 2 -m 4096 \ -drive file=/media/blueray/WDPurple8TB/QEMU_Backup/ubuntu.qcow2,if=virtio \ -vga virtio -display gtk,gl=on I get the following screen: https://i.stack.imgur.com/HofCx.png But I do not

Re: [Spice-devel] [PATCH 4/4] drm/qxl: add drm_gem_plane_helper_prepare_fb

2022-05-04 Thread Daniel Vetter
On Fri, Apr 29, 2022 at 03:42:30PM +0200, Christian König wrote: > We could need to wait for the pin to complete here. > > Signed-off-by: Christian König > Cc: Dave Airlie > Cc: Gerd Hoffmann > Cc: virtualizat...@lists.linux-foundation.org > Cc: spice-devel@lists.freedesktop.org Reviewed-by: D