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
/
target
/
ppc
/
excp_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPC64/TCG: Implement 'rfebb' instruction
Daniel Henrique Barboza
2021-12-17
1
-0
/
+31
*
Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
Fabiano Rosas
2021-12-17
1
-9
/
+12
*
target/ppc: Fix e6500 boot
Fabiano Rosas
2021-12-17
1
-1
/
+11
*
target/ppc: remove 401/403 CPUs
Cédric Le Goater
2021-12-17
1
-1
/
+0
*
target/ppc: Remove 603e exception model
Fabiano Rosas
2021-12-17
1
-1
/
+0
*
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
2021-12-17
1
-29
/
+0
*
target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
Richard Henderson
2021-11-02
1
-5
/
+3
*
target/ppc: Set fault address in ppc_cpu_do_unaligned_access
Richard Henderson
2021-11-02
1
-0
/
+14
*
target/ppc: Move SPR_DSISR setting to powerpc_excp
Richard Henderson
2021-11-02
1
-12
/
+9
*
target/ppc: Convert debug to trace events (exceptions)
Cédric Le Goater
2021-09-30
1
-28
/
+10
*
target/ppc: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-09-14
1
-18
/
+3
*
ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...
Cédric Le Goater
2021-08-27
1
-6
/
+0
*
target/ppc: Introduce ppc_interrupts_little_endian()
Greg Kurz
2021-07-09
1
-2
/
+1
*
target/ppc: powerpc_excp: Consolidade TLB miss code
Fabiano Rosas
2021-06-03
1
-35
/
+2
*
target/ppc: powerpc_excp: Remove dump_syscall_vectored
Fabiano Rosas
2021-06-03
1
-13
/
+1
*
target/ppc: powerpc_excp: Move lpes code to where it is used
Fabiano Rosas
2021-06-03
1
-22
/
+25
*
target/ppc: added ifdefs around TCG-only code
Bruno Larsen (billionai)
2021-06-03
1
-3
/
+18
*
target/ppc: Add POWER10 exception model
Nicholas Piggin
2021-05-04
1
-3
/
+51
*
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
2021-05-04
1
-60
/
+105
*
target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour
Nicholas Piggin
2021-05-04
1
-4
/
+13
*
target/ppc: Create helper_scv
Richard Henderson
2021-05-04
1
-0
/
+9
*
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
2020-12-14
1
-2
/
+2
*
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
target/ppc/excp_helper: Add a fallthrough for fix compiler warning
Chen Qun
2020-11-05
1
-0
/
+1
*
ppc/: fix some comment spelling errors
zhaolichang
2020-10-27
1
-3
/
+3
*
ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
Leonardo Bras
2020-05-27
1
-8
/
+8
*
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
2020-05-27
1
-27
/
+71
*
target/ppc: Untabify excp_helper.c
Greg Kurz
2020-05-27
1
-8
/
+8
*
target/ppc: Add support for Radix partition-scoped translation
Cédric Le Goater
2020-05-07
1
-1
/
+2
*
ppc/spapr: tweak change system reset helper
Nicholas Piggin
2020-05-07
1
-4
/
+1
*
target/ppc: Improve syscall exception logging
Nicholas Piggin
2020-05-07
1
-4
/
+26
*
target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
Nicholas Piggin
2020-03-17
1
-1
/
+4
*
ppc/spapr: Fix FWNMI machine check interrupt delivery
Nicholas Piggin
2020-03-17
1
-22
/
+52
*
target/ppc: add support for Hypervisor Facility Unavailable Exception
Cédric Le Goater
2020-02-02
1
-0
/
+13
*
target/ppc: Add privileged message send facilities
Cédric Le Goater
2020-02-02
1
-16
/
+50
*
target/ppc: Handle AIL=0 in ppc_excp_vector_offset
Fabiano Rosas
2020-01-08
1
-0
/
+2
*
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-7
/
+7
*
target/ppc: Style fixes for excp_helper.c
David Gibson
2019-04-26
1
-34
/
+53
*
target/ppc: Move exception vector offset computation into a function
Fabiano Rosas
2019-03-12
1
-11
/
+19
*
target/ppc: Add support for LPCR:HEIC on POWER9
Benjamin Herrenschmidt
2019-02-25
1
-1
/
+4
*
target/ppc: Add Hypervisor Virtualization Interrupt on POWER9
Benjamin Herrenschmidt
2019-02-25
1
-1
/
+16
*
target/ppc: Detect erroneous condition in interrupt delivery
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+16
*
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
2019-02-25
1
-4
/
+13
*
target/ppc: Rename "in_pm_state" to "resume_as_sreset"
Benjamin Herrenschmidt
2019-02-25
1
-4
/
+4
*
target/ppc: Move "wakeup reset" code to a separate function
Benjamin Herrenschmidt
2019-02-25
1
-34
/
+41
*
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
2019-02-25
1
-2
/
+6
*
target/ppc: Don't clobber MSR:EE on PM instructions
Benjamin Herrenschmidt
2019-02-25
1
-12
/
+15
*
target/ppc: Fix nip on power management instructions
Benjamin Herrenschmidt
2019-02-25
1
-1
/
+0
*
target/ppc: Remove some #if 0'ed code
Benjamin Herrenschmidt
2019-02-17
1
-12
/
+0
*
ppc: add DBCR based debugging
Roman Kapl
2018-08-21
1
-7
/
+4
[next]