qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 21/34] hw/display/vga: remove the old i386/pc de


From: Hervé Poussineau
Subject: Re: [Qemu-devel] [PATCH 21/34] hw/display/vga: remove the old i386/pc dependency
Date: Fri, 22 Sep 2017 22:10:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Le 22/09/2017 à 17:40, Philippe Mathieu-Daudé a écrit :
move public API to "hw/display/vga.h" and private registers
to "hw/display/vga_int_regs.h"

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
./scripts/get_maintainer.pl -f hw/display/vga*
get_maintainer.pl: No maintainers found...

  hw/display/vga_int.h                 |  3 ++-
  hw/display/{vga.h => vga_int_regs.h} |  0
  include/hw/display/vga.h             | 25 +++++++++++++++++++++++++
  include/hw/i386/pc.h                 | 12 ------------
  hw/display/vga-isa-mm.c              |  4 +---
  hw/display/vga-isa.c                 |  2 +-
  hw/display/vga.c                     |  4 ++--
  hw/mips/mips_jazz.c                  |  1 +
  vl.c                                 |  2 +-
  9 files changed, 33 insertions(+), 20 deletions(-)
  rename hw/display/{vga.h => vga_int_regs.h} (100%)
  create mode 100644 include/hw/display/vga.h


Reviewed-by: Hervé Poussineau <address@hidden>




reply via email to

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