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
/
avr
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/avr: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-26
2
-6
/
+11
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
1
-1
/
+1
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+8
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
1
-2
/
+3
*
target/avr: Disable interrupts when env->skip set
Richard Henderson
2022-09-01
2
-4
/
+31
*
target/avr: Only execute one interrupt at a time
Richard Henderson
2022-09-01
1
-6
/
+3
*
target/avr: Call avr_cpu_do_interrupt directly
Richard Henderson
2022-09-01
1
-3
/
+2
*
target/avr: Support probe argument to tlb_fill
Richard Henderson
2022-09-01
1
-17
/
+29
*
target/avr: Drop avr_cpu_memory_rw_debug()
Bin Meng
2022-06-20
3
-9
/
+0
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2022-05-11
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-3
/
+3
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-3
/
+4
*
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
*
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
2
-6
/
+3
*
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-5
/
+2
*
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...
Peter Maydell
2022-02-22
1
-1
/
+0
|
\
|
*
target/avr: Correct AVRCPUClass docstring
Philippe Mathieu-Daudé
2022-02-21
1
-1
/
+0
*
|
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
|
/
*
target/avr: Drop checks for singlestep_enabled
Richard Henderson
2021-10-16
1
-15
/
+4
*
include/exec: Move cpu_signal_handler declaration
Richard Henderson
2021-09-22
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
1
-5
/
+3
|
\
|
*
target/avr: Fix compiler errors (-Werror=enum-conversion)
Stefan Weil
2021-09-16
1
-5
/
+3
*
|
target/avr: Remove pointless use of CONFIG_USER_ONLY definition
Philippe Mathieu-Daudé
2021-09-14
1
-3
/
+0
|
/
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-18
/
+0
*
target/avr: Implement gdb_adjust_breakpoint
Richard Henderson
2021-07-21
4
-14
/
+15
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
2
-7
/
+10
|
\
|
*
target/avr: Mark some helpers noreturn
Richard Henderson
2021-07-09
1
-4
/
+4
|
*
target/avr: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-3
/
+6
*
|
meson: Introduce target-specific Kconfig
Philippe Mathieu-Daudé
2021-07-09
1
-0
/
+2
|
/
*
target/avr: Convert to TranslatorOps
Richard Henderson
2021-06-29
1
-104
/
+126
*
target/avr: Change ctx to DisasContext* in gen_intermediate_code
Richard Henderson
2021-06-29
1
-41
/
+43
*
target/avr: Add DisasContextBase to DisasContext
Richard Henderson
2021-06-29
1
-29
/
+29
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-27
1
-1
/
+1
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-27
1
-0
/
+6
*
cpu: Move AVR target vmsd field from CPUClass to DeviceClass
Philippe Mathieu-Daudé
2021-05-27
2
-3
/
+3
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
target/avr: Ignore unimplemented WDR opcode
Philippe Mathieu-Daudé
2021-05-13
1
-5
/
+1
*
target/avr: Fix interrupt execution
Ivanov Arkasha
2021-03-15
1
-1
/
+3
*
target/avr: Fix some comment spelling errors
Lichang Zhao
2021-03-15
1
-3
/
+3
*
target/avr/cpu: Use device_class_set_parent_realize()
Philippe Mathieu-Daudé
2021-02-20
1
-3
/
+1
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
2
-7
/
+17
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
2
-3
/
+3
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-07
1
-1
/
+2
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-2
/
+2
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
1
-1
/
+1
[next]