]> git.ipfire.org Git - thirdparty/qemu.git/commit
display: remove GraphicHwOps from typedefs.h
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 2 May 2024 14:49:46 +0000 (16:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 May 2024 13:47:48 +0000 (15:47 +0200)
commitda4b248178b51b8dff26de5e3c4ea8ea4b53f5d1
tree76d7ef20558f78b396d8ca769419ed53c082e096
parent8fb1435c2291e9061024461fac00e1cf54777f44
display: remove GraphicHwOps from typedefs.h

Basically all uses of GraphicHwOps are defining an instance of it, which requires the
full definition of the struct.  It is pointless to have it in typedefs.h.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/display/vga_int.h
include/qemu/typedefs.h