summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-14 20:40:08 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:20 +0000
commit623219b362172f74ddeb16cca6bead7c640a3e48 (patch)
treee9515603e3acad2d0360c32a12328433fa6592c8
parent21204daacb323a68d204542fc75ec555254842d4 (diff)
downloadmeta-virtualization-623219b362172f74ddeb16cca6bead7c640a3e48.tar.gz
libvmi: update -tip
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>
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index aa7fabb6..c812cf17 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
15SRCREV = "41600b602815a9c42620cd5a96c5b88739fc6d9b" 15SRCREV = "df8547ff075d4352db2eb802775b7fa7a92756db"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18