kvm/ppc/mpic: fix mmio region lists when multiple guests used
authorScott Wood <scottwood@freescale.com>
Tue, 30 Apr 2013 14:57:13 +0000 (14:57 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 2 May 2013 13:28:33 +0000 (15:28 +0200)
Keeping a linked list of statically defined objects doesn't work
very well when we have multiple guests. :-P

Switch to an array of constant objects.  This fixes a hang when
multiple guests are used.

Signed-off-by: Scott Wood <scottwood@freescale.com>
[agraf: remove struct list_head from mem_reg]
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found