Re: [PATCH v12 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

2023-02-22 Thread Paul Durrant
On 20/02/2023 20:47, David Woodhouse wrote: From: David Woodhouse Every caller of xen_be_init() checks and exits on error, then calls xen_be_register_common(). Just make xen_be_init() abort for itself and return void, and register the common devices too. Signed-off-by: David Woodhouse --- h

[PATCH v12 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

2023-02-20 Thread David Woodhouse
From: David Woodhouse Every caller of xen_be_init() checks and exits on error, then calls xen_be_register_common(). Just make xen_be_init() abort for itself and return void, and register the common devices too. Signed-off-by: David Woodhouse --- hw/i386/xen/xen-hvm.c | 8 +