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
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
scripts/coccinelle: New script to remove unnecessary timer_del() calls
Peter Maydell
2021-01-08
util/qemu-timer: Make timer_free() imply timer_del()
Peter Maydell
2021-01-08
hw/arm/highbank: Drop dead KVM support code
Peter Maydell
2021-01-08
target/arm: Implement Cortex-M55 model
Peter Maydell
2021-01-08
target/arm: Implement FPCXT_NS fp system register
Peter Maydell
2021-01-08
target/arm: Correct store of FPSCR value via FPCXT_S
Peter Maydell
2021-01-08
hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
Peter Maydell
2021-01-08
target/arm: Fix MTE0_ACTIVE
Richard Henderson
2021-01-08
hw/arm/virt: Remove virt machine state 'smp_cpus'
Andrew Jones
2021-01-08
intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
Edgar E. Iglesias
2021-01-07
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into...
Peter Maydell
2021-01-07
tcg: Constify TCGLabelQemuLdst.raddr
Richard Henderson
2021-01-07
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
2021-01-07
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
2021-01-07
tcg/arm: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/mips: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/mips: Do not assert on relocation overflow
Richard Henderson
2021-01-07
accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
Richard Henderson
2021-01-07
tcg/riscv: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/riscv: Remove branch-over-branch fallback
Richard Henderson
2021-01-07
tcg/riscv: Fix branch range checks
Richard Henderson
2021-01-07
tcg/s390: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/s390: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
tcg/sparc: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/sparc: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
tcg/ppc: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
Richard Henderson
2021-01-07
tcg/ppc: Use tcg_tbrel_diff
Richard Henderson
2021-01-07
tcg: Introduce tcg_tbrel_diff
Richard Henderson
2021-01-07
tcg/tci: Push const down through bytecode reading
Richard Henderson
2021-01-07
disas: Push const down through host disassembly
Richard Henderson
2021-01-07
tcg/aarch64: Support split-wx code generation
Richard Henderson
2021-01-07
tcg/aarch64: Use B not BL for tcg_out_goto_long
Richard Henderson
2021-01-07
tcg/i386: Support split-wx code generation
Richard Henderson
2021-01-07
tcg: Return the TB pointer from the rx region from exit_tb
Richard Henderson
2021-01-07
accel/tcg: Support split-wx for darwin/iOS with vm_remap
Richard Henderson
2021-01-07
accel/tcg: Support split-wx for linux with memfd
Richard Henderson
2021-01-07
tcg: Add --accel tcg,split-wx property
Richard Henderson
2021-01-07
tcg: Use Error with alloc_code_gen_buffer
Richard Henderson
2021-01-07
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-07
tcg: Make DisasContextBase.tb const
Richard Henderson
2021-01-07
tcg: Adjust tb_target_set_jmp_target for split-wx
Richard Henderson
2021-01-07
tcg: Adjust tcg_register_jit for const
Richard Henderson
2021-01-07
tcg: Adjust tcg_out_label for const
Richard Henderson
2021-01-07
tcg: Adjust tcg_out_call for const
Richard Henderson
2021-01-07
tcg: Adjust TCGLabel for const
Richard Henderson
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
tcg: Add in_code_gen_buffer
Richard Henderson
2021-01-07
tcg: Move tcg epilogue pointer out of TCGContext
Richard Henderson
[next]