Paul Durrant
c534374ecf
xenbus: move xenbus_dev_shutdown() into frontend code...
...
...and make it static
xenbus_dev_shutdown() is seemingly intended to cause clean shutdown of PV
frontends when a guest is rebooted. Indeed the function waits for a
conpletion which is only set by a call to xenbus_frontend_closed().
This patch removes the shutdown() method from backends and moves
xenbus_dev_shutdown() from xenbus_probe.c into xenbus_probe_frontend.c,
renaming it appropriately and making it static.
NOTE: In the case where the backend is running in a driver domain, the
toolstack should have already terminated any frontends that may be
using it (since Xen does not support re-startable PV driver domains)
so xenbus_dev_shutdown() should never be called.
Signed-off-by: Paul Durrant <pdurrant@amazon.com >
Reviewed-by: Juergen Gross <jgross@suse.com >
Signed-off-by: Juergen Gross <jgross@suse.com >
2019-12-20 13:44:35 +01:00
..
2019-11-28 11:16:43 -08:00
2019-10-23 06:26:33 -04:00
2019-11-14 11:44:47 +08:00
2019-11-28 11:16:43 -08:00
2019-10-28 16:47:22 -07:00
2019-11-27 11:06:20 -08:00
2019-10-24 08:45:31 +03:00
2019-12-20 13:38:13 +01:00
2019-11-22 13:35:20 +01:00
2019-11-27 10:57:52 -08:00
2019-11-25 19:40:40 -08:00
2019-11-30 14:12:13 -08:00
2019-11-08 08:15:01 -08:00
2019-11-27 11:27:59 -08:00
2019-10-18 19:47:27 +01:00
2019-11-26 19:06:44 -08:00
2019-11-20 11:46:18 +01:00
2019-11-25 20:02:57 -08:00
2019-11-07 15:45:00 +01:00
2019-11-06 12:04:01 +09:00
2019-10-23 21:15:21 +05:30
2019-10-30 16:41:49 -04:00
2019-11-22 10:18:29 +01:00
2019-11-27 10:53:50 -08:00
2019-11-07 20:07:30 -08:00
2019-11-27 10:53:50 -08:00
2019-10-16 19:18:27 -07:00
2019-11-08 11:28:21 +01:00
2019-11-27 11:06:20 -08:00
2019-11-30 10:33:14 -08:00
2019-10-10 15:24:19 +02:00
2019-11-30 14:50:51 -08:00
2019-11-30 14:50:51 -08:00
2019-11-27 09:58:49 -08:00
2019-11-20 14:37:30 +01:00
2019-11-27 11:06:20 -08:00
2019-10-31 11:24:52 +01:00
2019-11-25 19:40:40 -08:00
2019-11-27 10:57:52 -08:00
2019-11-30 10:33:14 -08:00
2019-11-22 16:57:26 -08:00
2019-11-11 06:24:30 +01:00
2019-11-30 14:50:51 -08:00
2019-11-27 11:27:59 -08:00
2019-11-25 20:02:57 -08:00
2019-11-21 07:58:48 +01:00
2019-11-30 14:35:43 -08:00
2019-11-12 15:09:19 +01:00
2019-11-03 19:54:53 +01:00
2019-11-25 11:53:26 -08:00
2019-11-27 17:45:48 -08:00
2019-11-21 12:25:59 +01:00
2019-11-27 09:55:39 -08:00
2019-11-27 17:45:48 -08:00
2019-11-27 11:06:20 -08:00
2019-11-17 18:34:25 +01:00
2019-11-30 14:50:51 -08:00
2019-11-22 16:27:24 -08:00
2019-10-16 06:07:22 -07:00
2019-10-21 09:08:15 +02:00
2019-11-07 15:44:29 +01:00
2019-11-25 11:18:03 -08:00
2019-11-27 10:53:50 -08:00
2019-11-28 11:16:43 -08:00
2019-11-11 10:27:15 +05:30
2019-11-25 19:40:40 -08:00
2019-10-14 21:44:26 +02:00
2019-11-13 19:09:49 +08:00
2019-11-30 14:35:43 -08:00
2019-11-22 07:03:45 +01:00
2019-11-07 13:07:55 +00:00
2019-11-27 10:53:50 -08:00
2019-11-27 10:00:33 -08:00
2019-11-27 10:53:50 -08:00
2019-11-27 09:55:39 -08:00
2019-11-04 12:31:25 +01:00
2019-11-16 21:51:42 -08:00
2019-11-11 06:23:37 +01:00
2019-11-22 19:56:20 +00:00
2019-10-24 10:26:33 +02:00
2019-11-25 20:02:57 -08:00
2019-11-30 14:50:51 -08:00
2019-10-18 15:01:55 +02:00
2019-11-16 21:51:42 -08:00
2019-11-11 06:24:30 +01:00
2019-11-22 19:56:35 +00:00
2019-11-27 10:57:52 -08:00
2019-11-07 06:43:18 -07:00
2019-10-21 02:05:21 +02:00
2019-11-19 17:35:57 +01:00
2019-11-27 11:27:59 -08:00
2019-11-14 11:49:48 +08:00
2019-11-28 11:16:43 -08:00
2019-10-15 14:07:01 -06:00
2019-11-14 18:12:18 -08:00
2019-11-30 14:50:51 -08:00
2019-10-10 14:50:32 +02:00
2019-11-20 02:15:57 -05:00
2019-11-14 13:06:33 +08:00
2019-11-11 06:24:30 +01:00
2019-12-20 13:44:35 +01:00