mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -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
|
@ -338,7 +338,7 @@ static void bochs_display_exit(PCIDevice *dev)
|
|||
|
||||
static Property bochs_display_properties[] = {
|
||||
DEFINE_PROP_SIZE("vgamem", BochsDisplayState, vgamem, 16 * MiB),
|
||||
DEFINE_PROP_BOOL("edid", BochsDisplayState, enable_edid, false),
|
||||
DEFINE_PROP_BOOL("edid", BochsDisplayState, enable_edid, true),
|
||||
DEFINE_EDID_PROPERTIES(BochsDisplayState, edid_info),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue