commit | 073d46133ab0b42154f6b8429f4f66dbe2760bda | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon May 03 17:34:34 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:47:03 2010 +0300 |
tree | 5b092dba4f6d1f65e3b91a28ebc45a17397150ee | |
parent | b74a07beed0e64bfba413dcb70dd6749c57f43dc [diff] |
KVM: i8259: reduce excessive abstraction for pic_irq_request() 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>