Commit 1cfb6aa
committed
xenmgr: Add xl trigger power to HVM shutdown
The QEMU ACPI hvm-shutdown and hvm-power-button xenstore entries don't
always work. On the QEMU side, it looks like the IRQ is raised and the
ACPI_SLP_BIT is cleared, but the guest doesn't shutdown. `xl shutdown
-F -w` just hangs.
Manually running `xl trigger DomU power` after that seems to trigger the
shutdown, so just have xenmgr make that invocation.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>1 parent 2e88dcf commit 1cfb6aa
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments