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
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
2022-11-17
2
-0
/
+4
*
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-31
1
-1
/
+1
*
target/ppc: Fix regression in Radix MMU
Leandro Lupori
2022-10-29
1
-8
/
+21
*
target/ppc: Increment PMC5 with inline insns
Leandro Lupori
2022-10-28
4
-39
/
+67
*
target/ppc: Add new PMC HFLAGS
Leandro Lupori
2022-10-28
3
-1
/
+13
*
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
2022-10-28
3
-108
/
+102
*
target/ppc: unify cpu->has_work based on cs->interrupt_request
Matheus Ferst
2022-10-28
1
-93
/
+1
*
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
2022-10-28
6
-1
/
+58
*
target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
Matheus Ferst
2022-10-28
2
-1
/
+3
*
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
2022-10-28
3
-13
/
+14
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
Matheus Ferst
2022-10-28
1
-20
/
+25
*
target/ppc: remove generic architecture checks from p7_deliver_interrupt
Matheus Ferst
2022-10-28
1
-3
/
+0
*
target/ppc: remove unused interrupts from p7_deliver_interrupt
Matheus Ferst
2022-10-28
1
-50
/
+0
*
target/ppc: create an interrupt deliver method for POWER7
Matheus Ferst
2022-10-28
1
-0
/
+107
*
target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
Matheus Ferst
2022-10-28
1
-55
/
+8
*
target/ppc: create an interrupt masking method for POWER7
Matheus Ferst
2022-10-28
1
-0
/
+108
*
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
2022-10-28
3
-13
/
+14
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
Matheus Ferst
2022-10-28
1
-28
/
+33
*
target/ppc: remove generic architecture checks from p8_deliver_interrupt
Matheus Ferst
2022-10-28
1
-3
/
+0
*
target/ppc: remove unused interrupts from p8_deliver_interrupt
Matheus Ferst
2022-10-28
1
-30
/
+0
*
target/ppc: create an interrupt deliver method for POWER8
Matheus Ferst
2022-10-28
1
-0
/
+107
*
target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
Matheus Ferst
2022-10-28
1
-38
/
+7
*
target/ppc: create an interrupt masking method for POWER8
Matheus Ferst
2022-10-28
1
-0
/
+108
*
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
2022-10-28
3
-14
/
+38
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
Matheus Ferst
2022-10-28
1
-76
/
+50
*
target/ppc: remove generic architecture checks from p9_deliver_interrupt
Matheus Ferst
2022-10-28
1
-8
/
+1
*
target/ppc: remove unused interrupts from p9_deliver_interrupt
Matheus Ferst
2022-10-28
1
-27
/
+0
*
target/ppc: create an interrupt deliver method for POWER9/POWER10
Matheus Ferst
2022-10-28
1
-0
/
+112
*
target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
Matheus Ferst
2022-10-28
1
-29
/
+7
*
target/ppc: create an interrupt masking method for POWER9/POWER10
Matheus Ferst
2022-10-28
1
-0
/
+113
*
target/ppc: prepare to split interrupt masking and delivery by excp_model
Matheus Ferst
2022-10-28
1
-2
/
+18
*
target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst
2022-10-28
1
-76
/
+125
*
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
2022-10-28
2
-17
/
+9
*
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-10-28
4
-88
/
+88
*
target/ppc: Use gvec to decode XVTSTDC[DS]P
Lucas Mateus Castro (alqotel)
2022-10-28
1
-10
/
+157
*
target/ppc: Moved XSTSTDC[QDS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-90
/
+60
*
target/ppc: Moved XVTSTDC[DS]P to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-14
/
+70
*
target/ppc: Use gvec to decode XVCPSGN[SD]P
Lucas Mateus Castro (alqotel)
2022-10-28
3
-59
/
+55
*
target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
Lucas Mateus Castro (alqotel)
2022-10-28
3
-12
/
+76
*
target/ppc: Move VABSDU[BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-17
/
+60
*
target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-41
/
+127
*
target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-33
/
+71
*
target/ppc: Move VNEG[WD] to decodtree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-18
/
+16
*
target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-26
/
+60
*
target/ppc: Move VMH[R]ADDSHS instruction to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
5
-7
/
+9
*
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
5
-21
/
+35
*
target/ppc: move msgsync to decodetree
Matheus Ferst
2022-10-28
3
-14
/
+10
*
target/ppc: move msgclrp/msgsndp to decodetree
Matheus Ferst
2022-10-28
3
-26
/
+28
*
target/ppc: move msgclr/msgsnd to decodetree
Matheus Ferst
2022-10-28
3
-32
/
+77
*
target/ppc: fix REQUIRE_HV macro definition
Matheus Ferst
2022-10-28
1
-6
/
+6
[next]