diff options
author | Philippe Mathieu-Daudé | 2017-10-17 18:44:21 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
commit | 866e2b3727b6f9f55d5921365f2c97ecf763de65 (patch) | |
tree | 0fc961152abf28b3fafe00da9b93a9f7c3c9e595 /MAINTAINERS | |
parent | hw/display/vga: "vga_int.h" requires "ui/console.h" (diff) | |
download | qemu-866e2b3727b6f9f55d5921365f2c97ecf763de65.tar.gz qemu-866e2b3727b6f9f55d5921365f2c97ecf763de65.tar.xz qemu-866e2b3727b6f9f55d5921365f2c97ecf763de65.zip |
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
and remove the old i386/pc dependency.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index acbff2f1bb..8859a50c36 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -881,6 +881,7 @@ F: hw/timer/hpet* F: hw/timer/i8254* F: hw/timer/mc146818rtc* F: hw/watchdog/wdt_ib700.c +F: include/hw/display/vga.h F: include/hw/i2c/pm_smbus.h F: include/hw/isa/i8257.h F: include/hw/timer/hpet.h |