index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
2023-03-01
tcg: Add tcg_gen_movi_ptr
Richard Henderson
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
2023-03-01
tcg: Add liveness_pass_0
Richard Henderson
2023-03-01
tcg: Use noinline for major tcg_gen_code subroutines
Richard Henderson
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
2023-03-01
tcg: Remove branch-to-next regardless of reference count
Richard Henderson
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
tcg: Adjust TCGContext.temps_in_use check
Richard Henderson
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/avr: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/riscv: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/rx: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sh4: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/sparc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/tricore: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
2023-03-01
include/exec: Introduce `CF_PCREL`
Anton Johansson
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-28
softmmu: Use memmove in flatview_write_continue
Akihiko Odaki
2023-02-28
exec/helper-head: Include missing "fpu/softfloat-types.h" header
Philippe Mathieu-Daudé
2023-02-28
Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...
Peter Maydell
2023-02-27
ui/cocoa: user friendly characters for release mouse
Christian Schoenebeck
2023-02-27
dump: Add create_win_dump() stub for non-x86 targets
Philippe Mathieu-Daudé
2023-02-27
dump: Simplify compiling win_dump.o by introducing win_dump_available()
Philippe Mathieu-Daudé
2023-02-27
dump: Clean included headers
Philippe Mathieu-Daudé
2023-02-27
dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
Philippe Mathieu-Daudé
2023-02-27
dump: Replace tswapN() -> cpu_to_dumpN()
Philippe Mathieu-Daudé
[next]