![]() Bumping libvmi to version v0.10-1135-gdf8547f, which comprises the following commits: df8547f Set mem-range access, read wstrings, get last PF (#1095) fba6232 driver_wrapper: fix debug prints (#1094) 8f37f07 Xen: fix calculation of ram size (#1092) 071d81f Ensure that the third level descriptor is valid prior to returning (#1091) a2438e8 CMake: Adjust scope of linked libraries (#1089) d048e41 Kvm: Fix events not being processed during shutdown (#1038) 782bfff Implement SLAT for kvm (#1043) 9bf6b62 Fill offset field for singlestep events (#1088) 72ef3aa Add missing event clear wiring (#1087) e707440 Reduce cognitive complexity of kvm_events.c (#1086) bcc057c Add DIRTY bit definition (#1085) 12d3a8c Fix bug not looking up xc_domain_setmaxmem (#1084) d4f95a5 New physical page api (#1083) 1b47190 Feature/osx_support (#1078) b9691ca driver interface, xen driver: added prot flag to mmap interface (#1082) f47a568 Xen 4.18 support (#1081) 0332ac2 fix KPCR read on Windows x86 (#1077) 3c42697 examples: add missing long_opts array terminator (#1079) e2313cc Remove cached config entry as part of vmi_destroy function (#1076) 8a79057 Use actions/checkout@v3 (#1075) d5b0177 Sanitize input for PE parser (#1073) 0f832eb Symbol RVA translation for ELF executables and shared libraries (#1072) f2bfd4a Adding basic support for reading an ARM64 memory dump (#1070) d2f3fe9 Change xen vbd state check from 1 to 4 (#1069) 9166fd6 Revise Xen minor version sanity checking logic (#1068) 79ace5c Fix documentation url (#1067) c0edc27 Adjust xc_monitor_io availability (#1066) 3fe7e6e I/O event hooking, firmware type check (#1045) 63a6a2d Split complexity from scan-build CI test (#1065) a95e99e Calculate cognitive complexity score as part of scan-build (#1062) db93f47 Address to kernel symbol translation for windows (#1056) dd919a6 linux: use more strickt checks while initializing linux kaslr (#1060) 9dee43c Skip consecutive PD/PT entries for Windows 10 in vmi_get_va_pages (#1055) afb05d0 Fix x64 windows address translation (#1054) 5662dba Create SECURITY.md 36bcb2c Return success if whole region is unmapped (#1050) 38ff0db Fix struct layout warning in kvm.c (#1051) fecdb1f Revert "Revert "Limit single step dispatch to successful events to harmonize KVM / XEN behavior (#1040)" (#1047)" (#1049) b26888c Rework mem-event-example (#1048) 68a4a69 Revert "Limit single step dispatch to successful events to harmonize KVM / XEN behavior (#1040)" (#1047) 546e2e3 Fix vmi_read_str on page boundary (#1046) 78a9512 Limit single step dispatch to successful events to harmonize KVM / XEN behavior (#1040) 7328e9e Fix memory cache remove (#1042) 92f9f70 Kvm: Implement pause counter (#1039) 50d256b Pop pending events after pausing vm (#1026) 0cb5db8 Add support for new Xen event type for vm exits (#1036) 5edc478 Kvm: Flush pages from memory cache after write operation (#1035) ff2c1c9 Fix memory corruption in kvm interrupt event handling (#1034) 09be0ef cmake: add ZLIB detection (#1033) 932a87a vbd: fix uncompression of qcow2 cluster (#1032) 26152fc vbd: Add support for JSON format of qcow2 backing file description (#1030) afd541b vbd: Remove some copy-paste in qcow2 reading code (#1031) 1d17c98 vbd: Fix memory leak in uncompress_cluster (#1029) 6859024 Fix vmi_init_paging issue on ARM64/ZCU102 (#1028) 710b0a5 Fix double free corruption (#1027) 7c0c537 Kvm: Ensure monitor_intr_on ist set to false in error case (#1025) f51d3fd Add kvm support for swap/clear events (#1024) c87a1fb Remove xen includes from vbd.c (#1023) 45b32c0 Switch pid cache to g_direct_hash/equal (#1021) f108304 Use g_direct_hash/equal everywhere (#1020) b34cb61 Plug holes in events ABI and bump ABI version (#1019) f9db2f4 Use g_direct_hash/direct_equal for generic mem_events (#1018) 41600b6 Actually define __XS_EVENT_REASON_MAX (#1016) 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
BBFILE_PRIORITY_openembedded-layer = "4"
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.