Re: [Qemu-devel] [PATCH v3] xenfb: remove xen_init_display "temporary" hack

2017-07-07 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:sstabell...@kernel.org] > Sent: 07 July 2017 00:48 > To: xen-de...@lists.xenproject.org; qemu-devel@nongnu.org > Cc: sstabell...@kernel.org; peter.mayd...@linaro.org; Anthony Perard > ; kra...@redhat.com; Paul Durrant > ; Owen Smith >

[Qemu-devel] [PATCH v3] xenfb: remove xen_init_display "temporary" hack

2017-07-06 Thread Stefano Stabellini
Initialize xenfb properly, as all other backends, from its own "initialise" function. Remove the dependency of vkbd on vfb: use qemu_console_lookup_by_index to find the principal console (to get the size of the screen) instead of relying on a vfb backend to be available (which adds a dependency be