Re: [kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-07 Thread Gregory Haskins
>>> On Sun, May 6, 2007 at 3:49 AM, in message <[EMAIL PROTECTED]>, Avi Kivity <[EMAIL PROTECTED]> wrote: > > Please do post (perhaps just the incremental). People can ignore it if > they're not interested. Will do. As long as I am not annoying you guys Ill send updates when they are signifi

Re: [kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-06 Thread Avi Kivity
Gregory Haskins wrote: On Thu, May 3, 2007 at 2:57 PM, in message > <[EMAIL PROTECTED]>, > "Nakajima, Jun" <[EMAIL PROTECTED]> wrote: > > >> This sounds good, but when will this get incorporated in the tree? >> >> The reason I'm asking is that I've got X64 Vista up on KVM as

Re: [kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-06 Thread Avi Kivity
Gregory Haskins wrote: > The following is my kernel side patch series for adding in-kernel APIC logic. > By default, the code enters "level-0" mode and should be compatible with > existing userspace. I have a patch series for userspace which enables > "level-1" mode which I will forward after this

Re: [kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-03 Thread Gregory Haskins
>>> On Thu, May 3, 2007 at 2:57 PM, in message <[EMAIL PROTECTED]>, "Nakajima, Jun" <[EMAIL PROTECTED]> wrote: > This sounds good, but when will this get incorporated in the tree? > > The reason I'm asking is that I've got X64 Vista up on KVM as well (with > patches to EFER and CR8 handling), a

Re: [kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-03 Thread Nakajima, Jun
This sounds good, but when will this get incorporated in the tree? The reason I'm asking is that I've got X64 Vista up on KVM as well (with patches to EFER and CR8 handling), and I'm wondering if I should hold on because the code for CR8 handling would be different (and this in-kernel APIC code w

[kvm-devel] [PATCH 0/4] Kernel side patches for in-kernel APIC

2007-05-02 Thread Gregory Haskins
The following is my kernel side patch series for adding in-kernel APIC logic. By default, the code enters "level-0" mode and should be compatible with existing userspace. I have a patch series for userspace which enables "level-1" mode which I will forward after this one. I have incorporated most