summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-7/+8
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-2/+2
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-3/+5
* spapr_iommu: Fix xlate trace to print translated addressAlexey Kardashevskiy2019-08-211-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-39/+39
* spapr_iommu: Do not replay mappings from just created DMA windowAlexey Kardashevskiy2019-03-121-0/+31
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-201-1/+1
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+2
* iommu: Add IOMMU index argument to notifier APIsPeter Maydell2018-06-151-1/+1
* spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy2018-02-061-0/+18
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pciAlexey Kardashevskiy2017-09-081-21/+14Star
* spapr_iommu: unregister vmstate at unrealize timeGreg Kurz2017-09-081-0/+2
* spapr_iommu: pass object ownership to parent/ownerMichael Roth2017-09-081-0/+1
* spapr_iommu: convert TCE table object to realize()Greg Kurz2017-09-081-4/+2Star
* spapr_iommu: use g_strdup_printf() instead of snprintf()Greg Kurz2017-09-081-5/+8
* hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth2017-08-221-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-14/+28
|\
| * memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-7/+19
| * memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-7/+9
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
|/
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+1
* target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy2017-04-261-3/+5
* memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-8/+10
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-2/+2
* spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson2016-08-081-1/+3
* spapr_iommu: Realloc guest visible TCE table when starting/stopping listeningAlexey Kardashevskiy2016-07-051-0/+12
* memory: Add reporting of supported page sizesAlexey Kardashevskiy2016-06-221-0/+8
* spapr_iommu: Add root memory regionAlexey Kardashevskiy2016-06-071-3/+10
* spapr_iommu: Migrate full stateAlexey Kardashevskiy2016-06-071-3/+62
* spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy2016-06-071-24/+44
* spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy2016-05-271-19/+39
* memory: Fix IOMMU replay base addressAlexey Kardashevskiy2016-05-261-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson2015-10-231-0/+32
* spapr_iommu: Rename vfio_accel parameterDavid Gibson2015-10-231-3/+3
* spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlagsGreg Kurz2015-07-071-2/+16
* spapr_iommu: drop erroneous check in h_put_tce_indirect()Greg Kurz2015-07-071-3/+1Star
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-4/+4