diff mbox series

[v3,35/42] hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"

Message ID 20171017164426.25277-36-f4bug@amsat.org
State Superseded, archived
Headers show
Series remove i386/pc dependency from non-PC world (part 1) | expand

Commit Message

Philippe Mathieu-Daudé Oct. 17, 2017, 4:44 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/display/{vga.h => vga_regs.h} | 0
 hw/display/vga.c                 | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename hw/display/{vga.h => vga_regs.h} (100%)

Comments

Thomas Huth Oct. 18, 2017, 12:26 p.m. UTC | #1
On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/display/{vga.h => vga_regs.h} | 0
>  hw/display/vga.c                 | 2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename hw/display/{vga.h => vga_regs.h} (100%)
> 
> diff --git a/hw/display/vga.h b/hw/display/vga_regs.h
> similarity index 100%
> rename from hw/display/vga.h
> rename to hw/display/vga_regs.h
> diff --git a/hw/display/vga.c b/hw/display/vga.c
> index ed24ef7076..35696b6fdd 100644
> --- a/hw/display/vga.c
> +++ b/hw/display/vga.c
> @@ -24,11 +24,11 @@
>  #include "qemu/osdep.h"
>  #include "qapi/error.h"
>  #include "hw/hw.h"
> -#include "vga.h"
>  #include "ui/console.h"
>  #include "hw/i386/pc.h"
>  #include "hw/pci/pci.h"
>  #include "vga_int.h"
> +#include "vga_regs.h"
>  #include "ui/pixel_ops.h"
>  #include "qemu/timer.h"
>  #include "hw/xen/xen.h"
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/hw/display/vga.h b/hw/display/vga_regs.h
similarity index 100%
rename from hw/display/vga.h
rename to hw/display/vga_regs.h
diff --git a/hw/display/vga.c b/hw/display/vga.c
index ed24ef7076..35696b6fdd 100644
--- a/hw/display/vga.c
+++ b/hw/display/vga.c
@@ -24,11 +24,11 @@ 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "hw/hw.h"
-#include "vga.h"
 #include "ui/console.h"
 #include "hw/i386/pc.h"
 #include "hw/pci/pci.h"
 #include "vga_int.h"
+#include "vga_regs.h"
 #include "ui/pixel_ops.h"
 #include "qemu/timer.h"
 #include "hw/xen/xen.h"