Re: [kvm-devel] QEMU IRQ abstraction

2007-04-08 Thread Ingo Molnar
* Gregory Haskins <[EMAIL PROTECTED]> wrote: > Anthony, > > Thanks for the update! That sounds very promising. seconded! It's useful even if all the PIC emulation is done by the kernel (which it will be eventually), and it allows for a much more gradual introduction of in-kernel PIC emulato

Re: [kvm-devel] QEMU IRQ abstraction

2007-04-07 Thread Avi Kivity
Anthony Liguori wrote: > Paul Brook just committed a rather large changeset to abstract all the > IRQ stuff through QEMU. This should make it pretty easy to implement > in-kernel APIC without hacking the i8259 since all of the hardware > emulation now takes a qemu_irq structure. I've taken a l

Re: [kvm-devel] QEMU IRQ abstraction

2007-04-07 Thread Gregory Haskins
Anthony, Thanks for the update! That sounds very promising. Regards, -Greg -Original Message- From: Anthony Liguori <[EMAIL PROTECTED]> To: Ingo Molnar <[EMAIL PROTECTED]> kvm-devel Gregory Haskins <[EMAIL PROTECTED]> Avi Kivity <[EMAIL PROTECTED]> Creation Date: 4/7 3:

[kvm-devel] QEMU IRQ abstraction

2007-04-07 Thread Anthony Liguori
Paul Brook just committed a rather large changeset to abstract all the IRQ stuff through QEMU. This should make it pretty easy to implement in-kernel APIC without hacking the i8259 since all of the hardware emulation now takes a qemu_irq structure. Once it settles down a little, it may be wort