diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-25 03:28:19 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-25 03:28:19 +0000 |
commit | db81cacee33d877f0f143a605705adc49847a76e (patch) | |
tree | d99989b2c6d9bf2f19163400eeaac59a8de7409e | |
parent | 8767e5bc8e0f8a1cf1eaeb0a5bcb7118d8042acc (diff) | |
download | meta-virtualization-db81cacee33d877f0f143a605705adc49847a76e.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libvmi/libvmi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
12 | file://0001-Build-vbd-only-when-xen-is-enabled.patch \ | 12 | file://0001-Build-vbd-only-when-xen-is-enabled.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "df8547ff075d4352db2eb802775b7fa7a92756db" | 15 | SRCREV = "f02aeb751fd27bd4ae753dcd5904a4ef3232821e" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||