Scott Wood d85937e683 kvm/openpic: in-kernel mpic support
Enables support for the in-kernel MPIC that thas been merged into the
KVM next branch.  This includes irqfd/KVM_IRQ_LINE support from Alex
Graf (along with some other improvements).

Note from Alex regarding kvm_irqchip_create():

  On x86, one would call kvm_irqchip_create() to initialize an
  in-kernel interrupt controller.  That function then goes ahead and
  initializes global capability variables as well as the default irq
  routing table.

  On ppc, we can't call kvm_irqchip_create() because we can have
  different types of interrupt controllers.  So we want to do all the
  things that function would do for us in the in-kernel device init
  handler.

Signed-off-by: Scott Wood <scottwood@freescale.com>
[agraf: squash in kvm_irqchip_commit_routes patch, fix non-kvm build,
        fix ppcemb]
Signed-off-by: Alexander Graf <agraf@suse.de>
2013-07-01 01:11:14 +02:00
..
2013-04-24 11:50:18 -05:00
2013-06-07 14:55:33 +02:00
2013-04-29 08:27:47 -05:00
2013-05-01 13:06:07 +02:00
2013-06-07 14:55:33 +02:00
2013-06-20 16:39:52 +02:00
2013-07-01 01:11:14 +02:00
2013-06-03 15:41:27 +00:00
2013-05-01 13:06:07 +02:00
2013-06-27 15:38:35 -05:00
2013-06-02 18:14:02 +03:00
2013-06-07 14:55:33 +02:00
2013-05-01 20:55:21 +04:00
2013-06-24 08:41:07 +02:00
2013-04-16 10:04:23 +02:00