aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_vio.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-58/+58
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-1/+1
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater1-41/+6
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater1-6/+60
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater1-3/+12
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-1/+9
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater1-1/+21
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz1-1/+2
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-2/+2
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-1/+1
2017-01-31hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao1-10/+0
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson1-7/+16
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson1-13/+4
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt1-1/+1
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier1-14/+3
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-1/+2
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-1/+1
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-1/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-07spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy1-5/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-1/+1
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-3/+4
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-11spapr vio: fix to incomplete QOMifyCao jin1-7/+5
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-7/+8
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy1-1/+1
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-9/+10
2015-03-09spapr_vio/spapr_iommu: Move VIO bypass where it belongsAlexey Kardashevskiy1-2/+26
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-1/+1
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy1-1/+1
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-2/+3
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy1-0/+1
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy1-0/+1
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy1-1/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-2/+1
2014-03-20spapr_vio: Fix firmware namesAlexey Kardashevskiy1-0/+3
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1