On 10/05/2024 11:49, Philippe Mathieu-Daudé wrote:
Align the framebuffer backend with the other legacy ones,
register it via xen_backend_init() when '-vga xenfb' is
used. It is safe because MODULE_INIT_XEN_BACKEND is called
in xen_bus_realize(), long after CLI processing initialized
the vga_interface_type variable.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  include/hw/xen/xen-legacy-backend.h | 3 ---
  hw/display/xenfb.c                  | 9 +++++++--
  hw/xenpv/xen_machine_pv.c           | 2 --
  3 files changed, 7 insertions(+), 7 deletions(-)


Reviewed-by: Paul Durrant <[email protected]>


Reply via email to