virt-manager/tests/data/cli
Lin Ma 6a65def684 cli: Add --video model.blob=on|off
Libvirt enables blob resources for the virtio video device since 9.2.0.
It accelerates the display path due to less or no copying of pixel data.

E.g.
  virt-install \
  ... \
  --video model.type=virtio,blob=on

It results in the following domain xml:

    <video>
      <model type="virtio" blob="on"/>
    </video>

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Lin Ma <lma@suse.de>
2024-09-08 11:25:32 -04:00
..
cloudinit virt-install: Add --cloud-init clouduser-ssh-key= 2022-03-01 14:29:46 -05:00
compare cli: Add --video model.blob=on|off 2024-09-08 11:25:32 -04:00
unattended tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
virtclone tests: cli: test serial file clone 2023-03-22 17:44:06 -04:00
virtxml cli: Add --boot refresh-machine-type=yes 2022-02-26 14:11:56 -05:00