Hi On Tue, Jun 19, 2018 at 8:21 AM, Gerd Hoffmann <kra...@redhat.com> wrote: > On Mon, Jun 18, 2018 at 06:17:06PM +0200, Marc-André Lureau wrote: >> Some scanouts during boot are top-down without this. >> >> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> >> --- >> include/ui/console.h | 1 + >> ui/spice-display.c | 3 ++- >> 2 files changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/include/ui/console.h b/include/ui/console.h >> index 981b519dde..fb969caf70 100644 >> --- a/include/ui/console.h >> +++ b/include/ui/console.h >> @@ -186,6 +186,7 @@ struct QemuDmaBuf { >> uint32_t stride; >> uint32_t fourcc; >> uint32_t texture; >> + bool y0_top; >> }; >> >> typedef struct DisplayChangeListenerOps { > > Looks incomplete, who sets y0_top? > > Also: send the bugfixes (patches 1-6 ?) separate, so they can be merged > already while the input + gpu details are hashed out?
That makes sending / managing seperate series more complicated. You need to reference some other series for reviewers, patchew etc, It's easier if the first / reviewed patches of the series are picked. But that may involve separate maintainers, I'll ping some of them. thanks -- Marc-André Lureau