summaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)Author
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29ppc: Clean up includesPeter Maydell
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-09-11typofixes - v4Veres Lajos
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2014-06-27xics: Implement xics_ics_free()Alexey Kardashevskiy
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy
2014-06-27xics: Disable flags reset on xics resetAlexey Kardashevskiy
2014-06-27xics: Add xics_find_source()Alexey Kardashevskiy
2014-06-27xics: Add flags for interruptsAlexey Kardashevskiy
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy
2013-10-25xics: Implement H_XIRR_XBenjamin Herrenschmidt
2013-10-25xics: Implement H_IPOLLBenjamin Herrenschmidt
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy
2013-10-25xics: add missing const specifiers to TypeInfoAlexey Kardashevskiy
2013-10-25xics: convert init() to realize()Alexey Kardashevskiy
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy
2013-10-25xics: replace fprintf with error_reportAlexey Kardashevskiy
2013-10-25xics: move reset and cpu_setupAlexey Kardashevskiy
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-07-29xics: rename types to be sane and follow coding styleAnthony Liguori
2013-07-11pseries: move interrupt controllers to hw/intc/Alexey Kardashevskiy