]> git.proxmox.com Git - mirror_qemu.git/history - accel
Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quintela/qemu...
[mirror_qemu.git] / accel /
2023-10-20 Stefan HajnocziMerge tag 'C3700-pull-request' of https://github.com...
2023-10-17 Stefan HajnocziMerge tag 'gpu-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'python-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-loongarch-20231013' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'pull-ufs-20231013' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-request-2023-10-12' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-10-16 Stefan HajnocziMerge tag 'pull-shadow-2023-10-12' of https://repo...
2023-10-16 Stefan HajnocziMerge tag 'mem-2023-10-12' of https://github.com/davidh...
2023-10-12 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-12 Stefan HajnocziMerge tag 'qga-pull-2023-10-11' of https://github.com...
2023-10-12 David Hildenbrandkvm: Add stub for kvm_get_max_memslots()
2023-10-12 David Hildenbrandkvm: Return number of free memslots
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Matt Borgersonplugins: Set final instruction count in plugin_gen_tb_end
2023-10-11 Richard Hendersonaccel/tcg: Add plugin_enabled to DisasContextBase
2023-10-10 Stefan HajnocziMerge tag 'firmware/seabios-20231010-pull-request'...
2023-10-10 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request-20231010...
2023-10-09 Stefan HajnocziMerge tag 'pull-vfio-20231009' of https://github.com...
2023-10-09 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-08 Philippe Mathieu... system: Rename softmmu/ directory as system/
2023-10-07 Philippe Mathieu... accel: Rename accel_softmmu* -> accel_system*
2023-10-07 Philippe Mathieu... tcg: Correct invalid mentions of 'softmmu' by 'system...
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...
next