mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
44 lines
1.6 KiB
BlitzBasic
44 lines
1.6 KiB
BlitzBasic
DESCRIPTION = "An introspection library, written in C, focused on reading \
|
|
and writing memory from virtual machines (VM's)."
|
|
HOMEPAGE = "https://github.com/libvmi/libvmi"
|
|
LICENSE = "LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|
SECTION = "console/tools"
|
|
PV = "0.14.0+git"
|
|
|
|
DEPENDS = "libvirt libcheck bison fuse bison-native flex-native autoconf-archive-native"
|
|
|
|
SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \
|
|
file://0001-Build-vbd-only-when-xen-is-enabled.patch \
|
|
"
|
|
|
|
SRCREV = "df8547ff075d4352db2eb802775b7fa7a92756db"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
# Noramlly dynamic libs would be of the form libXX.so.1.0.0 in which case
|
|
# bitbake should be able to properly populate the -dev package and the main
|
|
# packages. Since libvmi uses the form libXX.1.0.0.so it breaks this automatic
|
|
# packaging so we need to be more explicit about what goes where.
|
|
FILES:${PN} += "${libdir}/libvmi-0.9.so"
|
|
FILES:${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \
|
|
${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig \
|
|
${datadir}/aclocal ${base_libdir}/*.o \
|
|
${libdir}/${BPN}/*.la ${base_libdir}/*.la"
|
|
|
|
PACKAGECONFIG ??= "json-c"
|
|
PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen,"
|
|
PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm,"
|
|
PACKAGECONFIG[json-c] = ",,json-c,"
|
|
|
|
# We include a sample conf file to which we have added
|
|
do_install:append () {
|
|
mkdir ${D}${sysconfdir}
|
|
cp etc/*.conf ${D}${sysconfdir}
|
|
}
|
|
|
|
# Construction of grammar.h is not parallel safe.
|
|
PARALLEL_MAKE = "-j1"
|