KVM: i8259: reduce excessive abstraction for pic_irq_request()
authorAvi Kivity <avi@redhat.com>
Mon, 3 May 2010 14:34:34 +0000 (17:34 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:47:03 +0000 (10:47 +0300)
Part of the i8259 code pretends it isn't part of kvm, but we know better.
Reduce excessive abstraction, eliminating callbacks and void pointers.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found