diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2020-10-03 21:43:54 +0300 |
---|---|---|
committer | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2020-11-06 08:27:45 +0200 |
commit | 916e4dd97804d410d3cdcc22ae12fc566aa41774 (patch) | |
tree | 26a24593e9b2a7135a59c1b17c0f89e1c5036a43 /meta-egvirt/README.md | |
parent | 26dc09e04a625028ebf45bc3acd40ce43b2e812c (diff) |
Return meta-egvirt layer for AGL virtualization
At the moment, this layer is planned to be used to implement
virtio-aarch64 machine intended to be used in virtualized environments.
This partially reverts commit:
0abaf1d Cleanup of meta-agl-devel for HH
Bug-AGL: SPEC-3668
Change-Id: I73f140d7941edaad8e482f143bfcc296823d21b7
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'meta-egvirt/README.md')
-rw-r--r-- | meta-egvirt/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-egvirt/README.md b/meta-egvirt/README.md new file mode 100644 index 00000000..dee4f843 --- /dev/null +++ b/meta-egvirt/README.md @@ -0,0 +1,28 @@ +Virtualization support (meta-egvirt) +====================================================== + +meta-egvirt is the AGL Virtualization Expert Group (EG-VIRT) layer. It aims to +design, test, implement and assess virtualization technologies (containers, +hypervisors, system partitioners and other solutions) for AGL ARMv8 and Intel +platforms. + +From the software side, VirtIO standards are considered as a common framework to +provide virtualized devices. Developing standardized solutions reduces community +fragmentation and increases freedom to choose hypervisor and SoC. + +From the hardware side, the primary target of such work is for the time being +the Reference Hardware development platform which uses the Renesas R-Car H3 SoC +(ARMv8). Other solutions will be added in future, depending on their +availability and on the community interest. + +Maintainers: + Mikhail Golubev <mikhail.golubev@opensynergy.com> + +References +------------------------------------------------------ +EG-VIRT wikipage: + https://wiki.automotivelinux.org/eg-virt +EG-VIRT meetings: + https://wiki.automotivelinux.org/eg-virt-meetings +EG-RHSA wikipage: + https://wiki.automotivelinux.org/eg-rhsa |