[Qemu-devel] [PATCH 2/3] display/edid: add region helper.

2018-09-17 Thread Gerd Hoffmann
Create a io region for an EDID data block. Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé --- include/hw/display/edid.h | 4 hw/display/edid-region.c | 33 + hw/display/Makefile.objs | 1 + 3 files changed, 38 insertions(+) create mode

Re: [Qemu-devel] [PATCH 2/3] display/edid: add region helper.

2018-09-13 Thread Philippe Mathieu-Daudé
On 9/12/18 2:36 PM, Gerd Hoffmann wrote: > Create a io region for an EDID data block. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé > --- > include/hw/display/edid.h | 4 > hw/display/edid-region.c | 33 + > hw/display/Makefile.obj

[Qemu-devel] [PATCH 2/3] display/edid: add region helper.

2018-09-12 Thread Gerd Hoffmann
Create a io region for an EDID data block. Signed-off-by: Gerd Hoffmann --- include/hw/display/edid.h | 4 hw/display/edid-region.c | 33 + hw/display/Makefile.objs | 1 + 3 files changed, 38 insertions(+) create mode 100644 hw/display/edid-region.c dif