]> git.proxmox.com Git - mirror_qemu.git/commit
vl: drop needless -spice checks
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 25 Oct 2023 12:52:56 +0000 (16:52 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (14:04 +0400)
commit6d9ed4eb9470db8fb7294baa83a73b854419bcc4
tree8b8654595197991da15fae281ad501780575023a
parent79a1f32559cbd1f2d8c6fc96c581fd460317a284
vl: drop needless -spice checks

Since commit 5324e3e958e ("qemu-options: define -spice only #ifdef
CONFIG_SPICE"), it is unnecessary to check at runtime for "-spice"
option.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
system/vl.c