summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_vio.c
AgeCommit message (Expand)Author
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
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-03-20spapr_vio: Fix firmware namesAlexey Kardashevskiy
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori
2013-07-29pseries: savevm support for VIO devicesDavid Gibson
2013-07-04spapr_iommu: pass device to spapr_tce_new_table and use it to set ownerPaolo Bonzini
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell
2013-04-26pseries: Generate device paths for VIO devicesDavid Gibson
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01ppc: move files referencing CPU to hw/ppc/Paolo Bonzini