qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/2] ati-vga: Implement DDC and EDID info from mo


From: BALATON Zoltan
Subject: [Qemu-devel] [PATCH v3 0/2] ati-vga: Implement DDC and EDID info from monitor
Date: Fri, 15 Mar 2019 23:41:30 +0100

Version 3 keeps bitbang_i2c.h and moves it to include/hw/i2c/
otherwise same as version 2.

BALATON Zoltan (2):
  i2c: Move bitbang_i2c.h to include/hw/i2c/
  ati-vga: Implement DDC and EDID info from monitor

 hw/display/Kconfig                   |  2 ++
 hw/display/ati.c                     | 43 ++++++++++++++++++++++++++++++++++--
 hw/display/ati_int.h                 |  4 ++++
 hw/display/ati_regs.h                |  1 +
 hw/i2c/bitbang_i2c.c                 |  2 +-
 hw/i2c/ppc4xx_i2c.c                  |  1 -
 hw/i2c/versatile_i2c.c               |  2 +-
 {hw => include/hw}/i2c/bitbang_i2c.h |  2 ++
 include/hw/i2c/i2c.h                 |  2 --
 include/hw/i2c/ppc4xx_i2c.h          |  2 +-
 10 files changed, 53 insertions(+), 8 deletions(-)
 rename {hw => include/hw}/i2c/bitbang_i2c.h (80%)

-- 
2.13.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]