Skip to content

Add `QEMU_NO_QMP` and `QEMU_POWERDOWN_TIMEOUT`

Alex Thomae requested to merge qmp/add-disable into master
  • QEMU_NO_QMP=1 - disable the graceful shutdown handler, as well as QMP (default: not set)
  • QEMU_POWERDOWN_TIMEOUT - number of seconds to wait after a graceful shutdown before issuing quit (default: 120)

Merge request reports