| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 2022-10-26 | 9 | -985/+915 |
|\ |
|
| * | accel/tcg: Remove restore_state_to_opc function | Richard Henderson | 2022-10-26 | 1 | -14/+2 |
| * | accel/tcg: Add restore_state_to_opc to TCGCPUOps | Richard Henderson | 2022-10-26 | 1 | -2/+22 |
| * | accel/tcg: Simplify page_get/alloc_target_data | Richard Henderson | 2022-10-26 | 1 | -12/+4 |
| * | accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c | Richard Henderson | 2022-10-26 | 2 | -50/+50 |
| * | accel/tcg: Use tb_invalidate_phys_range in page_set_flags | Richard Henderson | 2022-10-26 | 1 | -2/+6 |
| * | accel/tcg: Use page_reset_target_data in page_set_flags | Richard Henderson | 2022-10-26 | 1 | -8/+5 |
| * | accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET | Richard Henderson | 2022-10-26 | 1 | -8/+11 |
| * | accel/tcg: Use tb_invalidate_phys_page in page_set_flags | Richard Henderson | 2022-10-26 | 1 | -1/+1 |
| * | accel/tcg: Unify declarations of tb_invalidate_phys_range | Richard Henderson | 2022-10-26 | 1 | -11/+2 |
| * | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter | Richard Henderson | 2022-10-26 | 1 | -7/+8 |
| * | accel/tcg: Rename tb_invalidate_phys_page | Richard Henderson | 2022-10-26 | 3 | -4/+5 |
| * | accel/tcg: Introduce tb_{set_}page_addr{0,1} | Richard Henderson | 2022-10-26 | 4 | -30/+33 |
| * | accel/tcg: Remove duplicate store to tb->page_addr[] | Richard Henderson | 2022-10-26 | 1 | -3/+0 |
| * | accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC | Richard Henderson | 2022-10-26 | 1 | -23/+2 |
| * | accel/tcg: Move assert_no_pages_locked to internal.h | Richard Henderson | 2022-10-26 | 1 | -0/+5 |
| * | accel/tcg: Split out tb-maint.c | Richard Henderson | 2022-10-26 | 4 | -755/+802 |
| * | accel/tcg: Split out PageDesc to internal.h | Richard Henderson | 2022-10-26 | 2 | -30/+32 |
| * | accel/tcg: Remove disabled debug in translate-all.c | Richard Henderson | 2022-10-26 | 1 | -109/+0 |
| * | accel/tcg: Make page_alloc_target_data allocation constant | Richard Henderson | 2022-10-26 | 1 | -2/+6 |
| * | accel/tcg: Add a quicker check for breakpoints | Leandro Lupori | 2022-10-26 | 1 | -6/+9 |
| * | Revert "accel/tcg: Init TCG cflags in vCPU thread handler" | Peter Maydell | 2022-10-25 | 2 | -5/+7 |
* | | accel/tcg/tcg-accel-ops-rr: fix trivial typo | Matheus Tavares Bernardino | 2022-10-24 | 1 | -1/+1 |
|/ |
|
* | i386: add notify VM exit support | Chenyi Qiang | 2022-10-11 | 1 | -0/+2 |
* | kvm: expose struct KVMState | Chenyi Qiang | 2022-10-11 | 1 | -74/+0 |
* | kvm: allow target-specific accelerator properties | Paolo Bonzini | 2022-10-10 | 1 | -0/+2 |
* | accel/kvm: move kvm_update_guest_debug to inline stub | Alex Bennée | 2022-10-06 | 2 | -11/+0 |
* | gdbstub: move guest debug support check to ops | Alex Bennée | 2022-10-06 | 4 | -0/+14 |
* | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 2022-10-06 | 5 | -37/+106 |
* | gdbstub: move sstep flags probing into AccelClass | Alex Bennée | 2022-10-06 | 3 | -1/+40 |
* | accel/tcg: Introduce TARGET_TB_PCREL | Richard Henderson | 2022-10-04 | 4 | -27/+98 |
* | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson | 2022-10-04 | 3 | -37/+52 |
* | include/hw/core: Create struct CPUJumpCache | Richard Henderson | 2022-10-04 | 6 | -10/+66 |
* | accel/tcg: Inline tb_flush_jmp_cache | Richard Henderson | 2022-10-04 | 1 | -11/+14 |
* | accel/tcg: Do not align tb->page_addr[0] | Richard Henderson | 2022-10-04 | 3 | -13/+15 |
* | accel/tcg: Use DisasContextBase in plugin_gen_tb_start | Richard Henderson | 2022-10-04 | 2 | -12/+12 |
* | accel/tcg: Use bool for page_find_alloc | Richard Henderson | 2022-10-04 | 1 | -7/+7 |
* | accel/tcg: Remove PageDesc code_bitmap | Richard Henderson | 2022-10-04 | 1 | -74/+4 |
* | accel/tcg: Introduce tlb_set_page_full | Richard Henderson | 2022-10-04 | 1 | -18/+33 |
* | accel/tcg: Introduce probe_access_full | Richard Henderson | 2022-10-04 | 1 | -18/+29 |
* | accel/tcg: Suppress auto-invalidate in probe_access_internal | Richard Henderson | 2022-10-04 | 1 | -1/+9 |
* | accel/tcg: Drop addr member from SavedIOTLB | Richard Henderson | 2022-10-04 | 1 | -4/+3 |
* | accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull | Richard Henderson | 2022-10-04 | 1 | -50/+52 |
* | cputlb: used cached CPUClass in our hot-paths | Alex Bennée | 2022-10-04 | 1 | -9/+6 |
* | linux-user: Passthrough MADV_DONTNEED for certain file mappings | Ilya Leoshkevich | 2022-09-27 | 1 | -1/+1 |
* | kvm: fix memory leak on failure to read stats descriptors | Paolo Bonzini | 2022-09-18 | 1 | -5/+4 |
* | KVM: use store-release to mark dirty pages as harvested | Paolo Bonzini | 2022-09-18 | 1 | -1/+17 |
* | accel/tcg: Add fast path for translator_ld* | Richard Henderson | 2022-09-06 | 2 | -44/+105 |
* | accel/tcg: Add pc and host_pc params to gen_intermediate_code | Richard Henderson | 2022-09-06 | 2 | -6/+9 |
* | accel/tcg: Document the faulting lookup in tb_lookup_cmp | Richard Henderson | 2022-09-06 | 1 | -1/+10 |