Re: [PATCH v2 0/2] xen/x86: implement NMI continuation as softirq

2020-10-15 Thread Jürgen Groß
On 15.10.20 12:49, Roger Pau Monné wrote: On Wed, Oct 07, 2020 at 03:30:09PM +0200, Juergen Gross wrote: Move sending of a virq event for oprofile to the local vcpu from NMI to softirq context. This has been tested with a small test patch using the continuation framework of patch 1 for all NMIs

Re: [PATCH v2 0/2] xen/x86: implement NMI continuation as softirq

2020-10-15 Thread Roger Pau Monné
On Wed, Oct 07, 2020 at 03:30:09PM +0200, Juergen Gross wrote: > Move sending of a virq event for oprofile to the local vcpu from NMI > to softirq context. > > This has been tested with a small test patch using the continuation > framework of patch 1 for all NMIs and doing a print to console in >

[PATCH v2 0/2] xen/x86: implement NMI continuation as softirq

2020-10-07 Thread Juergen Gross
Move sending of a virq event for oprofile to the local vcpu from NMI to softirq context. This has been tested with a small test patch using the continuation framework of patch 1 for all NMIs and doing a print to console in the continuation handler. Version 1 of this small series was sent to the s