Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-13 Thread Dor Laor
>> 2: APIC timer >> a: V09 uses hrtimer for LAPIC timer, apic->timer.last_update is >> updated every time when __apic_timer_fn is invoked at time of the APIC >> timer fired. This impose an accumulated difference since the fire time >> is already some ns later after expected time. >>

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-12 Thread Gregory Haskins
On Mon, 2007-06-11 at 22:41 +0800, Dong, Eddie wrote: > Gregory Haskins wrote: > > Hi Eddie, > > Back from vacation. Just catching up on email now > > > > On Thu, 2007-06-07 at 16:20 +0800, Dong, Eddie wrote: > >> > >> Greg: > >>Here are some detail comments towarding the LAPIC device mo

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-12 Thread Dong, Eddie
Gregory Haskins wrote: > Hi Eddie, > Back from vacation. Just catching up on email now > > On Thu, 2007-06-07 at 16:20 +0800, Dong, Eddie wrote: >> >> Greg: >> Here are some detail comments towarding the LAPIC device model. 1: >> irqabstraction layer vcpu->irq.pending holds the abs

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-12 Thread Gregory Haskins
Hi Eddie, Back from vacation. Just catching up on email now On Thu, 2007-06-07 at 16:20 +0800, Dong, Eddie wrote: > > Greg: > Here are some detail comments towarding the LAPIC device model. > 1: irqabstraction layer > vcpu->irq.pending holds the abstract processor interrupt

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-07 Thread Dong, Eddie
[EMAIL PROTECTED] wrote: > Incorporates v8 plus the following changes: > > 1) Fix for hang on AMD > 2) Fixes issue where irq-windows are inaccurately reported to > userspace 3) Fixed issue where irq-window-exiting requests can be > ignored in some cases > > Note that we no longer need the backlog

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-03 Thread Avi Kivity
Avi Kivity wrote: Gregory Haskins wrote: Incorporates v8 plus the following changes: 1) Fix for hang on AMD 2) Fixes issue where irq-windows are inaccurately reported to userspace 3) Fixed issue where irq-window-exiting requests can be ignored in some cases FC6 x86_64 hangs on this (AMD

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-03 Thread Avi Kivity
Gregory Haskins wrote: > Incorporates v8 plus the following changes: > > 1) Fix for hang on AMD > 2) Fixes issue where irq-windows are inaccurately reported to userspace > 3) Fixed issue where irq-window-exiting requests can be ignored in some cases > > FC6 x86_64 hangs on this (AMD) after 'Det

Re: [kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-06-02 Thread Dor Laor
>Incorporates v8 plus the following changes: > >1) Fix for hang on AMD >2) Fixes issue where irq-windows are inaccurately reported to userspace >3) Fixed issue where irq-window-exiting requests can be ignored in some >cases > >Note that we no longer need the backlog.patch to handle a corner cases n

[kvm-devel] [PATCH 0/9] in-kernel APIC v9 (kernel side)

2007-05-31 Thread Gregory Haskins
Incorporates v8 plus the following changes: 1) Fix for hang on AMD 2) Fixes issue where irq-windows are inaccurately reported to userspace 3) Fixed issue where irq-window-exiting requests can be ignored in some cases Note that we no longer need the backlog.patch to handle a corner cases now. As