index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_iommu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Add IOMMUTLBEvent
Eugenio Pérez
2020-12-08
1
-7
/
+8
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-2
/
+2
*
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-10-04
1
-3
/
+5
*
spapr_iommu: Fix xlate trace to print translated address
Alexey Kardashevskiy
2019-08-21
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
spapr: Use CamelCase properly
David Gibson
2019-03-12
1
-39
/
+39
*
spapr_iommu: Do not replay mappings from just created DMA window
Alexey Kardashevskiy
2019-03-12
1
-0
/
+31
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-12-20
1
-1
/
+1
*
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-06-15
1
-1
/
+2
*
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
2018-06-15
1
-1
/
+1
*
spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
Alexey Kardashevskiy
2018-02-06
1
-0
/
+18
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pci
Alexey Kardashevskiy
2017-09-08
1
-21
/
+14
*
spapr_iommu: unregister vmstate at unrealize time
Greg Kurz
2017-09-08
1
-0
/
+2
*
spapr_iommu: pass object ownership to parent/owner
Michael Roth
2017-09-08
1
-0
/
+1
*
spapr_iommu: convert TCE table object to realize()
Greg Kurz
2017-09-08
1
-4
/
+2
*
spapr_iommu: use g_strdup_printf() instead of snprintf()
Greg Kurz
2017-09-08
1
-5
/
+8
*
hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device
Thomas Huth
2017-08-22
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-07-14
1
-14
/
+28
|
\
|
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-7
/
+19
|
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-7
/
+9
*
|
Convert error_report() to warn_report()
Alistair Francis
2017-07-13
1
-1
/
+1
|
/
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-1
/
+1
*
target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64
Alexey Kardashevskiy
2017-04-26
1
-3
/
+5
*
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
2016-09-27
1
-8
/
+10
*
hw/ppc: use error_report instead of fprintf
Cédric Le Goater
2016-09-07
1
-2
/
+2
*
spapr: Fix undefined behaviour in spapr_tce_reset()
David Gibson
2016-08-08
1
-1
/
+3
*
spapr_iommu: Realloc guest visible TCE table when starting/stopping listening
Alexey Kardashevskiy
2016-07-05
1
-0
/
+12
*
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
2016-06-22
1
-0
/
+8
*
spapr_iommu: Add root memory region
Alexey Kardashevskiy
2016-06-07
1
-3
/
+10
*
spapr_iommu: Migrate full state
Alexey Kardashevskiy
2016-06-07
1
-3
/
+62
*
spapr_iommu: Introduce "enabled" state for TCE table
Alexey Kardashevskiy
2016-06-07
1
-24
/
+44
*
spapr_iommu: Move table allocation to helpers
Alexey Kardashevskiy
2016-05-27
1
-19
/
+39
*
memory: Fix IOMMU replay base address
Alexey Kardashevskiy
2016-05-26
1
-1
/
+1
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
David Gibson
2015-10-23
1
-0
/
+32
*
spapr_iommu: Rename vfio_accel parameter
David Gibson
2015-10-23
1
-3
/
+3
*
spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags
Greg Kurz
2015-07-07
1
-2
/
+16
*
spapr_iommu: drop erroneous check in h_put_tce_indirect()
Greg Kurz
2015-07-07
1
-3
/
+1
*
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-07-07
1
-4
/
+4
[next]