summaryrefslogtreecommitdiff
path: root/hw/intc/openpic.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-01-29hw/intc: Clean up includesPeter Maydell1-0/+1
2015-10-23openpic: add to misc categoryLaurent Vivier1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-3/+3
2015-03-09openpic: convert to vmstateMark Cave-Ayland1-134/+119
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland1-9/+16
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland1-5/+3
2015-03-09openpic: fix segfault on -M mac99 savevmMark Cave-Ayland1-1/+1
2015-03-09Openpic: check that cpu id is within the number of cpusFabien Chouteau1-2/+2
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite1-1/+1
2014-06-16openpic: Reset IRQ source private membersPaul Janzen1-2/+2
2014-06-16openpic: Move definition of openpic_resetPaul Janzen1-49/+50
2014-06-10hw/intc/openpic: Remove unused function IRQ_testbit()Peter Maydell1-5/+0
2014-05-05openpic: avoid buffer overrun on incoming migrationMichael Roth1-2/+14
2014-03-27hw/intc/openpic: Avoid shifting left into sign bitPeter Maydell1-7/+7
2013-07-09intc/openpic: Build openpic only onceAndreas Färber1-1/+1
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-5/+2
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-01intc/openpic: Convert to QOM realizeAndreas Färber1-15/+19
2013-07-01intc/openpic: QOM'ifyAndreas Färber1-6/+11
2013-07-01openpic: factor out some common defines into openpic.hScott Wood1-22/+18
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+1661