qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/13] xen: initialize legacy backends from xen_bus_init()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/13] xen: initialize legacy backends from xen_bus_init()
Date: Fri, 10 May 2024 12:18:57 +0200
User-agent: Mozilla Thunderbird

On 9/5/24 19:00, Paolo Bonzini wrote:
Prepare for moving the calls to xen_be_register() under the
control of xen_bus_init(), using the normal xen_backend_init()
method that is used by the "modern" backends.

This requires the xenstore global variable to be initialized,
which is done by xen_be_init().  To ensure that everything is
ready at the time the xen_backend_init() functions are called,
remove the xen_be_init() function from all the boards and
place it directly in xen_bus_init().

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  hw/i386/pc.c              | 1 -
  hw/xen/xen-bus.c          | 4 ++++
  hw/xen/xen-hvm-common.c   | 2 --
  hw/xenpv/xen_machine_pv.c | 5 +----
  4 files changed, 5 insertions(+), 7 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]