vfio/pci: Default display option to "off"
commit8151a9c56d31eeeea872b8103c8b86d03c411667
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Jun 2018 14:23:18 +0000 (5 08:23 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Jun 2018 14:28:09 +0000 (5 08:28 -0600)
tree1c44af935811346f900778754e21b5319d945905
parent2b1dbd0d7250254e9421bce721cc2ea25b4af894
vfio/pci: Default display option to "off"

Commit a9994687cb9b ("vfio/display: core & wireup") added display
support to vfio-pci with the default being "auto", which breaks
existing VMs when the vGPU requires GL support but had no previous
requirement for a GL compatible configuration.  "Off" is the safer
default as we impose no new requirements to VM configurations.

Fixes: a9994687cb9b ("vfio/display: core & wireup")
Cc: qemu-stable@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.c