summaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao1-0/+14
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-4/+9
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-6/+6
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-1/+1
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-10/+10
2014-06-27xics: Implement xics_ics_free()Alexey Kardashevskiy1-0/+27
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-0/+88
2014-06-27xics: Disable flags reset on xics resetAlexey Kardashevskiy1-0/+7
2014-06-27xics: Add xics_find_source()Alexey Kardashevskiy1-5/+25
2014-06-27xics: Add flags for interruptsAlexey Kardashevskiy1-8/+18
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-4/+4
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-6/+3
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