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 /hw/display/vga.c | |
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 'hw/display/vga.c')
-rw-r--r-- | hw/display/vga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/vga.c b/hw/display/vga.c index 4163b532e0..a0412000a5 100644 --- a/hw/display/vga.c +++ b/hw/display/vga.c @@ -24,7 +24,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "hw/hw.h" -#include "hw/i386/pc.h" +#include "hw/display/vga.h" #include "hw/pci/pci.h" #include "vga_int.h" #include "vga_regs.h" |