On 1/11/19 6:32 PM, Paolo Bonzini wrote: > On 11/01/19 15:08, Philippe Mathieu-Daudé wrote: >> PixelFormat is used by "ui/console.h" and by "ui/qemu-pixman.h". > > ui/console.h already includes ui/qemu-pixman.h, just move it there?
That was my first though but then noticed pixman seems a bit different/unrelated. If Gerd is OK I will do it. (I should have written that in the commit). > > Paolo > >> Create the new header "ui/pixelformat.h" to declare this structure, >> and remove the forward declaration from "qemu/typedefs.h". >> >> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> >> --- >> RFC because "ui/console.h" has on license, so I added a default one. >