projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f459e53
)
x86: drop arch_evtchn_inject()
author
Jan Beulich
<jbeulich@suse.com>
Tue, 18 Jun 2019 14:06:40 +0000
(16:06 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 18 Jun 2019 14:06:40 +0000
(16:06 +0200)
For whatever reason this was omitted from the backport of
d9195962a6
("events: drop arch_evtchn_inject()").
Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/irq.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/irq.c
b/xen/arch/x86/hvm/irq.c
index c85d00440261221b3db9b7ca4255635070cef10b..2b7d8edb96c07954a5d645d843d5791abb2ebe18 100644
(file)
--- a/
xen/arch/x86/hvm/irq.c
+++ b/
xen/arch/x86/hvm/irq.c
@@
-562,12
+562,6
@@
int hvm_local_events_need_delivery(struct vcpu *v)
return !hvm_interrupt_blocked(v, intack);
}
-void arch_evtchn_inject(struct vcpu *v)
-{
- if ( is_hvm_vcpu(v) )
- hvm_assert_evtchn_irq(v);
-}
-
static void irq_dump(struct domain *d)
{
struct hvm_irq *hvm_irq = hvm_domain_irq(d);