Re: [Qemu-devel] [PATCH 2/2] ioapic: Implement polarity

2011-06-08 Thread Stefan Hajnoczi
On Tue, Jun 07, 2011 at 05:55:10PM +0200, Jan Kiszka wrote: > On 2011-05-15 13:07, Jan Kiszka wrote: > > From: Jan Kiszka > > > > If the polarity bit is set in a redirection table entry, the input level > > simply has to inverted as it is low active in this case. > > Ping for this and > http://t

Re: [Qemu-devel] [PATCH 2/2] ioapic: Implement polarity

2011-06-07 Thread Jan Kiszka
On 2011-05-15 13:07, Jan Kiszka wrote: > From: Jan Kiszka > > If the polarity bit is set in a redirection table entry, the input level > simply has to inverted as it is low active in this case. Ping for this and http://thread.gmane.org/gmane.comp.emulators.qemu/102459. Maybe even trivial, so CC'

[Qemu-devel] [PATCH 2/2] ioapic: Implement polarity

2011-05-15 Thread Jan Kiszka
From: Jan Kiszka If the polarity bit is set in a redirection table entry, the input level simply has to inverted as it is low active in this case. Signed-off-by: Jan Kiszka --- hw/ioapic.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/ioapic.c b/hw/ioapic.c inde