mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
display/edid: add region helper.
Create a io region for an EDID data block. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180925075646.25114-4-kraxel@redhat.com
This commit is contained in:
parent
e7992fc5a0
commit
97917e9e02
3 changed files with 38 additions and 0 deletions
|
@ -15,6 +15,7 @@ common-obj-$(CONFIG_XEN) += xenfb.o
|
|||
|
||||
common-obj-$(CONFIG_VGA_PCI) += vga-pci.o
|
||||
common-obj-$(CONFIG_VGA_PCI) += bochs-display.o
|
||||
common-obj-$(CONFIG_VGA_PCI) += edid-region.o
|
||||
common-obj-$(CONFIG_VGA_ISA) += vga-isa.o
|
||||
common-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o
|
||||
common-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue