mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ch-remote: Add support for "power-button"
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -464,6 +464,7 @@ fn main() {
|
|||||||
.subcommand(SubCommand::with_name("counters").about("Counters from the VM"))
|
.subcommand(SubCommand::with_name("counters").about("Counters from the VM"))
|
||||||
.subcommand(SubCommand::with_name("pause").about("Pause the VM"))
|
.subcommand(SubCommand::with_name("pause").about("Pause the VM"))
|
||||||
.subcommand(SubCommand::with_name("reboot").about("Reboot the VM"))
|
.subcommand(SubCommand::with_name("reboot").about("Reboot the VM"))
|
||||||
|
.subcommand(SubCommand::with_name("power-button").about("Trigger a power button in the VM"))
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("resize")
|
SubCommand::with_name("resize")
|
||||||
.about("Resize the VM")
|
.about("Resize the VM")
|
||||||
|
|||||||
Reference in New Issue
Block a user