mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
edid: flip the default to enabled
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-id: 20190607083444.32175-1-kraxel@redhat.com
This commit is contained in:
parent
9b330e482f
commit
0a71966253
4 changed files with 11 additions and 5 deletions
|
@ -24,7 +24,13 @@
|
|||
#include "hw/pci/pci.h"
|
||||
#include "hw/mem/nvdimm.h"
|
||||
|
||||
GlobalProperty hw_compat_4_0_1[] = {};
|
||||
GlobalProperty hw_compat_4_0_1[] = {
|
||||
{ "VGA", "edid", "false" },
|
||||
{ "secondary-vga", "edid", "false" },
|
||||
{ "bochs-display", "edid", "false" },
|
||||
{ "virtio-vga", "edid", "false" },
|
||||
{ "virtio-gpu-pci", "edid", "false" },
|
||||
};
|
||||
const size_t hw_compat_4_0_1_len = G_N_ELEMENTS(hw_compat_4_0_1);
|
||||
|
||||
GlobalProperty hw_compat_4_0[] = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue