Home
last modified time | relevance | path

Searched refs:poweroff (Results 1 – 12 of 12) sorted by relevance

/qemu/tests/vm/
H A Dopenbsd76 poweroff = "halt -p" variable in OpenBSDVM
203 self.ssh_root(self.poweroff)
H A Dnetbsd76 poweroff = "/sbin/poweroff" variable in NetBSDVM
209 self.ssh_root(self.poweroff)
H A Dhaiku.x86_6454 poweroff = "shutdown" variable in HaikuVM
H A Dfreebsd122 self.ssh_root(self.poweroff)
H A Dbasevm.py84 poweroff = "poweroff" variable in BaseVM
462 self.ssh_root(self.poweroff)
/qemu/qapi/
H A Drun-state.json312 # @poweroff: system poweroff, the emulator program exits
326 'data': [ 'reset', 'shutdown', 'poweroff', 'pause', 'debug', 'none',
349 # @poweroff: Shutdown the VM and exit
356 'data': [ 'poweroff', 'pause' ] }
472 # @poweroff: system powers off (since 2.8)
479 'data': [ 'pause', 'poweroff', 'run' ] }
/qemu/hw/ppc/
H A De500.c156 gchar *poweroff = g_strdup_printf("%s/power-off", soc); in create_dt_mpc8xxx_gpio() local
171 qemu_fdt_add_subnode(fdt, poweroff); in create_dt_mpc8xxx_gpio()
172 qemu_fdt_setprop_string(fdt, poweroff, "compatible", "gpio-poweroff"); in create_dt_mpc8xxx_gpio()
173 qemu_fdt_setprop_cells(fdt, poweroff, "gpios", gpio_ph, 0, 0); in create_dt_mpc8xxx_gpio()
176 g_free(poweroff); in create_dt_mpc8xxx_gpio()
/qemu/docs/system/openrisc/
H A Dvirt.rst18 * SiFive Test device for poweroff and reboot
/qemu/docs/system/arm/
H A Dvirt.rst47 a system reset or system poweroff
/qemu/docs/devel/migration/
H A Dcompatibility.rst516 need the machine to poweroff/poweron on a fixed QEMU. And from now
/qemu/
H A Dqemu-options.hx4588 "-action shutdown=poweroff|pause\n"
4589 " action when guest shuts down [default=poweroff]\n"
4592 "-action watchdog=reset|shutdown|poweroff|inject-nmi|pause|debug|none\n"
4725 "-watchdog-action reset|shutdown|poweroff|inject-nmi|pause|debug|none\n" \
4733 shutdown the guest), ``poweroff`` (forcefully poweroff the guest),
H A Dhmp-commands.hx1412 .params = "[reset|shutdown|poweroff|pause|debug|none|inject-nmi]",