qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] maintainer updates for 9.0 (docker, plugin tests, deprecation, elf, semihosting)
@ 2024-02-01 12:28 Alex Bennée
  2024-02-01 12:28 ` [PATCH 1/5] tests/docker: Add sqlite3 module to openSUSE Leap container Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alex Bennée @ 2024-02-01 12:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel Henrique Barboza, Alex Bennée, Weiwei Li, Bin Meng,
	Laurent Vivier, Jiaxun Yang, Palmer Dabbelt, devel, Paolo Bonzini,
	Alistair Francis, Max Filippov, Marek Vasut, Liu Zhiwei,
	Thomas Huth, qemu-riscv, Wainer dos Santos Moschetta,
	Aleksandar Rikalo, Beraldo Leal, Aurelien Jarno,
	Philippe Mathieu-Daudé, Chris Wulff

A fairly random collection of fixes in this tree. I've still got a
report of openbsd rebuilding which is confusing me but I didn't want
to hold up getting eyes on real fixes.

The plugins register support may get added to the PR if it gets any
review.

The following need review:

  Revert "hw/elf_ops: Ignore loadable segments with zero size"
  docs: mark CRIS support as deprecated

Alex.

Alex Bennée (2):
  docs: mark CRIS support as deprecated
  Revert "hw/elf_ops: Ignore loadable segments with zero size"

Fabiano Rosas (1):
  tests/docker: Add sqlite3 module to openSUSE Leap container

Paolo Bonzini (2):
  configure: run plugin TCG tests again
  kconfig: use "select" to enable semihosting

 docs/about/deprecated.rst                     |  8 ++
 configure                                     |  3 +
 configs/devices/m68k-softmmu/default.mak      |  2 -
 configs/devices/mips-softmmu/common.mak       |  3 -
 configs/devices/nios2-softmmu/default.mak     |  2 -
 configs/devices/riscv32-softmmu/default.mak   |  2 -
 configs/devices/riscv64-softmmu/default.mak   |  2 -
 configs/devices/xtensa-softmmu/default.mak    |  2 -
 include/hw/elf_ops.h                          | 75 +++++++++----------
 target/m68k/Kconfig                           |  1 +
 target/mips/Kconfig                           |  1 +
 target/nios2/Kconfig                          |  1 +
 target/riscv/Kconfig                          |  2 +
 target/xtensa/Kconfig                         |  1 +
 tests/docker/dockerfiles/opensuse-leap.docker |  1 +
 tests/lcitool/mappings.yml                    |  4 +
 tests/lcitool/projects/qemu.yml               |  1 +
 17 files changed, 59 insertions(+), 52 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-01 13:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 12:28 [PATCH 0/5] maintainer updates for 9.0 (docker, plugin tests, deprecation, elf, semihosting) Alex Bennée
2024-02-01 12:28 ` [PATCH 1/5] tests/docker: Add sqlite3 module to openSUSE Leap container Alex Bennée
2024-02-01 12:28 ` [PATCH 2/5] docs: mark CRIS support as deprecated Alex Bennée
2024-02-01 12:45   ` Thomas Huth
2024-02-01 12:28 ` [PATCH 3/5] configure: run plugin TCG tests again Alex Bennée
2024-02-01 12:28 ` [PATCH 4/5] Revert "hw/elf_ops: Ignore loadable segments with zero size" Alex Bennée
2024-02-01 12:53   ` Thomas Huth
2024-02-01 13:01   ` Peter Maydell
2024-02-01 12:28 ` [PATCH 5/5] kconfig: use "select" to enable semihosting Alex Bennée
2024-02-01 12:43   ` Thomas Huth

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).