On 31/01/2023 22:51, Vikram Garhwal wrote:
From: Stefano Stabellini <[email protected]>
On ARM it is possible to have a functioning xenpv machine with only the
PV backends and no IOREQ server. If the IOREQ server creation fails continue
to the PV backends initialization.
Also, moved the IOREQ registration and mapping subroutine to new function
xen_do_ioreq_register().
Signed-off-by: Stefano Stabellini <[email protected]>
Signed-off-by: Vikram Garhwal <[email protected]>
Reviewed-by: Stefano Stabellini <[email protected]>
---
hw/xen/xen-hvm-common.c | 53 ++++++++++++++++++++++++++++-------------
1 file changed, 36 insertions(+), 17 deletions(-)
Reviewed-by: Paul Durrant <[email protected]>