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
*
target/ppc: trigger PERFM EBBs from power8-pmu.c
Daniel Henrique Barboza
2022-03-02
1
-0
/
+48
*
target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
Daniel Henrique Barboza
2022-03-02
1
-0
/
+33
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
2022-02-18
1
-11
/
+53
*
target/ppc: Add powerpc_reset_excp_state helper
Nicholas Piggin
2022-02-18
1
-20
/
+22
*
target/ppc: add helper for books vhyp hypercall handler
Nicholas Piggin
2022-02-18
1
-1
/
+13
*
target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail
Fabiano Rosas
2022-02-09
1
-12
/
+13
*
target/ppc: Assert if MSR bits differ from msr_mask during exceptions
Fabiano Rosas
2022-02-09
1
-58
/
+6
*
target/ppc: powerpc_excp: Move common code to the caller function
Fabiano Rosas
2022-02-09
1
-48
/
+9
*
target/ppc: Remove powerpc_excp_legacy
Fabiano Rosas
2022-02-09
1
-474
/
+3
*
target/ppc: 7xx: Set SRRs directly in exception code
Fabiano Rosas
2022-02-09
1
-11
/
+2
*
target/ppc: 7xx: Software TLB cleanup
Fabiano Rosas
2022-02-09
1
-20
/
+6
*
target/ppc: 7xx: System Reset cleanup
Fabiano Rosas
2022-02-09
1
-16
/
+2
*
target/ppc: 7xx: System Call exception cleanup
Fabiano Rosas
2022-02-09
1
-8
/
+13
*
target/ppc: 7xx: Program exception cleanup
Fabiano Rosas
2022-02-09
1
-4
/
+0
*
target/ppc: 7xx: External interrupt cleanup
Fabiano Rosas
2022-02-09
1
-37
/
+0
*
target/ppc: 7xx: Machine Check exception cleanup
Fabiano Rosas
2022-02-09
1
-24
/
+0
*
target/ppc: Simplify powerpc_excp_7xx
Fabiano Rosas
2022-02-09
1
-176
/
+9
*
target/ppc: Introduce powerpc_excp_7xx
Fabiano Rosas
2022-02-09
1
-0
/
+469
*
target/ppc: Merge 7x5 and 7x0 exception model IDs
Fabiano Rosas
2022-02-09
1
-1
/
+1
*
target/ppc: 6xx: Set SRRs directly in exception code
Fabiano Rosas
2022-02-09
1
-11
/
+2
*
target/ppc: 6xx: Software TLB exceptions cleanup
Fabiano Rosas
2022-02-09
1
-20
/
+11
*
target/ppc: 6xx: System Reset interrupt cleanup
Fabiano Rosas
2022-02-09
1
-16
/
+2
*
target/ppc: 6xx: System Call exception cleanup
Fabiano Rosas
2022-02-09
1
-19
/
+2
*
target/ppc: 6xx: Program exception cleanup
Fabiano Rosas
2022-02-09
1
-4
/
+0
*
target/ppc: 6xx: External interrupt cleanup
Fabiano Rosas
2022-02-09
1
-37
/
+0
*
target/ppc: 6xx: Machine Check exception cleanup
Fabiano Rosas
2022-02-09
1
-24
/
+0
*
target/ppc: 6xx: Critical exception cleanup
Fabiano Rosas
2022-02-09
1
-15
/
+0
*
target/ppc: Simplify powerpc_excp_6xx
Fabiano Rosas
2022-02-09
1
-154
/
+9
*
target/ppc: Introduce powerpc_excp_6xx
Fabiano Rosas
2022-02-09
1
-0
/
+469
*
target/ppc: Merge exception model IDs for 6xx CPUs
Fabiano Rosas
2022-02-09
1
-3
/
+2
*
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-02-09
1
-11
/
+0
*
target/ppc: booke: System Reset exception cleanup
Fabiano Rosas
2022-02-09
1
-16
/
+2
*
target/ppc: booke: Watchdog Timer interrupt
Fabiano Rosas
2022-02-09
1
-9
/
+2
*
target/ppc: booke: System Call exception cleanup
Fabiano Rosas
2022-02-09
1
-19
/
+2
*
target/ppc: booke: Alignment interrupt cleanup
Fabiano Rosas
2022-02-09
1
-7
/
+0
*
target/ppc: booke: External interrupt cleanup
Fabiano Rosas
2022-02-09
1
-33
/
+0
*
target/ppc: booke: Instruction storage exception cleanup
Fabiano Rosas
2022-02-09
1
-1
/
+0
*
target/ppc: booke: Data Storage exception cleanup
Fabiano Rosas
2022-02-09
1
-1
/
+1
*
target/ppc: booke: Machine Check cleanups
Fabiano Rosas
2022-02-09
1
-23
/
+6
*
target/ppc: booke: Critical exception cleanup
Fabiano Rosas
2022-02-09
1
-15
/
+2
*
target/ppc: Simplify powerpc_excp_booke
Fabiano Rosas
2022-02-09
1
-151
/
+14
*
target/ppc: Introduce powerpc_excp_booke
Fabiano Rosas
2022-02-09
1
-0
/
+474
*
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
2022-01-28
1
-1
/
+0
*
target/ppc: 74xx: Set SRRs directly in exception code
Fabiano Rosas
2022-01-28
1
-11
/
+2
*
target/ppc: 74xx: System Reset interrupt cleanup
Fabiano Rosas
2022-01-28
1
-16
/
+2
*
target/ppc: 74xx: System Call exception cleanup
Fabiano Rosas
2022-01-28
1
-6
/
+11
*
target/ppc: 74xx: Program exception cleanup
Fabiano Rosas
2022-01-28
1
-4
/
+0
*
target/ppc: 74xx: External interrupt cleanup
Fabiano Rosas
2022-01-28
1
-38
/
+0
*
target/ppc: 74xx: Machine Check exception cleanup
Fabiano Rosas
2022-01-28
1
-24
/
+0
[next]