[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH for-4.19] x86/msi: prevent watchdog triggering when dumping MSI state
Use the same check that's used in dump_irqs(). Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- xen/arch/x86/msi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xen/arch/x86/msi.c b/xen/arch/x86/msi.c index 19830528b65a..0c97fbb3fc03 100644 --- a/xen/arch/x86/msi.c +++ b/xen/arch/x86/msi.c @@ -17,6 +17,7 @@ #include <xen/param.h> #include <xen/pci.h> #include <xen/pci_regs.h> +#include <xen/softirq.h> #include <xen/iocap.h> #include <xen/keyhandler.h> #include <xen/pfn.h> @@ -1451,6 +1452,9 @@ static void cf_check dump_msi(unsigned char key) unsigned long flags; const char *type = "???"; + if ( !(irq & 0x1f) ) + process_pending_softirqs(); + if ( !irq_desc_initialized(desc) ) continue; -- 2.44.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |