index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
hppa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-15
11
-728
/
+842
|
\
|
*
target/hppa: Log cpu state on return-from-interrupt
Richard Henderson
2024-05-15
1
-0
/
+12
|
*
target/hppa: Log cpu state at interrupt
Richard Henderson
2024-05-15
1
-13
/
+14
|
*
target/hppa: Implement CF_PCREL
Richard Henderson
2024-05-15
2
-32
/
+55
|
*
target/hppa: Adjust priv for B,GATE at runtime
Richard Henderson
2024-05-15
4
-25
/
+47
|
*
target/hppa: Drop tlb_entry return from hppa_get_physical_address
Richard Henderson
2024-05-15
4
-20
/
+7
|
*
target/hppa: Implement PSW_X
Richard Henderson
2024-05-15
1
-17
/
+25
|
*
target/hppa: Implement PSW_B
Richard Henderson
2024-05-15
1
-19
/
+6
|
*
target/hppa: Manage PSW_X and PSW_B in translator
Richard Henderson
2024-05-15
2
-3
/
+57
|
*
target/hppa: Split PSW X and B into their own field
Richard Henderson
2024-05-15
2
-4
/
+5
|
*
target/hppa: Improve hppa_cpu_dump_state
Richard Henderson
2024-05-15
1
-6
/
+54
|
*
target/hppa: Do not mask in copy_iaoq_entry
Richard Henderson
2024-05-15
1
-6
/
+1
|
*
target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
Richard Henderson
2024-05-15
3
-55
/
+48
|
*
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
2024-05-15
4
-4
/
+16
|
*
target/hppa: Use delay_excp for conditional trap on overflow
Richard Henderson
2024-05-15
4
-17
/
+14
|
*
target/hppa: Use delay_excp for conditional traps
Richard Henderson
2024-05-15
4
-19
/
+32
|
*
target/hppa: Introduce DisasDelayException
Richard Henderson
2024-05-15
1
-5
/
+55
|
*
target/hppa: Remove cond_free
Richard Henderson
2024-05-15
1
-75
/
+27
|
*
target/hppa: Use TCG_COND_TST* in trans_ftest
Richard Henderson
2024-05-15
1
-16
/
+6
|
*
target/hppa: Use registerfields.h for FPSR
Richard Henderson
2024-05-15
3
-23
/
+46
|
*
target/hppa: Use TCG_COND_TST* in trans_bb_imm
Richard Henderson
2024-05-15
1
-9
/
+3
|
*
target/hppa: Use TCG_COND_TST* in do_unit_addsub
Richard Henderson
2024-05-15
1
-2
/
+2
|
*
target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
Richard Henderson
2024-05-15
1
-2
/
+1
|
*
target/hppa: Use TCG_COND_TST* in do_log_cond
Richard Henderson
2024-05-15
1
-51
/
+27
|
*
target/hppa: Use TCG_COND_TST* in do_cond
Richard Henderson
2024-05-15
1
-36
/
+28
|
*
target/hppa: Rename cond_make_* helpers
Richard Henderson
2024-05-15
1
-26
/
+26
|
*
target/hppa: Use displacements in DisasIAQE
Richard Henderson
2024-05-15
1
-20
/
+23
|
*
target/hppa: Introduce and use DisasIAQE for branch management
Richard Henderson
2024-05-15
1
-180
/
+198
|
*
target/hppa: Always make a copy in do_ibranch_priv
Richard Henderson
2024-05-15
1
-4
/
+3
|
*
target/hppa: Use umax in do_ibranch_priv
Richard Henderson
2024-05-15
1
-1
/
+1
|
*
target/hppa: Add space argument to do_ibranch
Richard Henderson
2024-05-15
1
-50
/
+26
|
*
target/hppa: Add space arguments to install_iaq_entries
Richard Henderson
2024-05-15
1
-31
/
+27
|
*
target/hppa: Add IASQ entries to DisasContext
Richard Henderson
2024-05-15
1
-9
/
+30
|
*
target/hppa: Simplify TB end
Richard Henderson
2024-05-15
1
-50
/
+55
|
*
target/hppa: Skip nullified insns in unconditional dbranch path
Richard Henderson
2024-05-15
1
-2
/
+8
|
*
target/hppa: Delay computation of IAQ_Next
Richard Henderson
2024-05-15
1
-16
/
+10
|
*
target/hppa: Add install_link
Richard Henderson
2024-05-15
1
-23
/
+32
|
*
target/hppa: Add install_iaq_entries
Richard Henderson
2024-05-15
1
-31
/
+33
|
*
target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
Richard Henderson
2024-05-15
1
-2
/
+3
|
*
target/hppa: Allow prior nullification in do_ibranch
Richard Henderson
2024-05-15
1
-54
/
+21
|
*
target/hppa: Pass displacement to do_dbranch
Richard Henderson
2024-05-15
1
-24
/
+9
|
*
target/hppa: Move constant destination check into use_goto_tb
Richard Henderson
2024-05-15
1
-10
/
+10
|
*
target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
Richard Henderson
2024-05-15
1
-4
/
+4
|
*
target/hppa: Move cpu_get_tb_cpu_state out of line
Richard Henderson
2024-05-15
2
-41
/
+44
*
|
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
2024-05-15
1
-9
/
+6
*
|
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-05-15
1
-2
/
+4
|
/
*
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
1
-1
/
+1
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
2
-0
/
+2
*
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-04-26
2
-6
/
+8
*
target/hppa: Use insn_start from DisasContextBase
Richard Henderson
2024-04-09
1
-5
/
+5
[next]