On Mon, Jan 16, 2012 at 02:02:20PM +0100, j...@alien8.de wrote:
> From: Julian Stecklina
>
> If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge),
> it is erroneously treated as INIT de-assert and ignored, but to quote the
> spec: "For this delivery mode [INIT de-assert],
From: Julian Stecklina
If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge),
it is erroneously treated as INIT de-assert and ignored, but to quote the
spec: "For this delivery mode [INIT de-assert], the level flag must be set to
0 and trigger mode flag to 1."
Signed-off-b
On Fri, Jan 13, 2012 at 12:46:19PM +0100, Julian Stecklina wrote:
> Am Freitag, den 13.01.2012, 08:52 -0200 schrieb Marcelo Tosatti:
> > On Thu, Jan 12, 2012 at 06:07:51PM +0100, Julian Stecklina wrote:
> > > Am Freitag, den 23.12.2011, 08:40 -0200 schrieb Marcelo Tosatti:
> > > > On Mon, Dec 19, 2
Am Freitag, den 13.01.2012, 08:52 -0200 schrieb Marcelo Tosatti:
> On Thu, Jan 12, 2012 at 06:07:51PM +0100, Julian Stecklina wrote:
> > Am Freitag, den 23.12.2011, 08:40 -0200 schrieb Marcelo Tosatti:
> > > On Mon, Dec 19, 2011 at 02:14:27AM +0100, Julian Stecklina wrote:
> > > > If the guest prog
On Thu, Jan 12, 2012 at 06:07:51PM +0100, Julian Stecklina wrote:
> Am Freitag, den 23.12.2011, 08:40 -0200 schrieb Marcelo Tosatti:
> > On Mon, Dec 19, 2011 at 02:14:27AM +0100, Julian Stecklina wrote:
> > > If the guest programs an IPI with level=0 (de-assert) and trig_mode=0
> > > (edge),
> > >
Am Freitag, den 23.12.2011, 08:40 -0200 schrieb Marcelo Tosatti:
> On Mon, Dec 19, 2011 at 02:14:27AM +0100, Julian Stecklina wrote:
> > If the guest programs an IPI with level=0 (de-assert) and trig_mode=0
> > (edge),
> > it is erroneously treated as INIT de-assert and ignored, but to quote the
>
On Fr, 2011-12-23 at 08:40 -0200, Marcelo Tosatti wrote:
> On Mon, Dec 19, 2011 at 02:14:27AM +0100, Julian Stecklina wrote:
> > If the guest programs an IPI with level=0 (de-assert) and trig_mode=0
> > (edge),
> > it is erroneously treated as INIT de-assert and ignored, but to quote the
> > spec:
On Mon, Dec 19, 2011 at 02:14:27AM +0100, Julian Stecklina wrote:
> If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge),
> it is erroneously treated as INIT de-assert and ignored, but to quote the
> spec: "For this delivery mode [INIT de-assert], the level flag must be set
If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge),
it is erroneously treated as INIT de-assert and ignored, but to quote the
spec: "For this delivery mode [INIT de-assert], the level flag must be set to
0 and trigger mode flag to 1."
Signed-off-by: Julian Stecklina
---