Accepting request 1208480 from Virtualization
- Bug and CVE fixes: * softmmu/physmem: fix memory leak in dirty_memory_extend() * softmmu: Support concurrent bounce buffers (bsc#1230915, CVE-2024-8612) * accel/kvm: check for KVM_CAP_READONLY_MEM on VM (bsc#1231519) - Fix bsc#1231519 and bsc#1230140: * accel/kvm: check for KVM_CAP_READONLY_MEM on VM OBS-URL: https://build.opensuse.org/request/show/1208480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qemu?expand=0&rev=278
This commit is contained in:
commit
4d87c6e2fd
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/opensuse/qemu.git</param>
|
<param name="url">https://github.com/opensuse/qemu.git</param>
|
||||||
<param name="changesrevision">d6950a38c1c779c678bd1f64e8685ddf7af43e53</param></service></servicedata>
|
<param name="changesrevision">0dbd22c0dd1c7781582a94bc4d4f55daaab27158</param></service></servicedata>
|
BIN
qemu-9.1.0.obscpio
(Stored with Git LFS)
BIN
qemu-9.1.0.obscpio
(Stored with Git LFS)
Binary file not shown.
20
qemu.changes
20
qemu.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 14:39:46 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
- Bug and CVE fixes:
|
||||||
|
* softmmu/physmem: fix memory leak in dirty_memory_extend()
|
||||||
|
* softmmu: Support concurrent bounce buffers (bsc#1230915, CVE-2024-8612)
|
||||||
|
* accel/kvm: check for KVM_CAP_READONLY_MEM on VM (bsc#1231519)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 17:02:49 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
- Fix bsc#1231519 and bsc#1230140:
|
||||||
|
* accel/kvm: check for KVM_CAP_READONLY_MEM on VM
|
||||||
|
* target/ppc: Fix lxvx/stxvx facility check
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 11 17:42:03 UTC 2024 - dfaggioli@suse.com
|
Wed Sep 11 17:42:03 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
@ -52,6 +67,11 @@ Thu Sep 05 15:16:09 UTC 2024 - dfaggioli@suse.com
|
|||||||
* x86: CPU emulation support for Icelake-Server-v7, SapphireRapids-v3,
|
* x86: CPU emulation support for Icelake-Server-v7, SapphireRapids-v3,
|
||||||
and SierraForest
|
and SierraForest
|
||||||
|
|
||||||
|
The following bugs/CVEs were solved (in 9.0.x) with backports that are
|
||||||
|
now included in 9.1 upstream:
|
||||||
|
- CVE-2024-4467 (bsc#1227322)
|
||||||
|
- CVE-2024-7409 (bsc#1229007)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 17:15:25 UTC 2024 - dfaggioli@suse.com
|
Tue Aug 27 17:15:25 UTC 2024 - dfaggioli@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: qemu
|
name: qemu
|
||||||
version: 9.1.0
|
version: 9.1.0
|
||||||
mtime: 1726073275
|
mtime: 1729087038
|
||||||
commit: d6950a38c1c779c678bd1f64e8685ddf7af43e53
|
commit: 0dbd22c0dd1c7781582a94bc4d4f55daaab27158
|
||||||
|
Loading…
Reference in New Issue
Block a user