-
pull-tcg-20211027820c025f · ·
Improvements to qemu/int128 Fixes for 128/64 division. Cleanup tcg/optimize.c Optimize redundant sign extensions
-
pull-arm-20211021f801789f · ·
Introduce cpu topology support Generate DBG2 table Switch to ssize_t for elf loader return type Fixed sbsa cpu type error message typo Only initialize required submodules for edk2 Dont create device-tree node for empty NUMA node
-
pull-tcg-2021101376e366e7 · ·
Use MO_128 for 16-byte atomic memory operations. Add cpu_ld/st_mmu memory primitives. Move helper_ld/st memory helpers out of tcg.h. Canonicalize alignment flags in MemOp.
-
pull-tcg-20211006ea3f2af8 · ·
More fixes for fedora-i386-cross Add dup_const_tl Expand MemOp MO_SIZE Move MemOpIdx out of tcg.h Vector support for tcg/s390x
-
pull-tcg-2021092181c65ee2 · ·
Move cpu_signal_handler declaration. Restrict cpu_handle_halt to sysemu. Make do_unaligned_access noreturn. Misc tcg/mips cleanup Misc tcg/sparc cleanup Misc tcg/riscv cleanup
-
pull-tcg-20210920b21ba5df · ·
Move cpu_signal_handler declaration. Restrict cpu_handle_halt to sysemu. Make do_unaligned_access noreturn. Misc tcg/mips cleanup Misc tcg/sparc cleanup Misc tcg/riscv cleanup
-
pull-tcg-2021091650febfe2 · ·
Restrict cpu_has_work to sysemu, and move to AccelOpsClass. Move cpu_signal_handler declaration out of target/. Misc tcg/mips/ cleanups.
-
pull-tcg-20210914-4e028eada · ·
Fix translation race condition for user-only. Fix tcg/i386 encoding for VPSLLVQ, VPSRLVQ. Fix tcg/arm tcg_out_vec_op signature. Fix tcg/ppc (32bit) build with clang. Remove dupluate TCG_KICK_PERIOD definition. Remove unused tcg_global_reg_new. Restrict cpu_exec_interrupt and its callees to sysemu. Cleanups for tcg/arm.
-
pull-tcg-20210914a5b759b6 · ·
Fix translation race condition for user-only. Fix tcg/i386 encoding for VPSLLVQ, VPSRLVQ. Fix tcg/arm tcg_out_vec_op signature. Fix tcg/ppc (32bit) build with clang. Remove dupluate TCG_KICK_PERIOD definition. Remove unused tcg_global_reg_new. Restrict cpu_exec_interrupt and its callees to sysemu. Cleanups for tcg/arm.
-
pull-tcg-202109135b778e9b · ·
Fix translation race condition for user-only. Fix tcg/i386 encoding for VPSLLVQ, VPSRLVQ. Fix tcg/arm tcg_out_vec_op signature. Fix tcg/ppc (32bit) build with clang. Remove dupluate TCG_KICK_PERIOD definition. Remove unused tcg_global_reg_new. Restrict cpu_exec_interrupt and its callees to sysemu. Cleanups for tcg/arm.
-
pull-tcg-20210912267a3ec3 · ·
Fix translation race condition for user-only. Fix tcg/i386 encoding for VPSLLVQ, VPSRLVQ. Fix tcg/arm tcg_out_vec_op signature. Fix tcg/ppc (32bit) build with clang. Remove dupluate TCG_KICK_PERIOD definition. Remove unused tcg_global_reg_new. Use __builtin_bswap*.
-
pull-tcg-20210730236f6709 · ·
Fix double bswap in 16-byte atomic store Mark nios2 raise_exception noreturn
-
pull-tcg-202107262bf07e78 · ·
Fix icount accounting. Replace bitrev8 with revbit8. Fixes for set but not used warnings.
-
pull-misc-202107136e94937a · ·
Cleanup alpha, hppa, or1k wrt tcg_constant_tl. Implement x86 fcs:fip, fds:fdp. Trivial x86 watchpoint cleanup.
-
pull-tcg-20210710ad1a706f · ·
Add translator_use_goto_tb. Cleanups in prep of breakpoint fixes. Misc fixes.
-
pull-tcg-20210629c86bd2dc · ·
TranslatorOps conversion for target/avr TranslatorOps conversion for target/cris TranslatorOps conversion for target/nios2 Simple vector operations on TCGv_i32 Host signal fixes for *BSD Improvements to tcg bswap operations