![]() Bumping kvmtool to latest, which comprises the following commits: 6d754d0 Reset all VCPUs before any entering run loops 9b26a8e arm64: Increase the payload memory region size to 512MB 32345de arm64: Use the kernel header image_size when loading into memory ca57fb6 arm: Check return value for host_to_guest_flat() 167aa1e arm: Fix off-by-one errors when computing payload memory layout 2be69d9 builtin-run: Allow octal and hex numbers for -m/--mem 574bd7b riscv: Pass correct size to snprintf() 3040b29 riscv: Add Zimop extension support 1f0e5ba riscv: Add Zcmop extension support 9f50870 riscv: Add Zcf extension support 80d2e0c riscv: Add Zcd extension support 78bafd5 riscv: Add Zcb extension support 4b8b352 riscv: Add Zca extension support c7a4bd9 riscv: Add Zawrs extension support b862ed4 Sync-up headers with Linux-6.11 kernel b48735e disk/core: Fix memory leakage in open all disks 100fade riscv: Correct number of hart bits 027784f riscv: Set SBI_SUCCESS on successful DBCN call fa958fb riscv: Add Sscofpmf extensiona support 0117153 Sync-up headers with Linux-6.10 kernel 0592f8f remove wordsize.h inclusion (for musl compatibility) ca31abf arm64: Allow the user to select the max SVE vector length 32f8103 riscv: Add Zacas extensiona support a20adc6 riscv: Add Ztso extensiona support 85aaadf Sync-up headers with Linux-6.9 kernel da4cfc3 x86: Fix some memory sizes when setting up bios d38c8f7 riscv: Allow disabling SBI STA extension for Guest 9cf213d riscv: Add Zfa extensiona support 5a64c1e riscv: Add Zvfh[min] extensions support fce2865 riscv: Add Zihintntl extension support bd7f13c riscv: Add Zfh[min] extensions support 65b58f7 riscv: Add vector crypto extensions support d9052a9 riscv: Add scalar crypto extensions support 8b4cc70 riscv: Add Zbc extension support f8c9614 kvmtool: Fix absence of __packed definition 9968468 Sync-up headers with Linux-6.8 for KVM RISC-V 4d2c017 Fix 9pfs open device file security flaw Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
classes | ||
conf | ||
docs | ||
dynamic-layers | ||
files | ||
lib/oeqa/runtime/cases | ||
recipes-containers | ||
recipes-core | ||
recipes-demo | ||
recipes-devtools | ||
recipes-extended | ||
recipes-graphics/xorg-xserver | ||
recipes-kernel | ||
recipes-networking | ||
scripts | ||
wic | ||
.gitignore | ||
COPYING.MIT | ||
MAINTAINERS | ||
meta-virt-roadmap.txt | ||
README.md | ||
SECURITY.md |
meta-virtualization
This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.
The bbappend files for some recipes (e.g. linux-yocto) in this layer need to have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add in configuration file the following line.
DISTRO_FEATURES:append = " virtualization"
If meta-virtualization is included, but virtualization is not enabled as a distro feature a warning is printed at parse time:
You have included the meta-virtualization layer, but
'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files
may not take effect. See the meta-virtualization README for details on enabling
virtualization support.
If you know what you are doing, this warning can be disabled by setting the following variable in your configuration:
SKIP_META_VIRT_SANITY_CHECK = 1
Depending on your use case, there are other distro features in meta-virtualization that may also be enabled:
- xen: enables xen functionality in various packages (kernel, libvirt, etc)
- kvm: enables KVM configurations in the kernel and autoloads modules
- k8s: enables kubernets configurations in the kernel, tools and configuration
- aufs: enables aufs support in docker and linux-yocto
- x11: enable xen and libvirt functionality related to x11
- selinux: enables functionality in libvirt and lxc
- systemd: enable systemd services and unit files (for recipes for support)
- sysvinit: enable sysvinit scripts (for recipes with support)
- seccomp: enable seccomp support for packages that have the capability.
Dependencies
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD prio: default
URI: git://github.com/openembedded/meta-openembedded.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python
Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Required for Ceph: URI: git://git.yoctoproject.org/meta-cloud-services branch: master revision: HEAD prio: default
Required for cri-o: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Community / Colaboration
Repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/ Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel
Maintenance
Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org
Maintainer: Bruce Ashfield bruce.ashfield@gmail.com see MAINTAINERS for more specific information
When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
License
All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.