]> git.proxmox.com Git - mirror_qemu.git/history - accel
trace/control: Clean up global variable shadowing
[mirror_qemu.git] / accel /
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Richard Hendersontcg: Split out tcg init functions to tcg/startup.h
2023-10-04 Richard Hendersontcg: Remove argument to tcg_prologue_init
2023-10-04 Philippe Mathieu... accel/tcg: Make cpu-exec-common.c a target agnostic...
2023-10-04 Philippe Mathieu... accel/tcg: Make icount.o a target agnostic unit
2023-10-04 Philippe Mathieu... accel/tcg: Make monitor.c a target-agnostic unit
2023-10-04 Philippe Mathieu... accel/tcg: Rename target-specific 'internal.h' -> ...
2023-10-04 Philippe Mathieu... accel: Rename accel-common.c -> accel-target.c
2023-10-04 Philippe Mathieu... accel: Make accel-blocker.o target agnostic
2023-10-04 Philippe Mathieu... accel/tcg: Restrict dump_exec_info() declaration
2023-10-04 Anton Johanssonaccel/tcg: move ld/st helpers to ldst_common.c.inc
2023-10-04 Anton Johanssonaccel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
2023-10-04 Anton Johanssonaccel/tcg: Use CPUState in atomicity helpers
2023-10-04 Anton Johanssonaccel/tcg: Modify atomic_mmu_lookup() to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify memory access functions to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify probe_access_internal() to use CPUState
2023-10-04 Anton Johanssonaccel/tcg: Modify tlb_*() to use CPUState
2023-10-04 Richard Hendersontcg: Remove TCGContext.tlb_fast_offset
2023-10-04 Richard Hendersonaccel/tcg: Replace CPUState.env_ptr with cpu_env()
2023-10-04 Stefan HajnocziMerge tag 'misc-pull-request' of https://gitlab.com...
2023-10-03 Richard Hendersontcg: Rename cpu_env to tcg_env
2023-10-03 Richard Hendersonaccel/tcg: Remove cpu_neg()
2023-10-03 Richard Hendersonaccel/tcg: Move can_do_io to CPUNegativeOffsetState
2023-10-03 Richard Hendersonaccel/tcg: Move CPUNegativeOffsetState into CPUState
2023-10-03 Philippe Mathieu... accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
2023-10-03 Philippe Mathieu... accel/tcg: Have tcg_exec_realizefn() return a boolean
2023-10-03 Philippe Mathieu... accel: Declare AccelClass::cpu_common_[un]realize(...
2023-10-03 Philippe Mathieu... accel: Introduce accel_cpu_common_unrealize() stub
2023-10-03 Philippe Mathieu... accel: Rename accel_cpu_realize() -> accel_cpu_common_r...
2023-10-03 Philippe Mathieu... accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_tar...
2023-10-03 Philippe Mathieu... accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-10-02 Stefan HajnocziMerge tag 'pull-tricore-20230929' of https://github...
2023-10-02 Stefan HajnocziMerge tag 'pull-tcg-20230928' of https://gitlab.com...
2023-10-02 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
2023-09-29 Philippe Mathieu... tcg: Clean up local variable shadowing
2023-09-29 Akihiko Odakiaccel/kvm/kvm-all: Handle register access errors
2023-09-28 Richard Hendersonaccel/tcg: Always require can_do_io
2023-09-28 Richard Hendersonaccel/tcg: Always set CF_LAST_IO with CF_NOIRQ
2023-09-28 Richard Hendersonaccel/tcg: Improve setting of can_do_io at start of TB
2023-09-28 Richard Hendersonaccel/tcg: Track current value of can_do_io in the TB
2023-09-28 Richard Hendersonaccel/tcg: Hoist CF_MEMI_ONLY check outside translation...
2023-09-28 Richard Hendersonaccel/tcg: Avoid load of icount_decr if unused
2023-09-27 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-25 Paolo Bonziniuser-exec-stub: remove unused variable
2023-09-25 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-20 Stefan HajnocziMerge tag 'hppa-btlb-pull-request' of https://github...
2023-09-19 Stefan HajnocziMerge tag 'mem-2023-09-19' of https://github.com/davidh...
2023-09-19 Stefan HajnocziMerge tag 'firmware/edk2-20230918-pull-request' of...
2023-09-19 Stefan HajnocziMerge tag 'pull-ppc-20230918' of https://gitlab.com...
2023-09-19 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2023-09-19 Stefan HajnocziMerge tag 'pull-tcg-20230915-2' of https://gitlab.com...
2023-09-16 Richard Hendersonaccel/tcg: Introduce do_st16_mmio_leN
2023-09-16 Richard Hendersonaccel/tcg: Introduce do_ld16_mmio_beN
2023-09-16 Richard Hendersonaccel/tcg: Merge io_writex into do_st_mmio_leN
2023-09-16 Richard Hendersonaccel/tcg: Merge io_readx into do_ld_mmio_beN
2023-09-16 Richard Hendersonaccel/tcg: Replace direct use of io_readx/io_writex...
2023-09-16 Richard Hendersonaccel/tcg: Merge cpu_transaction_failed into io_failed
2023-09-16 Richard Hendersonplugin: Simplify struct qemu_plugin_hwaddr
2023-09-16 Richard Hendersonaccel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
2023-09-16 Richard Hendersonaccel/tcg: Split out io_prepare and io_failed
2023-09-16 Richard Hendersonaccel/tcg: Simplify tlb_plugin_lookup
2023-09-16 Richard Hendersontcg: Add gvec compare with immediate and scalar operand
2023-09-15 LIU Zhiweiaccel/tcg: Fix the comment for CPUTLBEntryFull
2023-09-15 Nicholas Pigginaccel/tcg: mttcg remove false-negative halted assertion
2023-09-11 Stefan HajnocziMerge tag 'pull-vfio-20230911' of https://github.com...
2023-09-11 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20230911' of https:...
2023-09-11 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-11 Stefan HajnocziMerge tag 'pull-target-arm-20230908' of https://git...
2023-09-08 Shameer Kolothumarm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHU...
2023-09-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-07 Paolo Bonziniconfigure, meson: move --enable-plugins to meson
2023-09-06 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-09-06 Stefan HajnocziMerge tag 'pull-lu-20230901' of https://gitlab.com...
2023-09-06 Stefan HajnocziMerge tag 'pull-aspeed-20230901' of https://github...
2023-09-05 Stefan HajnocziMerge tag 'pull-request-2023-08-31' of https://gitlab...
2023-09-05 Stefan HajnocziMerge tag 'misc-20230831' of https://github.com/philmd...
2023-08-31 Michael Tokarevaccel/tcg: spelling fixes
2023-08-31 Philippe Mathieu... accel: Remove HAX accelerator
2023-08-31 Stefan HajnocziMerge tag 'quick-fix-pull-request' of https://gitlab...
2023-08-31 Stefan HajnocziMerge tag 'pull-maintainer-ominbus-300823-1' of https...
2023-08-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-08-30 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request' of https...
2023-08-30 Stefan HajnocziMerge tag 'pull-tcg-20230829-2' of https://gitlab.com...
2023-08-29 Richard Hendersonsoftmmu: Use async_run_on_cpu in tcg_commit
2023-08-29 Stefan HajnocziMerge tag '2023q3-bsd-user-pull-request' of https:...
2023-08-28 Stefan HajnocziMerge tag 'pull-tcg-20230823-2' of https://gitlab.com...
2023-08-28 Stefan HajnocziMerge tag 'devel-hppa-priv-cleanup2-pull-request' of...
2023-08-24 Anton Johanssonaccel/tcg: Update run_on_cpu_data static assert
2023-08-24 Anton Johanssonaccel/tcg: Widen address arg in tlb_compare_set()
2023-08-24 Anton Johanssoninclude/exec: Replace target_ulong with abi_ptr in...
2023-08-24 Anton Johanssonaccel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint
2023-08-24 Anton Johanssonaccel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
2023-08-24 Stefan HajnocziMerge tag 'pull-target-arm-20230824' of https://git...
2023-08-22 Akihiko Odakiaccel/kvm: Make kvm_dirty_ring_reaper_init() void
2023-08-22 Akihiko Odakiaccel/kvm: Free as when an error occurred
next