openpic: switch IRQQueue queue from inline to bitmap
commit2ada66f944c0db9d037c7cf3ff1a4fd43283338d
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 9 Feb 2015 22:40:51 +0000 (9 22:40 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Mar 2015 14:00:06 +0000 (9 15:00 +0100)
tree806343ff1f351ed7bd7c8b41a18d55e7c415c7c5
parent032ab092904ce1615e3cedcb9ebc775bd3d7fac6
openpic: switch IRQQueue queue from inline to bitmap

This is in preparation for using VMSTATE_BITMAP in a followup vmstate
migration patch.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/intc/openpic.c