]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Prefer PNG for domain screenshots
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Dec 2022 11:04:41 +0000 (12:04 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Dec 2022 12:14:18 +0000 (13:14 +0100)
commit538bee0e732ed1b8252b816feac5219d0e030fa6
tree465fec5215bf6f7f4774d385596868d3eb4351f0
parentc7796d928bddc1a67638aded8a947cf9f39077df
qemu: Prefer PNG for domain screenshots

Historically, QEMU took screenshots in PPM. While this might use
to be popular format, as of v7.1.0-rc0~125^2~6 it is possible to
take screenshots in PNG. This is more popular and renders almost
everywhere, which is not the case for PPM (for instance, modern
browsers do not render it).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c