index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_vio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
1
-1
/
+1
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
1
-1
/
+1
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+1
2016-06-07
spapr_iommu: Introduce "enabled" state for TCE table
Alexey Kardashevskiy
1
-5
/
+3
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
hw: do not use VMSTATE_*TL
Paolo Bonzini
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-28
xics: report errors with the QEMU Error API
Greg Kurz
1
-3
/
+4
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-11
spapr vio: fix to incomplete QOMify
Cao jin
1
-7
/
+5
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-7
/
+8
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-03
spapr_vio: Introduce a liobn number generating macros
Alexey Kardashevskiy
1
-1
/
+1
2015-03-09
spapr_vio: Convert to realize()
Markus Armbruster
1
-9
/
+10
2015-03-09
spapr_vio/spapr_iommu: Move VIO bypass where it belongs
Alexey Kardashevskiy
1
-2
/
+26
2015-02-10
spapr_vio: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-1
/
+1
2014-06-27
spapr: Move interrupt allocator to xics
Alexey Kardashevskiy
1
-1
/
+1
2014-06-27
spapr_iommu: Make in-kernel TCE table optional
Alexey Kardashevskiy
1
-1
/
+1
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-2
/
+3
2014-06-16
spapr_iommu: Introduce bus_offset in sPAPRTCETable
Alexey Kardashevskiy
1
-0
/
+1
2014-06-16
spapr_iommu: Introduce page_shift in sPAPRTCETable
Alexey Kardashevskiy
1
-0
/
+1
2014-06-16
spapr_iommu: Get rid of window_size in sPAPRTCETable
Alexey Kardashevskiy
1
-1
/
+3
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
1
-2
/
+1
2014-03-20
spapr_vio: Fix firmware names
Alexey Kardashevskiy
1
-0
/
+3
2013-12-23
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-2
/
+0
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+1
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
1
-6
/
+6
2013-07-29
spapr: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
1
-4
/
+4
2013-07-29
spapr-tce: make sPAPRTCETable a proper device
Anthony Liguori
1
-1
/
+1
2013-07-29
pseries: savevm support for VIO devices
David Gibson
1
-0
/
+20
2013-07-04
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
Paolo Bonzini
1
-1
/
+1
2013-07-01
spapr-rtas: add CPU argument to RTAS calls
Anthony Liguori
1
-2
/
+4
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
1
-1
/
+1
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
1
-1
/
+0
2013-06-20
spapr_vio: take care of creating our own AddressSpace/DMAContext
Paolo Bonzini
1
-1
/
+2
2013-06-20
spapr: convert TCE API to use an opaque type
Paolo Bonzini
1
-6
/
+7
2013-06-14
ppc: Remove CONFIG_FDT conditionals
Peter Maydell
1
-6
/
+0
2013-04-26
pseries: Generate device paths for VIO devices
David Gibson
1
-14
/
+23
2013-04-26
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
1
-2
/
+2
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-3
/
+3
2013-03-01
ppc: move files referencing CPU to hw/ppc/
Paolo Bonzini
1
-0
/
+649