summaryrefslogtreecommitdiffstats
path: root/hw/intc/xics.c
Commit message (Expand)AuthorAgeFilesLines
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-291-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* xics: report errors with the QEMU Error APIGreg Kurz2019-11-291-4/+9
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-6/+6
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-4/+4
* ppc: Clean up includesPeter Maydell2019-11-291-0/+1
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* typofixes - v4Veres Lajos2015-09-111-1/+1
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-10/+10
* xics: Implement xics_ics_free()Alexey Kardashevskiy2014-06-271-0/+27
* spapr: Move interrupt allocator to xicsAlexey Kardashevskiy2014-06-271-0/+88
* xics: Disable flags reset on xics resetAlexey Kardashevskiy2014-06-271-0/+7
* xics: Add xics_find_source()Alexey Kardashevskiy2014-06-271-5/+25
* xics: Add flags for interruptsAlexey Kardashevskiy2014-06-271-8/+18
* spapr: Fix RTAS token numbersAlexey Kardashevskiy2014-06-271-4/+4
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-6/+3
* target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy2014-03-051-2/+13
* spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy2013-12-201-12/+12
* xics: Implement H_XIRR_XBenjamin Herrenschmidt2013-10-251-0/+14
* xics: Implement H_IPOLLBenjamin Herrenschmidt2013-10-251-0/+13
* xics: add cpu_setup callbackAlexey Kardashevskiy2013-10-251-0/+5
* xics: split to xics and xics-commonAlexey Kardashevskiy2013-10-251-20/+136
* xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy2013-10-251-2/+2
* xics: convert init() to realize()Alexey Kardashevskiy2013-10-251-6/+22
* xics: add pre_save/post_load dispatchersAlexey Kardashevskiy2013-10-251-3/+53
* xics: replace fprintf with error_reportAlexey Kardashevskiy2013-10-251-2/+3
* xics: move reset and cpu_setupAlexey Kardashevskiy2013-10-251-36/+36
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2013-09-031-1/+1
|\
| * qom: Pass available size to object_initialize()Andreas Färber2013-08-301-1/+1
* | xics: move registration of global state to realize()Alexey Kardashevskiy2013-09-021-10/+11
|/
* xics: rename types to be sane and follow coding styleAnthony Liguori2013-07-291-112/+233
* pseries: move interrupt controllers to hw/intc/Alexey Kardashevskiy2013-07-111-0/+587
OpenPOWER on IntegriCloud