|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 0/4] vgic emulation and GICD_ITARGETSR
Hi all,
this patch series improves vgic emulation in relation to GICD_ITARGETSR,
and implements irq delivery to vcpus other than vcpu0.
vgic_enable_irqs and vgic_disable_irqs currently ignore the itarget
settings and just enable/disable irqs on the current vcpu. Fix their
behaviour to enable/disable irqs on the vcpu set by itarget, that is
always vcpu0 for irq >= 32.
Introduce a new vgic function called vgic_get_target_vcpu to retrieve
the right target vcpu (looking at itargets) and use it from do_IRQ.
Change the physical irq affinity to make physical irqs follow virtual
cpus migration.
Stefano Stabellini (4):
xen/arm: observe itargets setting in vgic_enable_irqs and
vgic_disable_irqs
xen/arm: inflight irqs during migration
xen/arm: support irq delivery to vcpu > 0
xen/arm: physical irq follow virtual irq
xen/arch/arm/gic.c | 42 ++++++++++++--
xen/arch/arm/irq.c | 3 +-
xen/arch/arm/vgic.c | 127 +++++++++++++++++++++++++++++++++++++++---
xen/common/event_channel.c | 4 ++
xen/include/asm-arm/domain.h | 4 ++
xen/include/asm-arm/gic.h | 3 +
6 files changed, 168 insertions(+), 15 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |