qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] vga_int: remove unused function


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] vga_int: remove unused function protype
Date: Tue, 23 Oct 2018 01:45:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 22/10/18 10:00, yuchenlin--- via Qemu-devel wrote:
From: yuchenlin <address@hidden>

Signed-off-by: yuchenlin <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

---
  hw/display/vga_int.h | 1 -
  1 file changed, 1 deletion(-)

diff --git a/hw/display/vga_int.h b/hw/display/vga_int.h
index 6e4fa48a79..55c418eab5 100644
--- a/hw/display/vga_int.h
+++ b/hw/display/vga_int.h
@@ -166,7 +166,6 @@ MemoryRegion *vga_init_io(VGACommonState *s, Object *obj,
                            const MemoryRegionPortio **vbe_ports);
  void vga_common_reset(VGACommonState *s);
-void vga_sync_dirty_bitmap(VGACommonState *s);
  void vga_dirty_log_start(VGACommonState *s);
  void vga_dirty_log_stop(VGACommonState *s);



reply via email to

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