All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V7 0/2] Virtio support for toolstack on Arm (Was "IOREQ feature (+ virtio-mmio) on Arm")
@ 2022-04-08 18:21 Oleksandr Tyshchenko
  2022-04-08 18:21 ` [PATCH V7 1/2] libxl: Add support for Virtio disk configuration Oleksandr Tyshchenko
  2022-04-08 18:21 ` [PATCH V7 2/2] libxl: Introduce basic virtio-mmio support on Arm Oleksandr Tyshchenko
  0 siblings, 2 replies; 23+ messages in thread
From: Oleksandr Tyshchenko @ 2022-04-08 18:21 UTC (permalink / raw)
  To: xen-devel
  Cc: Oleksandr Tyshchenko, Wei Liu, Anthony PERARD, George Dunlap,
	Nick Rosbrook, Juergen Gross, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Volodymyr Babchuk, Wei Chen, Kaly Xin,
	Jiamei Xie, Henry Wang, Alex Bennée

From: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>

Hello all.

The purpose of this patch series is to add missing virtio-mmio bits to Xen toolstack on Arm.
The Virtio support for toolstack [1] was postponed as the main target was to upstream IOREQ/DM
support on Arm in the first place. Now, we already have IOREQ support in, so we can resume Virtio
enabling work. You can find previous discussions at [2].

Patch series [3] is based on recent "staging" branch
(9120b5737f517fe9d2a3936c38d3a2211630323b livepatch: avoid relocations referencing ignored section symbols)
and tested on Renesas Salvator-X board + H3 ES3.0 SoC (Arm64) with virtio-mmio based virtio-disk backend [4]
running in Dom0 (or Driver domain) and unmodified Linux Guest running on existing virtio-blk driver (frontend).
No issues were observed. Guest domain 'reboot/destroy' use-cases work properly.

Any feedback/help would be highly appreciated.

[1]
https://lore.kernel.org/xen-devel/1610488352-18494-24-git-send-email-olekstysh@gmail.com/
https://lore.kernel.org/xen-devel/1610488352-18494-25-git-send-email-olekstysh@gmail.com/
[2]
https://lists.xenproject.org/archives/html/xen-devel/2021-01/msg02403.html
https://lists.xenproject.org/archives/html/xen-devel/2021-01/msg02536.html
https://lore.kernel.org/xen-devel/1621626361-29076-1-git-send-email-olekstysh@gmail.com/
https://lore.kernel.org/xen-devel/1638982784-14390-1-git-send-email-olekstysh@gmail.com/

[3] https://github.com/otyshchenko1/xen/commits/libxl_virtio2
[4] https://github.com/otyshchenko1/virtio-disk/commits/virtio_grant


Julien Grall (1):
  libxl: Introduce basic virtio-mmio support on Arm

Oleksandr Tyshchenko (1):
  libxl: Add support for Virtio disk configuration

 docs/man/xl-disk-configuration.5.pod.in   |  37 +-
 tools/golang/xenlight/helpers.gen.go      |   6 +
 tools/golang/xenlight/types.gen.go        |  11 +
 tools/include/libxl.h                     |   6 +
 tools/libs/light/libxl_arm.c              | 131 +++-
 tools/libs/light/libxl_device.c           |  57 +-
 tools/libs/light/libxl_disk.c             | 111 +++-
 tools/libs/light/libxl_internal.h         |   1 +
 tools/libs/light/libxl_types.idl          |  10 +
 tools/libs/light/libxl_types_internal.idl |   1 +
 tools/libs/light/libxl_utils.c            |   2 +
 tools/libs/util/libxlu_disk_l.c           | 952 +++++++++++++++---------------
 tools/libs/util/libxlu_disk_l.h           |   2 +-
 tools/libs/util/libxlu_disk_l.l           |   9 +
 tools/xl/xl_block.c                       |  11 +
 xen/include/public/arch-arm.h             |   7 +
 16 files changed, 872 insertions(+), 482 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-04-27  8:36 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 18:21 [PATCH V7 0/2] Virtio support for toolstack on Arm (Was "IOREQ feature (+ virtio-mmio) on Arm") Oleksandr Tyshchenko
2022-04-08 18:21 ` [PATCH V7 1/2] libxl: Add support for Virtio disk configuration Oleksandr Tyshchenko
2022-04-18 21:38   ` Stefano Stabellini
2022-04-19 17:15     ` Oleksandr
2022-04-22  9:41   ` Roger Pau Monné
2022-04-23  7:39     ` Oleksandr
2022-04-25 13:12       ` Roger Pau Monné
2022-04-27  8:20         ` Oleksandr
2022-04-27  8:27           ` Roger Pau Monné
2022-04-27  8:36             ` Juergen Gross
2022-04-25  7:43   ` Juergen Gross
2022-04-25 12:02     ` Oleksandr
2022-04-25 12:09       ` Juergen Gross
2022-04-25 12:59         ` Oleksandr
2022-04-08 18:21 ` [PATCH V7 2/2] libxl: Introduce basic virtio-mmio support on Arm Oleksandr Tyshchenko
2022-04-18 21:41   ` Stefano Stabellini
2022-04-18 23:03     ` Julien Grall
2022-04-19 16:07     ` Oleksandr
2022-04-20  0:13       ` Stefano Stabellini
2022-04-20  5:20   ` Henry Wang
2022-04-20  9:07     ` Oleksandr
2022-04-22  2:42   ` Jiamei Xie
2022-04-22 10:34     ` Oleksandr Tyshchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.