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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-28
target/ppc: prepare to split interrupt masking and delivery by excp_model
Matheus Ferst
1
-2
/
+18
2022-10-28
target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst
1
-76
/
+125
2022-10-28
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
2
-17
/
+9
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
4
-88
/
+88
2022-10-28
target/ppc: Use gvec to decode XVTSTDC[DS]P
Lucas Mateus Castro (alqotel)
1
-10
/
+157
2022-10-28
target/ppc: Moved XSTSTDC[QDS]P to decodetree
Lucas Mateus Castro (alqotel)
5
-90
/
+60
2022-10-28
target/ppc: Moved XVTSTDC[DS]P to decodetree
Lucas Mateus Castro (alqotel)
5
-14
/
+70
2022-10-28
target/ppc: Use gvec to decode XVCPSGN[SD]P
Lucas Mateus Castro (alqotel)
3
-59
/
+55
2022-10-28
target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
Lucas Mateus Castro (alqotel)
3
-12
/
+76
2022-10-28
target/ppc: Move VABSDU[BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
5
-17
/
+60
2022-10-28
target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
5
-41
/
+127
2022-10-28
target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
5
-33
/
+71
2022-10-28
target/ppc: Move VNEG[WD] to decodtree and use gvec
Lucas Mateus Castro (alqotel)
5
-18
/
+16
2022-10-28
target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
Lucas Mateus Castro (alqotel)
5
-26
/
+60
2022-10-28
target/ppc: Move VMH[R]ADDSHS instruction to decodetree
Lucas Mateus Castro (alqotel)
5
-7
/
+9
2022-10-28
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
5
-21
/
+35
2022-10-28
target/ppc: move msgsync to decodetree
Matheus Ferst
3
-14
/
+10
2022-10-28
target/ppc: move msgclrp/msgsndp to decodetree
Matheus Ferst
3
-26
/
+28
2022-10-28
target/ppc: move msgclr/msgsnd to decodetree
Matheus Ferst
3
-32
/
+77
2022-10-28
target/ppc: fix REQUIRE_HV macro definition
Matheus Ferst
1
-6
/
+6
2022-10-28
target/ppc: fix msgsync insns flags
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: fix msgclr/msgsnd insns flags
Matheus Ferst
1
-2
/
+2
2022-10-26
target/ppc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+10
2022-10-17
target/ppc: Fix xvcmp* clearing FI bit
Víctor Colombo
1
-1
/
+0
2022-10-17
target/ppc: restore powerpc_excp_booke doorbell interrupts
Nicholas Piggin
1
-0
/
+6
2022-10-13
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+4
2022-10-10
kvm: allow target-specific accelerator properties
Paolo Bonzini
1
-0
/
+4
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2
-11
/
+11
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+8
2022-09-20
target/ppc: Clear fpstatus flags on helpers missing it
Víctor Colombo
1
-11
/
+26
2022-09-20
target/ppc: Zero second doubleword of VSR registers for FPR insns
Víctor Colombo
1
-0
/
+8
2022-09-20
target/ppc: Set OV32 when OV is set
Víctor Colombo
1
-2
/
+2
2022-09-20
target/ppc: Zero second doubleword for VSX madd instructions
Víctor Colombo
1
-1
/
+1
2022-09-20
target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
Víctor Colombo
1
-2
/
+24
2022-09-20
target/ppc: Zero second doubleword in DFP instructions
Víctor Colombo
1
-1
/
+4
2022-09-20
target/ppc: Remove unused xer_* macros
Víctor Colombo
1
-4
/
+0
2022-09-20
target/ppc: Remove extra space from s128 field in ppc_vsr_t
Víctor Colombo
1
-1
/
+1
2022-09-20
target/ppc: Merge fsqrt and fsqrts helpers
Víctor Colombo
3
-26
/
+17
2022-09-20
target/ppc: Move fsqrts to decodetree
Víctor Colombo
3
-23
/
+2
2022-09-20
target/ppc: Move fsqrt to decodetree
Víctor Colombo
3
-13
/
+24
2022-09-20
target/ppc: Implement hashstp and hashchkp
Víctor Colombo
4
-0
/
+8
2022-09-20
target/ppc: Implement hashst and hashchk
Víctor Colombo
5
-0
/
+128
2022-09-20
target/ppc: Add HASHKEYR and HASHPKEYR SPRs
Víctor Colombo
2
-0
/
+30
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-08-31
target/ppc: Bugfix FP when OE/UE are set
Lucas Mateus Castro (alqotel)
2
-2
/
+2
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
3
-23
/
+76
2022-08-04
ppc: Remove redundant macro MSR_BOOK3S_MASK.
Yonggang Luo
1
-1
/
+0
2022-07-28
target/ppc: Implement new wait variants
Nicholas Piggin
2
-8
/
+91
2022-07-18
target/ppc: Check page dir/table base alignment
Leandro Lupori
1
-4
/
+24
2022-07-18
target/ppc: Improve Radix xlate level validation
Leandro Lupori
1
-11
/
+38
[prev]
[next]