diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-13 15:04:48 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-13 16:09:36 +0000 |
| commit | a707a4977254636e25a2e3356f12e2b8488e55ff (patch) | |
| tree | de89087b9cdbf86ec0e90f0105a853306307746a /recipes-extended/xen | |
| parent | 8ebf75a123206a52272879a4157d5755332b4ac4 (diff) | |
| download | meta-virtualization-a707a4977254636e25a2e3356f12e2b8488e55ff.tar.gz | |
xen: update to RELEASE-4.21.0 -tip
This fixes the build against the lastest glibc, and we get a
few other bug fixes as well:
1c72306b1f domain: move vmtrace_alloc_buffer() invocation in vcpu_create()
999c6fadf7 vpci/msix: check for BARs enabled in vpci_make_msix_hole
8f3b637591 x86/ucode: Support discrete modules being CPIO archives
805e2b8ada x86/pv: Don't assume that INT $imm8 instructions are two bytes long
93614ffa48 x86/MCE: restore CPU vendor reporting to the outside world
e10f3ad869 tools/ocaml: fix 32-bit truncation bug in stub_xc_domain_setmaxmem()
1879637505 tools/sd-notify.h: Include string.h too
76dc2d6071 systemd: fall back to default system-sleep dir without systemd-devel
52356ca655 xenstored: Add newline to error message
4a7d2f18e5 libxl: constify some local variables for building with glibc 2.43
8061625411 tools/xenstored: fix live update
6adc1004f7 libxl: Fix device_add QMP calls with QEMU 9.2 and newer
55bb6db081 xen/cpufreq: fix usages of align_timer() in the on-demand governor
ae0708e940 xen/cpufreq: fix adjusting of sampling window on early exit
4778574053 common/domctl: xsm update for get_domain_state access
615199f05b VT-d: fix off-by-one when handling extra RMRR ranges
a7380f1437 xen: add non-executable stack note uniformly
14db25be36 xen/x86: fix usage of [[:blank:]] with BSD grep
99bd17462d EFI: Fix relocating ESRT for dom0
afaf4e7b50 SUPPORT.md: extend "lifetime"
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen')
| -rw-r--r-- | recipes-extended/xen/xen_4.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_4.21.bb b/recipes-extended/xen/xen_4.21.bb index 4c0b1581..c2f56a98 100644 --- a/recipes-extended/xen/xen_4.21.bb +++ b/recipes-extended/xen/xen_4.21.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | SRCREV ?= "afaf4e7b503ad3e79602b39064e58d6488d10f3d" | 1 | SRCREV ?= "1c72306b1f0b4dc533954f678361044f8083dccc" |
| 2 | 2 | ||
| 3 | XEN_REL ?= "4.21.0" | 3 | XEN_REL ?= "4.21.0" |
| 4 | XEN_BRANCH ?= "stable-4.21" | 4 | XEN_BRANCH ?= "stable-4.21" |
