[PATCH 0/5] maintainer updates for 9.0 (docker, plugin tests, deprecation, elf, semihosting)

Alex Bennée posted 5 patches 2 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH 0/5] maintainer updates for 9.0 (docker, plugin tests, deprecation, elf, semihosting)
Posted by Alex Bennée 2 months, 3 weeks ago
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