OSDN Git Service

gitlab: add build-loongarch to matrix
[qmiga/qemu.git] / accel / tcg /
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-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... tcg: Correct invalid mentions of 'softmmu' by 'system...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git./virt/kvm/mst...
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/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-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 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-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 'for-upstream' of https://repo.or.cz/qemu...
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 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-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-11 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-08-10 Richard HendersonMerge tag 'pull-tcg-20230810' of https://gitlab.com...
2023-08-10 Richard Hendersonaccel/tcg: Avoid reading too much in load_atom_{2,4}
2023-08-09 Richard HendersonMerge tag 'or1k-pull-request-20230809' of https://githu...
2023-08-06 Richard HendersonMerge tag 'pull-tcg-20230806-3' of https://gitlab.com...
2023-08-06 Mikhail Tyutinaccel/tcg: Call save_iotlb_data from io_readx as well
2023-08-05 Richard Hendersonaccel/tcg: Do not issue misaligned i/o
2023-08-05 Richard Hendersonaccel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
2023-08-05 Richard Hendersonaccel/tcg: Adjust parameters and locking with do_{ld...
next