Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | tcg: Widen helper_*_st[bw]_mmu val arguments | Richard Henderson | 1 | -3/+3 |
2023-05-02 | accel/tcg: Add cpu_ld*_code_mmu | Richard Henderson | 2 | -0/+106 |
2023-05-02 | tcg: Add tcg_gen_gvec_andcs | Nazar Kazakov | 2 | -0/+12 |
2023-05-02 | accel/tcg: Uncache the host address for instruction fetch when tlb size < 1 | Weiwei Li | 1 | -0/+5 |
2023-05-02 | accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status' | Peter Maydell | 1 | -0/+14 |
2023-05-02 | accel/tcg: Use one_insn_per_tb global instead of old singlestep global | Peter Maydell | 3 | -3/+7 |
2023-05-02 | make one-insn-per-tb an accel option | Peter Maydell | 1 | -0/+21 |
2023-04-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -0/+9 |
2023-04-04 | kvm: dirty-ring: Fix race with vcpu creation | Peter Xu | 1 | -0/+9 |
2023-04-04 | accel/tcg: Fix jump cache set in cpu_exec_loop | Richard Henderson | 1 | -4/+13 |
2023-04-04 | accel/tcg: Fix overwrite problems of tcg_cflags | Weiwei Li | 1 | -1/+1 |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_range | Richard Henderson | 3 | -17/+18 |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked | Richard Henderson | 1 | -14/+12 |
2023-03-28 | accel/tcg: Pass last not end to page_collection_lock | Richard Henderson | 1 | -11/+11 |
2023-03-28 | accel/tcg: Pass last not end to PAGE_FOR_EACH_TB | Richard Henderson | 1 | -12/+16 |
2023-03-28 | accel/tcg: Pass last not end to page_reset_target_data | Richard Henderson | 1 | -6/+5 |
2023-03-28 | accel/tcg: Pass last not end to page_set_flags | Richard Henderson | 1 | -9/+7 |
2023-03-28 | tcg: use QTree instead of GTree | Emilio Cota | 1 | -8/+9 |
2023-03-23 | accel/xen: Fix DM state change notification in dm_restrict mode | David Woodhouse | 1 | -17/+10 |
2023-03-22 | *: Add missing includes of qemu/plugin.h | Richard Henderson | 1 | -0/+1 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 1 | -1/+1 |
2023-03-22 | tcg: Clear plugin_mem_cbs on TB exit | Richard Henderson | 2 | -4/+3 |
2023-03-13 | tcg: Create tcg/tcg-temp-internal.h | Richard Henderson | 1 | -0/+1 |
2023-03-09 | Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta... | Peter Maydell | 4 | -0/+11 |
2023-03-07 | gdbstub: move update guest debug to accel ops | Mads Ynddal | 1 | -0/+8 |
2023-03-07 | includes: move tb_flush into its own header | Alex Bennée | 3 | -0/+3 |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse | 1 | -0/+1 |
2023-03-07 | hw/xen: Move xenstore_store_pv_console_info to xen_console.c | David Woodhouse | 1 | -61/+0 |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant | 1 | -3/+8 |
2023-03-05 | accel/tcg: Remove translator_loop_temp_check | Richard Henderson | 1 | -4/+0 |
2023-03-05 | tcg: Remove tcg_check_temp_count, tcg_clear_temp_count | Richard Henderson | 1 | -12/+0 |
2023-03-05 | accel/tcg: Trigger watchpoints from atomic_mmu_lookup | Richard Henderson | 1 | -11/+29 |
2023-03-05 | accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup | Richard Henderson | 1 | -1/+1 |
2023-03-05 | accel/tcg: Retain prot flags from tlb_fill | Richard Henderson | 1 | -1/+0 |
2023-03-05 | tcg: Include "qemu/timer.h" for profile_getclock | Richard W.M. Jones | 2 | -0/+2 |
2023-03-02 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 2 | -0/+5 |
2023-03-01 | accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers | Richard Henderson | 1 | -6/+2 |
2023-03-01 | accel/tcg/plugin: Use tcg_temp_ebb_* | Richard Henderson | 1 | -10/+14 |
2023-03-01 | accel/tcg: Use more accurate max_insns for tb_overflow | Richard Henderson | 1 | -1/+1 |
2023-03-01 | accel/tcg: Pass max_insn to gen_intermediate_code by pointer | Richard Henderson | 2 | -3/+3 |
2023-03-01 | accel/tcg: Replace `tb_pc()` with `tb->pc` | Anton Johansson | 4 | -10/+10 |
2023-03-01 | accel/tcg: Move jmp-cache `CF_PCREL` checks to caller | Anton Johansson | 2 | -51/+41 |
2023-03-01 | accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL` | Anton Johansson | 6 | -46/+44 |
2023-03-01 | kvm/i386: Add xen-evtchn-max-pirq property | David Woodhouse | 1 | -0/+1 |
2023-03-01 | kvm/i386: Add xen-gnttab-max-frames property | David Woodhouse | 1 | -0/+1 |
2023-03-01 | i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support | David Woodhouse | 1 | -0/+1 |
2023-03-01 | xen: Add XEN_DISABLED mode and make it default | David Woodhouse | 1 | -0/+2 |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_full | Richard Henderson | 1 | -2/+2 |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_flags() | Daniel Henrique Barboza | 3 | -6/+18 |
2023-02-27 | hw/cpu: Extend CPUState::cluster_index documentation | Philippe Mathieu-Daudé | 1 | -1/+12 |