|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] x86: Disable MSI as it seems to be trigge
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1231248475 0
# Node ID 74430e4c047f4157e604a5edbdf0d13654f052d1
# Parent f6b92526e9162f0ea2183903cedee7394da86cfd
x86: Disable MSI as it seems to be triggering ASSERT at irq.c:269.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
xen/arch/x86/irq.c | 4 ++++
1 files changed, 4 insertions(+)
diff -r f6b92526e916 -r 74430e4c047f xen/arch/x86/irq.c
--- a/xen/arch/x86/irq.c Tue Jan 06 09:14:39 2009 +0000
+++ b/xen/arch/x86/irq.c Tue Jan 06 13:27:55 2009 +0000
@@ -853,6 +853,10 @@ int map_domain_pirq(
ASSERT(spin_is_locked(&pcidevs_lock));
ASSERT(spin_is_locked(&d->event_lock));
+ /* XXX Until pcidev and msi locking is fixed. */
+ if ( type == MAP_PIRQ_TYPE_MSI )
+ return -EINVAL;
+
if ( !IS_PRIV(current->domain) )
return -EPERM;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] x86: Disable MSI as it seems to be triggering ASSERT at irq.c:269.,
Xen patchbot-unstable <=
|
Previous by Date: |
[Xen-changelog] [xen-unstable] libxc: Define xc_ffs{8, 16, 32, 64} functions. Use them., Xen patchbot-unstable |
Next by Date: |
[Xen-changelog] [xen-unstable] rombios: Do not initialise PCI devices after hvmloader., Xen patchbot-unstable |
Previous by Thread: |
[Xen-changelog] [xen-unstable] libxc: Define xc_ffs{8, 16, 32, 64} functions. Use them., Xen patchbot-unstable |
Next by Thread: |
[Xen-changelog] [xen-unstable] rombios: Do not initialise PCI devices after hvmloader., Xen patchbot-unstable |
Indexes: |
[Date]
[Thread]
[Top]
[All Lists] |
|
|
|
|