Update drivers/qemu/driver.go

This commit is contained in:
Michael Schurter 2018-10-17 17:42:01 -05:00 committed by Preetha
parent 93eb048b87
commit af3e9adf2f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ const (
// The key populated in Node Attributes to indicate presence of the Qemu driver
qemuDriverAttr = "driver.qemu"
qemuDriverVersionAttr = "driver.qemu.version"
// Represents an ACPI shutdown request to the VM (emulates pressing a physical power button)
// Reference: https://en.wikibooks.org/wiki/QEMU/Monitor
qemuGracefulShutdownMsg = "system_powerdown\n"