From db81cacee33d877f0f143a605705adc49847a76e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 25 Mar 2025 03:28:19 +0000 Subject: [PATCH] libvmi: update v0.14.0-tip Bumping libvmi to version v0.10-1144-gf02aeb7, which comprises the following commits: f02aeb7 implement Windows PTE resolving (#1074) 8f9b010 update memory size properties as modified by daf350644dc in mmap logic (#1097) 60ddb31 Add KF/x's rwmem to examples (#1107) 033a0ec Add vmi_get_domain_status and Xen driver implementation (#1106) 932c602 add vmi_mmap_guest_pa method (#1103) bdb9ffb Fix memory leak in read-disk-example.c (#1102) 2d7258b Move mmap option from source to CMake config (#1101) c85b701 Export events.h only once if multiple drivers support it (#1100) ea5d6ad Remove centos CI tests (#1099) df8547f Set mem-range access, read wstrings, get last PF (#1095) Signed-off-by: Bruce Ashfield --- recipes-extended/libvmi/libvmi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index c812cf17..353cdf91 100644 --- a/recipes-extended/libvmi/libvmi_git.bb +++ b/recipes-extended/libvmi/libvmi_git.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \ file://0001-Build-vbd-only-when-xen-is-enabled.patch \ " -SRCREV = "df8547ff075d4352db2eb802775b7fa7a92756db" +SRCREV = "f02aeb751fd27bd4ae753dcd5904a4ef3232821e" S = "${WORKDIR}/git"