This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig in repository toolchain/ci/qemu.
from 657ee88ef3 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 164dafd174 remove preconfig state adds b4e1a34211 vl: remove separate preconfig main_loop adds 8fafaa04c3 vl: allow -incoming defer with -preconfig adds ba87e43481 vl: extract softmmu/runstate.c adds c5e3c9182d vl: extract softmmu/globals.c adds f66dc8737c vl: move all generic initialization out of vl.c adds 5a1ee6077b chardev: do not use machine_init_done adds 2f181fbd5a machine: introduce MachineInitPhase adds 55810e90cc ppc/spapr: cleanup -machine pseries,nvdimm=X handling adds f2ce39b4f0 vl: make qemu_get_machine_opts static adds 0572f558cb plugin: propagate errors adds 0a2949e0be memory: allow creating MemoryRegions before accelerators adds ebe3444468 monitor: allow quitting while in preconfig state adds e6dba04813 qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown adds 2a5ad60b54 vl: Add an -action option specifying response to guest events adds c753e8e725 vl: Add option to avoid stopping VM upon guest panic adds c9ca89a907 qtest/pvpanic: Test panic option that allows VM to continue adds 58cf0f86d4 msix: assert that accesses are within bounds adds 4bfb024bc7 memory: clamp cached translation in case it points to an MMI [...] adds e76f68d3cc accel/tcg: Remove deprecated '-tb-size' option adds 2c5060cd32 docs/system: Move the list of removed features to a separate file adds c8c9dc42b7 Remove the deprecated -realtime option adds 90d6a086bb Remove the deprecated -show-cursor option adds 835cbd8d44 icount: improve exec nocache usage adds cfd4e36352 scsi: fix device removal race vs IO restart callback on resume adds 4054adbdd2 kvm: Take into account the unaligned section size when prepa [...] adds 924e9b0da9 qemu-option: simplify search for end of key adds 45c53fe64c qemu-option: pass QemuOptsList to opts_accepts_any adds 7245ca7411 vl: rename local variable in configure_accelerators adds daf07a6714 docs: set CONFDIR when running sphinx adds 98199a654c hw/core: Restrict 'fw-path-provider.c' to system mode emulation adds 6a4757fe51 qemu/atomic: Drop special case for unsupported compiler adds 19a84318c6 accel/tcg: Remove special case for GCC < 4.6 adds 44cb2c9fe5 compiler.h: remove GCC < 3 __builtin_expect fallback adds 53b5d954f2 qemu-plugin.h: remove GCC < 4 adds 77d35c83d3 tests: remove GCC < 4 fallbacks adds db5deef996 virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON adds 28f86163a4 compiler.h: explicit case for Clang printf attribute adds b8f02d1616 poison: remove GNUC check adds d55e5bd15a xen: remove GNUC check adds 4e063f7b29 compiler: remove GNUC check adds 36c5e0b8ef linux-user: remove GNUC check adds 07b35a23c3 compiler.h: remove QEMU_GNUC_PREREQ adds a1bcbb485c scripts/git.orderfile: Keep files with .inc extension sorted adds bbd2d5a812 build: -no-pie is no functional linker flag adds af3f37319c Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 + accel/kvm/kvm-all.c | 18 +- accel/tcg/cpu-exec.c | 4 +- accel/tcg/translate-all.c | 2 +- chardev/char-mux.c | 38 +- chardev/chardev-sysemu.c | 69 --- chardev/meson.build | 2 +- configure | 3 - docs/meson.build | 2 +- docs/system/deprecated.rst | 246 -------- docs/system/index.rst | 1 + docs/system/removed-features.rst | 243 ++++++++ hmp-commands.hx | 1 + hw/arm/boot.c | 2 +- hw/core/machine-qmp-cmds.c | 7 +- hw/core/machine.c | 54 +- hw/core/meson.build | 2 +- hw/core/qdev.c | 28 +- hw/microblaze/boot.c | 9 +- hw/nios2/boot.c | 9 +- hw/pci/msix.c | 3 + hw/pci/pci.c | 2 +- hw/ppc/e500.c | 5 +- hw/ppc/spapr.c | 13 + hw/ppc/spapr_nvdimm.c | 14 +- hw/ppc/virtex_ml507.c | 2 +- hw/riscv/sifive_u.c | 6 +- hw/riscv/virt.c | 6 +- hw/scsi/scsi-bus.c | 4 + hw/usb/core.c | 2 +- hw/virtio/virtio-iommu.c | 2 +- hw/xtensa/xtfpga.c | 9 +- include/chardev/char.h | 6 +- include/exec/cpu-common.h | 3 + include/exec/exec-all.h | 3 - include/exec/poison.h | 2 - include/hw/qdev-core.h | 33 +- include/hw/xen/interface/io/ring.h | 9 - include/qapi/qmp/dispatch.h | 1 + include/qemu/atomic.h | 17 - include/qemu/compiler.h | 45 +- include/qemu/plugin.h | 4 +- include/qemu/qemu-plugin.h | 9 +- include/sysemu/runstate-action.h | 19 + include/sysemu/runstate.h | 1 - include/sysemu/sysemu.h | 7 +- linux-user/main.c | 4 +- linux-user/strace.c | 4 - monitor/hmp.c | 7 +- monitor/qmp-cmds.c | 13 +- pc-bios/optionrom/Makefile | 1 - plugins/loader.c | 34 +- qapi/control.json | 3 +- qapi/qmp-dispatch.c | 5 +- qapi/run-state.json | 79 ++- qemu-options.hx | 54 +- scripts/cocci-macro-file.h | 1 - scripts/git.orderfile | 3 + softmmu/device_tree.c | 2 +- softmmu/globals.c | 72 +++ softmmu/memory.c | 12 +- softmmu/meson.build | 3 + softmmu/physmem.c | 10 + softmmu/qdev-monitor.c | 34 +- softmmu/runstate-action.c | 46 ++ softmmu/runstate.c | 812 ++++++++++++++++++++++++++ softmmu/vl.c | 1077 ++++------------------------------- stubs/machine-init-done.c | 8 - stubs/meson.build | 2 +- stubs/qmp-command-available.c | 7 + tests/migration/guestperf/engine.py | 2 +- tests/qtest/fuzz-test.c | 51 ++ tests/qtest/pvpanic-test.c | 26 +- tests/qtest/qmp-test.c | 2 +- tests/tcg/arm/fcvt.c | 8 +- tools/virtiofsd/fuse_common.h | 11 +- ui/console.c | 2 +- ui/sdl2.c | 5 +- util/qemu-option.c | 58 +- 79 files changed, 1832 insertions(+), 1595 deletions(-) delete mode 100644 chardev/chardev-sysemu.c create mode 100644 docs/system/removed-features.rst create mode 100644 include/sysemu/runstate-action.h create mode 100644 softmmu/globals.c create mode 100644 softmmu/runstate-action.c create mode 100644 softmmu/runstate.c delete mode 100644 stubs/machine-init-done.c create mode 100644 stubs/qmp-command-available.c