]> git.proxmox.com Git - mirror_qemu.git/history - accel/tcg
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
[mirror_qemu.git] / accel / tcg /
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...
2022-09-06 Richard Hendersonaccel/tcg: Document the faulting lookup in tb_lookup_cmp
2022-09-06 Richard Hendersonaccel/tcg: Use probe_access_internal for softmmu get_pa...
2022-09-06 Richard Hendersonaccel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
2022-09-06 Richard Hendersonaccel/tcg: Make tb_htable_lookup static
2022-09-06 Richard Hendersonaccel/tcg: Unlock mmap_lock after longjmp
2022-09-06 Richard Hendersonaccel/tcg: Properly implement get_page_addr_code for...
2022-08-12 Richard HendersonMerge tag 'pull-target-arm-20220812' of https://git...
2022-08-12 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-11 Vitaly Bukalinux-user/aarch64: Reset target data on MADV_DONTNEED
2022-08-09 Richard HendersonMerge tag 'trivial-branch-for-7.1-pull-request' of...
2022-08-09 Richard HendersonMerge tag 'pull-target-arm-20220809' of https://git...
2022-08-09 Peter Maydellicount: Take iothread lock when running QEMU timers
2022-07-21 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-18 Peter MaydellMerge tag 'pull-target-arm-20220718' of https://git...
2022-07-18 Richard Hendersonlinux-user/aarch64: Do not clear PROT_MTE on mprotect
2022-07-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-12 Richard HendersonMerge tag 'pull-tcg-20220712' of https://gitlab.com...
2022-07-12 Ilya Leoshkevichaccel/tcg: Fix unaligned stores to s390x low-address...
2022-06-24 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-06-21 Richard HendersonMerge tag 'pull-tcg-20220621' of https://gitlab.com...
2022-06-20 Philippe Mathieu... accel/tcg: Reorganize tcg_accel_ops_init()
2022-06-20 Philippe Mathieu... accel/tcg: Init TCG cflags in vCPU thread handler
2022-06-12 Richard HendersonMerge tag 'bsd-user-preen-2022q2-pull-request' of ssh...
2022-06-11 Bernhard Beschowaccel/tcg: Inline dump_opcount_info() and remove it
2022-06-11 Bernhard Beschowaccel/tcg/cpu-exec: Unexport dump_drift_info()
2022-06-11 Richard HendersonMerge tag 'mips-20220611' of https://github.com/philmd...
2022-06-11 Bernhard Beschowaccel/tcg: Inline dump_opcount_info() and remove it
2022-06-11 Bernhard Beschowaccel/tcg/cpu-exec: Unexport dump_drift_info()
2022-06-11 Richard HendersonMerge tag 'for_upstream' of git://git.kernel.org/pub...
2022-06-09 Richard HendersonMerge tag 'pull-xen-20220609' of https://xenbits.xen...
2022-06-09 Richard HendersonMerge tag 'pull-target-arm-20220609' of https://git...
2022-06-08 Peter MaydellFix 'writeable' typos
2022-06-08 Richard HendersonMerge tag 'pull-tpm-2022-06-07-1' of https://github...
2022-06-06 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-06-06 Pavel Dovgalyukreplay: rewrite async event handling
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-11 Richard HendersonMerge tag 'pull-misc-2022-05-11' of git://repo.or.cz...
2022-05-11 Markus ArmbrusterClean up header guards that don't match their file...
2022-04-27 Richard HendersonMerge tag 'kraxel-20220427-pull-request' of git://git...
2022-04-27 Richard HendersonMerge tag 'pull-tcg-20220426' of https://gitlab.com...
2022-04-27 Richard Hendersonaccel/tcg: Assert mmu_idx in range before use in cputlb
2022-04-25 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-04-21 Richard HendersonMerge tag 'pull-rx-20220421' of https://gitlab.com...
next