aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/xics.c
AgeCommit message (Expand)Author
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt
2016-09-23ppc/xics: account correct irq statusNikunj A Dadhania
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt
2016-07-01ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt
2016-07-01ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao
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