aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_vio.c
AgeCommit message (Expand)Author
2020-12-10ppc: do not use ram_size globalPaolo Bonzini
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-09spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz
2020-06-26spapr: Fix typos in comments and macro indentationGustavo Romero
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-02-02spapr: Implement get_dt_compatible() callbackStefan Berger
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater
2017-01-31hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-07spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19hw: do not use VMSTATE_*TLPaolo 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-01-29ppc: Clean up includesPeter Maydell
2016-01-11spapr vio: fix to incomplete QOMifyCao jin
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-03-09spapr_vio/spapr_iommu: Move VIO bypass where it belongsAlexey Kardashevskiy
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy