qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
	"Roth, Michael" <Michael.Roth@amd.com>
Subject: [Stable-9.0.1 00/44] Patch Round-up for stable 9.0.1, freeze on 2024-06-07
Date: Mon, 27 May 2024 11:20:51 +0300	[thread overview]
Message-ID: <qemu-stable-9.0.1-20240527112053@cover.tls.msk.ru> (raw)

The following patches are queued for QEMU stable v9.0.1:

  https://gitlab.com/qemu-project/qemu/-/commits/staging-9.0

Patch freeze is 2024-06-07, and the release is planned for 2024-06-09:

  https://wiki.qemu.org/Planning/9.0

Please respond here or CC qemu-stable@nongnu.org on any additional patches
you think should (or shouldn't) be included in the release.

The changes which are staging for inclusion, with the original commit hash
from master branch, are given below the bottom line.

Thanks!

/mjt

--------------------------------------
01 2cc637f1ea08 Li Zhijian:
   migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion 
   `!qemu_in_coroutine()' failed.
02 04f6fb897a5a Michael Tokarev:
   linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
03 838f82468a12 Zhao Liu:
   docs: i386: pc: Update maximum CPU numbers for PC Q35
04 ae6d91a7e9b7 Zhu Yangyang:
   nbd/server: do not poll within a coroutine context
05 4fa333e08dd9 Eric Blake:
   nbd/server: Mark negotiation functions as coroutine_fn
06 06479dbf3d7d Li Zhijian:
   backends/cryptodev-builtin: Fix local_error leaks
07 0cbb322f70e8 Michael Tokarev:
   target/loongarch/cpu.c: typo fix: expection
08 e4426353175f Daniel Henrique Barboza:
   target/riscv/kvm: remove sneaky strerrorname_np() instance
09 7b19a3554d2d Richard Henderson:
   target/arm: Restrict translation disabled alignment check to VMSA
10 dcc5c018c7e6 Peter Maydell:
   tests/avocado: update sunxi kernel from armbian to 6.6.16
11 a88a04906b96 Thomas Huth:
   .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
12 f2c8aeb1afef Jeuk Kim:
   hw/ufs: Fix buffer overflow bug
13 4b00855f0ee2 Alexandra Diupina:
   hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
14 eb656a60fd93 Philippe Mathieu-Daudé:
   hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
15 c365e6b07057 Philippe Mathieu-Daudé:
   target/sh4: Fix ADDV opcode
16 e88a856efd1d Philippe Mathieu-Daudé:
   target/sh4: Fix SUBV opcode
17 e096d370ad87 Philippe Mathieu-Daudé:
   plugins: Update stale comment
18 6a5a63f74ba5 Ruihan Li:
   target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
19 7b616f36de0b Richard Henderson:
   target/sparc: Fix FEXPAND
20 9157dccc7e71 Richard Henderson:
   target/sparc: Fix FMUL8x16
21 a859602c746b Richard Henderson:
   target/sparc: Fix FMUL8x16A{U,L}
22 be8998e046c2 Richard Henderson:
   target/sparc: Fix FMULD8*X16
23 d3ef26afde77 Richard Henderson:
   target/sparc: Fix FPMERGE
24 ca51921158e3 Richard Henderson:
   target/sh4: Update DisasContextBase.insn_start
25 54c52ec719fb Song Gao:
   hw/loongarch/virt: Fix memory leak
26 e6578f1f68a0 Mattias Nissler:
   hw/remote/vfio-user: Fix config space access byte order
27 41c685dc59bb Paolo Bonzini:
   target/i386: fix operand size for DATA16 REX.W POPCNT
28 40a3ec7b5ffd Paolo Bonzini:
   target/i386: rdpkru/wrpkru are no-prefix instructions
29 fe01af5d47d4 Paolo Bonzini:
   target/i386: fix feature dependency for WAITPKG
30 23b1f53c2c89 Paolo Bonzini:
   configure: quote -D options that are passed through to meson
31 371d60dfdb47 Thomas Huth:
   configure: Fix error message when C compiler is not working
32 37e91415018d hikalium:
   ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
33 e4e62514e3cc Dongwon Kim:
   ui/gtk: Check if fence_fd is equal to or greater than 0
34 c9290dfebfdb Richard Henderson:
   tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regs
35 2563be6317fa Gerd Hoffmann:
   hw/pflash: fix block write start
36 84d4b7285486 donsheng:
   target-i386: hyper-v: Correct kvm_hv_handle_exit return value
37 9710401276a0 Fiona Ebner:
   hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
38 07c0866103d4 Song Gao:
   target/loongarch/kvm: fpu save the vreg registers high 192bit
39 b11f9814526b Song Gao:
   hw/loongarch: Fix fdt memory node wrong 'reg'
40 6204af704a07 Jiaxun Yang:
   hw/loongarch/virt: Fix FDT memory node address width
41 bad7a2759c69 Daniel P. Berrangé:
   dockerfiles: add 'MAKE' env variable to remaining containers
42 8225bff7c5db Paolo Bonzini:
   target/i386: disable jmp_opt if EFLAGS.RF is 1
43 f0f0136abba6 Paolo Bonzini:
   target/i386: no single-step exception after MOV or POP SS
44 36fa7c686e9e Richard Henderson:
   gitlab: Update msys2-64bit runner tags


             reply	other threads:[~2024-05-27  8:26 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-27  8:20 Michael Tokarev [this message]
2024-05-27  8:20 ` [Stable-9.0.1 01/44] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 02/44] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 03/44] docs: i386: pc: Update maximum CPU numbers for PC Q35 Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 04/44] nbd/server: do not poll within a coroutine context Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 05/44] nbd/server: Mark negotiation functions as coroutine_fn Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 06/44] backends/cryptodev-builtin: Fix local_error leaks Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 07/44] target/loongarch/cpu.c: typo fix: expection Michael Tokarev
2024-05-27  8:20 ` [Stable-9.0.1 08/44] target/riscv/kvm: remove sneaky strerrorname_np() instance Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 09/44] target/arm: Restrict translation disabled alignment check to VMSA Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 10/44] tests/avocado: update sunxi kernel from armbian to 6.6.16 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 11/44] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 12/44] hw/ufs: Fix buffer overflow bug Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 13/44] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 14/44] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 15/44] target/sh4: Fix ADDV opcode Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 16/44] target/sh4: Fix SUBV opcode Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 17/44] plugins: Update stale comment Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 18/44] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 19/44] target/sparc: Fix FEXPAND Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 20/44] target/sparc: Fix FMUL8x16 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 21/44] target/sparc: Fix FMUL8x16A{U,L} Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 22/44] target/sparc: Fix FMULD8*X16 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 23/44] target/sparc: Fix FPMERGE Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 24/44] target/sh4: Update DisasContextBase.insn_start Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 25/44] hw/loongarch/virt: Fix memory leak Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 26/44] hw/remote/vfio-user: Fix config space access byte order Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 27/44] target/i386: fix operand size for DATA16 REX.W POPCNT Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 28/44] target/i386: rdpkru/wrpkru are no-prefix instructions Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 29/44] target/i386: fix feature dependency for WAITPKG Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 30/44] configure: quote -D options that are passed through to meson Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 31/44] configure: Fix error message when C compiler is not working Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 32/44] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 33/44] ui/gtk: Check if fence_fd is equal to or greater than 0 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 34/44] tcg/loongarch64: Fill out tcg_out_{ld, st} for vector regs Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 35/44] hw/pflash: fix block write start Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 36/44] target-i386: hyper-v: Correct kvm_hv_handle_exit return value Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 37/44] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 38/44] target/loongarch/kvm: fpu save the vreg registers high 192bit Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 39/44] hw/loongarch: Fix fdt memory node wrong 'reg' Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 40/44] hw/loongarch/virt: Fix FDT memory node address width Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 41/44] dockerfiles: add 'MAKE' env variable to remaining containers Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 42/44] target/i386: disable jmp_opt if EFLAGS.RF is 1 Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 43/44] target/i386: no single-step exception after MOV or POP SS Michael Tokarev
2024-05-27  8:21 ` [Stable-9.0.1 44/44] gitlab: Update msys2-64bit runner tags Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qemu-stable-9.0.1-20240527112053@cover.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=Michael.Roth@amd.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).