Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Jan Kiszka
Avi Kivity wrote: > Jan Kiszka wrote: >> Hmm, to which branch? Or did you just forget to also push it... >> >> > > In general, if I apply and don't push a couple of hours later, it means > there are regressions. > > I think these regressions are from the recent qemu merge, not the > interrupt

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Jan Kiszka
Gleb Natapov wrote: > On Wed, Apr 29, 2009 at 12:33:09PM +0200, Jan Kiszka wrote: >> Gleb Natapov wrote: >>> On Wed, Apr 29, 2009 at 11:30:46AM +0200, Jan Kiszka wrote: Avi Kivity wrote: > Gleb Natapov wrote: >> Hi, >> >> This patch series aims to consolidate IRQ injection code

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Avi Kivity
Jan Kiszka wrote: Hmm, to which branch? Or did you just forget to also push it... In general, if I apply and don't push a couple of hours later, it means there are regressions. I think these regressions are from the recent qemu merge, not the interrupt rework. -- I have a truly marvel

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Gleb Natapov
On Wed, Apr 29, 2009 at 12:33:09PM +0200, Jan Kiszka wrote: > Gleb Natapov wrote: > > On Wed, Apr 29, 2009 at 11:30:46AM +0200, Jan Kiszka wrote: > >> Avi Kivity wrote: > >>> Gleb Natapov wrote: > Hi, > > This patch series aims to consolidate IRQ injection code for in kernel > I

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Jan Kiszka
Gleb Natapov wrote: > On Wed, Apr 29, 2009 at 11:30:46AM +0200, Jan Kiszka wrote: >> Avi Kivity wrote: >>> Gleb Natapov wrote: Hi, This patch series aims to consolidate IRQ injection code for in kernel IRQ chip and userspace one. Also to move IRQ injection logic from SVM/VM

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Gleb Natapov
On Wed, Apr 29, 2009 at 11:30:46AM +0200, Jan Kiszka wrote: > Avi Kivity wrote: > > Gleb Natapov wrote: > >> Hi, > >> > >> This patch series aims to consolidate IRQ injection code for in kernel > >> IRQ chip and userspace one. Also to move IRQ injection logic from > >> SVM/VMX specific code to x86.

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-29 Thread Jan Kiszka
Avi Kivity wrote: > Gleb Natapov wrote: >> Hi, >> >> This patch series aims to consolidate IRQ injection code for in kernel >> IRQ chip and userspace one. Also to move IRQ injection logic from >> SVM/VMX specific code to x86.c. >> > > Applied all, thanks for this excellent patchset. > Hmm, to

Re: [PATCH v2 00/16] interrupt injection rework

2009-04-27 Thread Avi Kivity
Gleb Natapov wrote: Hi, This patch series aims to consolidate IRQ injection code for in kernel IRQ chip and userspace one. Also to move IRQ injection logic from SVM/VMX specific code to x86.c. Applied all, thanks for this excellent patchset. -- error compiling committee.c: too many argume

[PATCH v2 00/16] interrupt injection rework

2009-04-21 Thread Gleb Natapov
Hi, This patch series aims to consolidate IRQ injection code for in kernel IRQ chip and userspace one. Also to move IRQ injection logic from SVM/VMX specific code to x86.c. Changelog: v2: Fix SVM NMI injection. IRET intercept should be activated at NMI injection time. Update NMI injection