David Gibson 2c5534776b pseries: Correct panic behaviour for pseries machine type
The pseries machine type doesn't usually use the 'pvpanic' device as such,
because it has a firmware/hypervisor facility with roughly the same
purpose.  The 'ibm,os-term' RTAS call notifies the hypervisor that the
guest has crashed.

Our implementation of this call was sending a GUEST_PANICKED qmp event;
however, it was not doing the other usual panic actions, making its
behaviour different from pvpanic for no good reason.

To correct this, we should call qemu_system_guest_panicked() rather than
directly sending the panic event.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
2017-06-08 14:38:18 +10:00
..
2016-10-04 13:28:07 +01:00
2017-06-02 11:33:53 +04:00
2017-06-05 10:09:14 +01:00
2017-06-06 10:00:34 +01:00
2017-06-02 05:54:43 +01:00
2017-06-02 14:07:53 +01:00
2016-05-18 15:04:27 +03:00
2017-01-27 18:07:59 +01:00
2017-06-05 10:09:14 +01:00
2017-06-07 11:16:22 +01:00
2017-05-18 10:01:08 +01:00
2017-05-30 14:15:04 +01:00
2016-01-29 15:07:25 +00:00
2017-06-06 08:53:24 +10:00
2017-06-05 10:09:14 +01:00
2017-06-04 18:42:55 +03:00
2017-06-04 18:42:55 +03:00
2016-10-28 18:17:24 +03:00
2017-05-30 14:15:04 +01:00
2017-06-05 10:09:14 +01:00