summaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-2/+13
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-12/+12
2013-10-25xics: Implement H_XIRR_XBenjamin Herrenschmidt1-0/+14
2013-10-25xics: Implement H_IPOLLBenjamin Herrenschmidt1-0/+13
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy1-0/+5
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy1-20/+136
2013-10-25xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy1-2/+2
2013-10-25xics: convert init() to realize()Alexey Kardashevskiy1-6/+22
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy1-3/+53
2013-10-25xics: replace fprintf with error_reportAlexey Kardashevskiy1-2/+3
2013-10-25xics: move reset and cpu_setupAlexey Kardashevskiy1-36/+36
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-1/+1
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy1-10/+11
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-1/+1
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori1-112/+233
2013-07-11pseries: move interrupt controllers to hw/intc/Alexey Kardashevskiy1-0/+587