]> git.proxmox.com Git - mirror_qemu.git/history - accel/tcg
disas: add G_GNUC_PRINTF to gstring_printf
[mirror_qemu.git] / accel / tcg /
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-05 Richard Hendersonaccel/tcg: Handle false negative lookup in page_check_range
2023-01-05 Richard Hendersonaccel/tcg: Use g_free_rcu for user-exec interval trees
2023-01-05 Richard Hendersonaccel/tcg: Fix tb_invalidate_phys_page_unwind
2023-01-05 Richard Hendersontcg: Vary the allocation size for TCGOp
2023-01-05 Philippe Mathieu... tcg: Pass number of arguments to tcg_emit_op() / tcg_op...
2023-01-05 Richard Hendersonaccel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
2023-01-05 Richard Hendersonaccel/tcg/plugin: Avoid duplicate copy in copy_call
2023-01-05 Richard Hendersonaccel/tcg/plugin: Don't search for the function pointer...
2023-01-05 Richard Hendersonaccel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx...
2022-12-21 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2022-12-21 Peter MaydellMerge tag 'pull-tcg-20221220' of https://gitlab.com...
2022-12-21 Philippe Mathieu... accel/tcg: Restrict page_collection structure to system...
2022-12-21 Philippe Mathieu... accel/tcg: Factor tb_invalidate_phys_range_fast() out
2022-12-21 Philippe Mathieu... accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
2022-12-21 Philippe Mathieu... accel/tcg: Remove trace events from trace-root.h
2022-12-21 Philippe Mathieu... accel/tcg: Restrict cpu_io_recompile() to system emulation
2022-12-21 Richard Hendersonaccel/tcg: Move remainder of page locking to tb-maint.c
2022-12-21 Richard Hendersonaccel/tcg: Move PageDesc tree into tb-maint.c for system
2022-12-21 Richard Hendersonaccel/tcg: Use interval tree for user-only page tracking
2022-12-21 Richard Hendersonaccel/tcg: Move page_{get,set}_flags to user-exec.c
2022-12-21 Richard Hendersonaccel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
2022-12-21 Richard Hendersonaccel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
2022-12-21 Richard Hendersonaccel/tcg: Use interval tree for TBs in user-only mode
2022-12-21 Richard Hendersonaccel/tcg: Rename page_flush_tb
2022-11-11 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-09 Stefan HajnocziMerge tag 'pull-tcg-20221109' of https://gitlab.com...
2022-11-09 Richard Hendersonaccel/tcg: Split out setjmp_gen_code
2022-11-09 Richard Hendersontcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-01 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-11-01 Stefan HajnocziMerge tag 'pull-testing-for-7.2-011122-3' of https...
2022-11-01 Stefan HajnocziMerge tag 'pull-tcg-20221031-2' of https://gitlab.com...
2022-10-31 Richard Hendersonaccel/tcg: Complete cpu initialization before registration
2022-10-31 Richard Hendersonaccel/tcg: Remove reset_icount argument from cpu_restor...
2022-10-31 Richard Hendersonaccel/tcg: Remove will_exit argument from cpu_restore_state
2022-10-31 Richard Hendersonaccel/tcg: Introduce cpu_unwind_state_data
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-26 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-tcg-20221026' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-aspeed-20221025' of https://github...
2022-10-26 Richard Hendersonaccel/tcg: Remove restore_state_to_opc function
2022-10-26 Richard Hendersonaccel/tcg: Add restore_state_to_opc to TCGCPUOps
2022-10-26 Richard Hendersonaccel/tcg: Simplify page_get/alloc_target_data
2022-10-26 Richard Hendersonaccel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user...
2022-10-26 Richard Hendersonaccel/tcg: Use tb_invalidate_phys_range in page_set_flags
2022-10-26 Richard Hendersonaccel/tcg: Use page_reset_target_data in page_set_flags
2022-10-26 Richard Hendersonaccel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
2022-10-26 Richard Hendersonaccel/tcg: Use tb_invalidate_phys_page in page_set_flags
2022-10-26 Richard Hendersonaccel/tcg: Unify declarations of tb_invalidate_phys_range
2022-10-26 Richard Hendersonaccel/tcg: Rename tb_invalidate_phys_page_range and...
2022-10-26 Richard Hendersonaccel/tcg: Rename tb_invalidate_phys_page
2022-10-26 Richard Hendersonaccel/tcg: Introduce tb_{set_}page_addr{0,1}
2022-10-26 Richard Hendersonaccel/tcg: Remove duplicate store to tb->page_addr[]
2022-10-26 Richard Hendersonaccel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PR...
2022-10-26 Richard Hendersonaccel/tcg: Move assert_no_pages_locked to internal.h
2022-10-26 Richard Hendersonaccel/tcg: Split out tb-maint.c
2022-10-26 Richard Hendersonaccel/tcg: Split out PageDesc to internal.h
2022-10-26 Richard Hendersonaccel/tcg: Remove disabled debug in translate-all.c
2022-10-26 Richard Hendersonaccel/tcg: Make page_alloc_target_data allocation constant
2022-10-26 Leandro Luporiaccel/tcg: Add a quicker check for breakpoints
2022-10-25 Stefan HajnocziMerge tag 'trivial-branch-for-7.2-pull-request' of...
2022-10-25 Peter MaydellRevert "accel/tcg: Init TCG cflags in vCPU thread handler"
2022-10-24 Matheus Tavares... accel/tcg/tcg-accel-ops-rr: fix trivial typo
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-06 Stefan HajnocziMerge tag 'pull-testing-gdbstub-plugins-gitdm-061022...
2022-10-06 Alex Bennéegdbstub: move guest debug support check to ops
2022-10-06 Alex Bennéegdbstub: move breakpoint logic to accel ops
2022-10-06 Alex Bennéegdbstub: move sstep flags probing into AccelClass
2022-10-05 Stefan HajnocziMerge tag 'pull-hex-20221003' of https://github.com...
2022-10-05 Stefan HajnocziMerge tag 'pull-tcg-20221004' of https://gitlab.com...
2022-10-04 Richard Hendersonaccel/tcg: Introduce TARGET_TB_PCREL
2022-10-04 Richard Hendersonaccel/tcg: Introduce tb_pc and log_pc
2022-10-04 Richard Hendersoninclude/hw/core: Create struct CPUJumpCache
2022-10-04 Richard Hendersonaccel/tcg: Inline tb_flush_jmp_cache
2022-10-04 Richard Hendersonaccel/tcg: Do not align tb->page_addr[0]
2022-10-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-04 Richard Hendersonaccel/tcg: Use DisasContextBase in plugin_gen_tb_start
2022-10-04 Richard Hendersonaccel/tcg: Use bool for page_find_alloc
2022-10-04 Richard Hendersonaccel/tcg: Remove PageDesc code_bitmap
2022-10-04 Richard Hendersonaccel/tcg: Introduce tlb_set_page_full
2022-10-04 Richard Hendersonaccel/tcg: Introduce probe_access_full
2022-10-04 Richard Hendersonaccel/tcg: Suppress auto-invalidate in probe_access_int...
2022-10-04 Richard Hendersonaccel/tcg: Drop addr member from SavedIOTLB
2022-10-04 Richard Hendersonaccel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
2022-10-04 Alex Bennéecputlb: used cached CPUClass in our hot-paths
2022-09-29 Stefan HajnocziMerge tag 'char-pull-request' of https://gitlab.com...
2022-09-28 Stefan HajnocziMerge tag 'pull-request-2022-09-28' of https://gitlab...
2022-09-28 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-09-27 Ilya Leoshkevichlinux-user: Passthrough MADV_DONTNEED for certain file...
2022-09-06 Stefan HajnocziMerge tag 'samuel-thibault' of https://people.debian...
2022-09-06 Stefan HajnocziMerge tag 'pull-tcg-20220906' of https://gitlab.com...
2022-09-06 Richard Hendersonaccel/tcg: Add fast path for translator_ld*
2022-09-06 Richard Hendersonaccel/tcg: Add pc and host_pc params to gen_intermediat...
next