Daniel P. Berrange
42f43592be
Support reboots with the QEMU driver
...
For controlled shutdown we issue a 'system_powerdown' command
to the QEMU monitor. This triggers an ACPI event which (most)
guest OS wire up to a controlled shutdown. There is no equiv
ACPI event to trigger a controlled reboot. This patch attempts
to fake a reboot.
- In qemuDomainObjPrivatePtr we have a bool fakeReboot
flag.
- The virDomainReboot method sets this flag and then
triggers a normal 'system_powerdown'.
- The QEMU process is started with '-no-shutdown'
so that the guest CPUs pause when it powers off the
guest
- When we receive the 'POWEROFF' event from QEMU JSON
monitor if fakeReboot is not set we invoke the
qemuProcessKill command and shutdown continues
normally
- If fakeReboot was set, we spawn a background thread
which issues 'system_reset' to perform a warm reboot
of the guest hardware. Then it issues 'cont' to
start the CPUs again
* src/qemu/qemu_command.c: Add -no-shutdown flag if
we have JSON support
* src/qemu/qemu_domain.h: Add 'fakeReboot' flag to
qemuDomainObjPrivate struct
* src/qemu/qemu_driver.c: Fake reboot using the
system_powerdown command if JSON support is available
* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h,
src/qemu/qemu_monitor_json.c, src/qemu/qemu_monitor_json.h,
src/qemu/qemu_monitor_text.c, src/qemu/qemu_monitor_text.h: Add
binding for system_reset command
* src/qemu/qemu_process.c: Reset the guest & start CPUs if
fakeReboot is set
2011-06-24 12:13:47 +01:00
..
2010-12-02 11:13:09 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-02-08 11:43:45 -07:00
2011-02-08 11:43:45 -07:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-01 19:11:58 +02:00
2011-06-01 19:11:58 +02:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-02-04 09:17:01 -07:00
2011-02-04 09:17:01 -07:00
2011-02-03 21:14:50 -07:00
2011-02-03 21:14:50 -07:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-03-29 22:13:46 +08:00
2011-03-29 22:13:46 +08:00
2011-03-03 07:45:31 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-15 11:29:09 +02:00
2011-06-15 11:29:09 +02:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-22 09:26:24 +02:00
2011-06-22 09:26:24 +02:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-01 19:14:08 +02:00
2011-06-01 19:14:08 +02:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2010-07-21 11:33:11 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-05-31 16:33:36 +02:00
2011-05-31 16:33:36 +02:00
2011-03-06 22:00:27 +08:00
2011-03-06 22:00:27 +08:00
2011-06-01 15:41:24 -06:00
2011-06-01 15:41:24 -06:00
2011-06-14 17:03:26 -06:00
2011-06-14 17:03:26 -06:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-05-24 10:33:53 -04:00
2011-05-24 10:33:53 -04:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-02 10:54:00 +01:00
2011-06-02 10:54:00 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-24 12:13:47 +01:00
2011-06-24 12:13:47 +01:00
2011-06-13 09:27:22 +08:00
2011-06-13 09:27:22 +08:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-02-17 11:07:58 -05:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-06-20 15:17:43 +08:00
2011-06-20 15:17:43 +08:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-14 10:29:39 -06:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-02-03 19:27:43 -07:00
2011-04-06 10:05:14 -06:00
2011-02-03 19:27:43 -07:00
2011-04-06 10:05:14 -06:00
2011-02-03 19:27:43 -07:00
2011-04-06 10:05:14 -06:00
2011-02-04 09:00:39 -07:00
2011-04-06 10:05:14 -06:00
2011-02-03 19:27:43 -07:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-04-06 10:05:14 -06:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00
2011-01-31 11:25:34 -07:00
2011-01-29 00:42:10 +01:00