[PATCH v1 0/1] virtio-blk support for xen board
Andrii Chepurnyi
Andrii_Chepurnyi at epam.com
Tue Oct 3 10:58:23 CEST 2023
Hello.
This patch adds the ability to use virtio-blk in the guest domain
under Xen hypervisor. To do such you need to build U-boot
with xenguest_arm64_virtio_defconfig.
The patch was tested on a specific build for rcar-gen3 hardware,
with multiple Linux domains running under Xen and QEMU
as a block backend.
Andrii Chepurnyi (1):
board: xen: introduce virtio-blk support
board/xen/xenguest_arm64/xenguest_arm64.c | 108 +++++++++++++++++++++-
configs/xenguest_arm64_virtio_defconfig | 63 +++++++++++++
doc/board/xen/xenguest_arm64.rst | 2 +
include/configs/xenguest_arm64.h | 10 +-
4 files changed, 180 insertions(+), 3 deletions(-)
create mode 100644 configs/xenguest_arm64_virtio_defconfig
--
2.25.1
More information about the U-Boot
mailing list