David Woodhouse
14243b3871
KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
...
This adds basic support for delivering 2 level event channels to a guest.
Initially, it only supports delivery via the IRQ routing table, triggered
by an eventfd. In order to do so, it has a kvm_xen_set_evtchn_fast()
function which will use the pre-mapped shared_info page if it already
exists and is still valid, while the slow path through the irqfd_inject
workqueue will remap the shared_info page if necessary.
It sets the bits in the shared_info page but not the vcpu_info; that is
deferred to __kvm_xen_has_interrupt() which raises the vector to the
appropriate vCPU.
Add a 'verbose' mode to xen_shinfo_test while adding test cases for this.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk >
Message-Id: <20211210163625.2886-5-dwmw2@infradead.org >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-01-07 10:44:45 -05:00
..
2021-09-14 08:46:08 +02:00
2021-10-24 16:24:29 +02:00
2021-09-13 14:51:10 -05:00
2021-08-23 09:49:09 -07:00
2021-11-01 09:31:03 +01:00
2021-10-02 15:50:45 -04:00
2021-06-16 17:47:53 +02:00
2021-07-28 13:19:31 +01:00
2021-10-05 16:14:10 +02:00
2021-11-01 13:36:08 +00:00
2021-11-09 11:02:04 -08:00
2021-05-19 11:40:15 +02:00
2021-11-01 14:16:03 -07:00
2021-10-18 18:35:36 -07:00
2021-08-23 13:19:09 +02:00
2021-10-29 12:38:43 +02:00
2021-05-27 09:42:21 +02:00
2021-07-12 15:17:47 -05:00
2021-09-14 20:05:26 -06:00
2021-06-02 14:08:09 +02:00
2021-07-12 09:16:29 +02:00
2021-10-17 10:53:52 +01:00
2021-09-07 11:39:01 -07:00
2021-10-01 14:28:55 +01:00
2021-10-18 12:28:53 -07:00
2021-08-10 13:32:40 -04:00
2021-06-17 21:46:37 +02:00
2021-11-03 11:20:45 +00:00
2021-10-06 17:47:50 -07:00
2021-10-27 12:53:42 +02:00
2021-08-02 13:37:28 -06:00
2021-10-28 10:20:31 +02:00
2021-10-07 13:51:11 +02:00
2021-10-06 12:05:51 +00:00
2021-06-03 15:31:34 -07:00
2021-08-29 19:14:20 +05:30
2021-07-29 15:06:50 +01:00
2021-05-07 00:26:34 -07:00
2021-08-20 15:00:35 +01:00
2021-12-02 12:07:04 +00:00
2021-08-27 17:29:18 -07:00
2021-07-21 08:14:33 -07:00
2021-08-05 11:46:42 +01:00
2021-10-19 05:49:54 -06:00
2021-07-21 08:14:33 -07:00
2021-10-04 12:53:35 +01:00
2021-07-21 08:14:33 -07:00
2021-08-18 07:23:15 -06:00
2021-11-01 19:57:14 -07:00
2021-10-05 06:54:16 -05:00
2021-11-01 19:57:14 -07:00
2021-08-06 16:12:32 -04:00
2021-06-17 14:25:39 -04:00
2022-01-07 10:44:45 -05:00
2021-05-21 15:03:50 +02:00
2021-07-21 08:14:33 -07:00
2021-07-08 11:48:21 -07:00
2021-10-21 23:36:28 +02:00
2021-10-26 14:58:45 +01:00
2021-10-25 14:04:18 +01:00
2021-09-03 09:58:17 -07:00
2021-07-26 14:45:18 +02:00
2021-09-18 14:20:01 +01:00
2021-06-30 15:34:04 -06:00
2021-10-12 11:27:47 +01:00
2021-07-01 13:08:18 -07:00
2021-06-18 13:02:45 -07:00
2021-10-14 23:06:28 +02:00
2021-06-10 12:51:33 -07:00
2021-05-07 00:26:34 -07:00
2021-09-14 11:11:20 +02:00
2021-10-21 17:25:17 +02:00
2021-10-21 17:34:10 +02:00
2021-07-27 11:48:42 +01:00
2021-10-07 14:23:31 +01:00
2021-07-06 10:37:46 -05:00
2021-10-19 17:27:00 +02:00
2021-08-02 10:24:38 +01:00
2021-10-20 15:24:36 -07:00
2021-11-10 16:10:47 -08:00
2021-10-18 17:20:50 +02:00
2021-06-22 11:28:51 -07:00
2021-06-28 12:49:52 -07:00
2021-06-18 11:35:47 -07:00
2021-07-27 12:05:46 +02:00
2021-05-18 16:20:54 -05:00
2021-10-16 14:58:13 +01:00
2021-06-23 12:56:08 -07:00
2021-08-04 12:52:03 +01:00
2021-10-18 12:28:52 -07:00
2021-11-01 19:57:14 -07:00
2021-08-03 07:27:42 -04:00
2021-09-16 14:36:26 +01:00
2021-06-30 20:47:27 -07:00
2021-10-20 15:56:40 +01:00
2021-11-01 05:26:49 -04:00
2021-09-06 07:20:58 -04:00
2021-09-30 10:07:57 +02:00
2021-11-04 16:36:54 +01:00
2021-09-29 09:22:29 +02:00
2021-11-01 05:26:48 -04:00
2021-09-11 14:48:42 -07:00
2021-11-10 15:32:38 +01:00
2021-08-26 22:28:03 +02:00
2021-08-05 10:24:08 +01:00
2021-09-05 16:23:09 -04:00
2021-10-08 16:21:53 +01:00
2021-06-12 13:16:45 -07:00
2021-09-15 13:41:36 +02:00