Revisions of qemu

Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 807)
- [openSUSE] supportconfig: Adapt plugin to modern supportconfig
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 806)
- [openSUSE] Add -p1 to autosetup in spec files
  * So patches can be applied easily (might be useful for development)

- Update to version 8.1.2:
  This fixes the following upstream issues:
   * https://gitlab.com/qemu-project/qemu/-/issues/1826
   * https://gitlab.com/qemu-project/qemu/-/issues/1834
   * https://gitlab.com/qemu-project/qemu/-/issues/1846
  It also contains a fix for:
   * CVE-2023-42467
  As well as several upstream backports (list available at:
  https://lore.kernel.org/qemu-devel/24dfb1c2-dc40-4841-893d-5d530638b684@tls.msk.ru/)

- Update to version 8.1.1:
  Upstream backports and bugfixes, among which:
   * tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR (Marc-Andr303251 Lureau)
   * meson: Fix targetos match for illumos and Solaris. (Jonathan Perkin)
   * s390x/ap: fix missing subsystem reset registration (Janosch Frank)
   * ui: fix crash when there are no active_console (Marc-Andr303251 Lureau)
   * virtio-gpu/win32: set the destroy function on load (Marc-Andr303251 Lureau)
   * target/riscv: Allocate itrigger timers only once (Akihiko Odaki)
   * target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes (Leon Schuermann)
   * target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0 (Daniel Henrique Barboza)
   * hw/riscv: virt: Fix riscv,pmu DT node path (Conor Dooley)
   * [...]
   * target/arm: Fix 64-bit SSRA (Richard Henderson)
   * target/arm: Fix SME ST1Q (Richard Henderson)
   * accel/kvm: Specify default IPA size for arm64 (Akihiko Odaki)
   * kvm: Introduce kvm_arch_get_default_type hook (Akihiko Odaki)
   * include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts (Thomas Huth)
   * target/s390x: Check reserved bits of VFMIN/VFMAX's M5 (Ilya Leoshkevich)
   * target/s390x: Fix VSTL with a large length (Ilya Leoshkevich)
   * target/s390x: Use a 16-bit immediate in VREP (Ilya Leoshkevich)
   * target/s390x: Fix the "ignored match" case in VSTRS (Ilya Leoshkevich)
  Full list available at:
   * https://lore.kernel.org/qemu-devel/d0d2ac8f-313a-c937-dc3a-88e45fce933c@tls.msk.ru/
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 805)
- Fix (bsc#1215486):
  * [openSUSE][RPM] spec: enable the Pipewire audio backend (bsc#1215486)
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 804)
- (Properly) fix: bsc#1213210
  * linux-user/elfload: Enable vxe2 on s390x
- Fix: bsc#1215677
  * optionrom: Remove build-id section
buildservice-autocommit accepted request 1111408 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 803)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 802)
- Fix bsc#1215311:
  * roms/ipxe: Backport 0aa2e4ec9635, in preparation of binutils 2.41 (bsc#1215311)
- Add mention to bsc#1211697
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 801)
- Fix the build for SLE/Leap:
  * [openSUSE][RPM] Make the package buildable on SLE/Leap 15.x
buildservice-autocommit accepted request 1110620 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 800)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 799)
- Update to QEMU 8.1.0 and other fixes

- This also (automatically) fixes:
  * bsc#1212850 (CVE-2023-3354)
  * bsc#1213001 (CVE-2023-3255)
  * bsc#1213925 (CVE-2023-3180)
  * bsc#1213414 (CVE-2023-3301)
  * bsc#1207205 (CVE-2023-0330)
  * bsc#1212968 (CVE-2023-2861)
  * bsc#1179993, bsc#1181740  

M    _servicedata
D    qemu-8.0.4.tar.xz
A    qemu-8.1.0.tar.xz
M    qemu-linux-user.spec
M    qemu.changes
M    qemu.spec

Diff for working copy: .
Index: _servicedata
===================================================================

--- _servicedata	(revision 2a47564838001cdacbfd9ffc769adb35)
+++ _servicedata	(working copy)
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/opensuse/qemu.git</param>
-              <param name="changesrevision">96a23f02450fe583ce5c805f2293225ec5fdf46c</param></service></servicedata>
\ No newline at end of file
buildservice-autocommit accepted request 1103082 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 798)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 797)
- perl-Text-Markdown is not available in all distros and for all
  arch-es. Use discount instead
- Patches added:
  * [openSUSE][spec] Use discount instead of perl-Text-Markdown
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 796)
- Update to version 8.0.4:
  * Official changelog not released on the mailing list yet
  * Security issues fixed:
    - bsc#1212850 (CVE-2023-3354)
    - bsc#1213001 (CVE-2023-3255)
    - bsc#1213925 (CVE-2023-3180)
    - bsc#1207205 (CVE-2023-0330)
buildservice-autocommit accepted request 1101031 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 795)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 794)
- Add bug reference to the changelog
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 793)
- Patches added:
  * hw/ide/piix: properly initialize the BMIBA register
  * ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)
buildservice-autocommit accepted request 1099120 from Ana Guerrero's avatar Ana Guerrero (anag+factory) (revision 792)
baserev update by copy to link target
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1099119 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 791)
  * See full log: https://lists.nongnu.org/archive/html/qemu-stable/2023-07/msg00086.html
  * Security issues fixed:
    - 9pfs: prevent opening special files (CVE-2023-2861) 
    - vhost-vdpa (CVE-2023-3301)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1099065 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 790)
  * Stability, security and bug fixes
  * Use the official xkb name for Arabic layout, not the
    legacy synonym (bsc#1212966)
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 789)
- Include the new tarball (and remove the old one)
Dario Faggioli's avatar Dario Faggioli (dfaggioli) committed (revision 788)
- Update to version 8.0.3:
  * [openSUSE][RPM] Update to version 8.0.3
Displaying revisions 61 - 80 of 867
openSUSE Build Service is sponsored by