Re: [libvirt PATCH 4/4] conf: add support for 'blob' in virtio-vga/virtio-gpu

2022-02-11 Thread Daniel P . Berrangé
On Thu, Feb 10, 2022 at 03:13:26PM -0600, Jonathon Jongsma wrote: > Add the ability to specify the 'blob=on/off' option to qemu for the > virtio-vga/virtio-gpu device. It would be nice to explain what the blob option actually does... > Resolves:

[libvirt PATCH 4/4] conf: add support for 'blob' in virtio-vga/virtio-gpu

2022-02-10 Thread Jonathon Jongsma
Add the ability to specify the 'blob=on/off' option to qemu for the virtio-vga/virtio-gpu device. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2032406 Signed-off-by: Jonathon Jongsma --- docs/schemas/domaincommon.rng | 5 +++ src/conf/domain_conf.c