Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+2 |
2018-03-06 | openpic: move OpenPIC state and related definitions to openpic.h | Mark Cave-Ayland | 1 | -157/+0 |
2017-12-15 | openpic: debug w/ info_report() | Michael Davidsaver | 1 | -51/+51 |
2017-09-27 | ppc: Fix OpenPIC model | Benjamin Herrenschmidt | 1 | -0/+35 |
2017-06-30 | target-ppc: Enable open-pic timers to count and generate interrupts | Aaron Larson | 1 | -6/+111 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -1/+1 |
2017-06-06 | target-ppc: Fix openpic timer read register offset | Aaron Larson | 1 | -12/+10 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin | 1 | -1/+1 |
2016-01-29 | hw/intc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | openpic: add to misc category | Laurent Vivier | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -3/+3 |
2015-03-09 | openpic: convert to vmstate | Mark Cave-Ayland | 1 | -134/+119 |
2015-03-09 | openpic: switch IRQQueue queue from inline to bitmap | Mark Cave-Ayland | 1 | -9/+16 |
2015-03-09 | openpic: fix up loadvm under -M mac99 | Mark Cave-Ayland | 1 | -5/+3 |
2015-03-09 | openpic: fix segfault on -M mac99 savevm | Mark Cave-Ayland | 1 | -1/+1 |
2015-03-09 | Openpic: check that cpu id is within the number of cpus | Fabien Chouteau | 1 | -2/+2 |
2014-08-15 | ppc: convert g_new(qemu_irq usages to g_new0 | Peter Crosthwaite | 1 | -1/+1 |
2014-06-16 | openpic: Reset IRQ source private members | Paul Janzen | 1 | -2/+2 |
2014-06-16 | openpic: Move definition of openpic_reset | Paul Janzen | 1 | -49/+50 |
2014-06-10 | hw/intc/openpic: Remove unused function IRQ_testbit() | Peter Maydell | 1 | -5/+0 |
2014-05-05 | openpic: avoid buffer overrun on incoming migration | Michael Roth | 1 | -2/+14 |
2014-03-27 | hw/intc/openpic: Avoid shifting left into sign bit | Peter Maydell | 1 | -7/+7 |
2013-07-09 | intc/openpic: Build openpic only once | Andreas Färber | 1 | -1/+1 |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 1 | -5/+2 |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -3/+3 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -2/+2 |
2013-07-01 | intc/openpic: Convert to QOM realize | Andreas Färber | 1 | -15/+19 |
2013-07-01 | intc/openpic: QOM'ify | Andreas Färber | 1 | -6/+11 |
2013-07-01 | openpic: factor out some common defines into openpic.h | Scott Wood | 1 | -22/+18 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 1 | -0/+1661 |