]> git.proxmox.com Git - mirror_qemu.git/history - target
Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / target /
2023-03-03 Peter MaydellMerge tag 'pull-aspeed-20230302' of https://github...
2023-03-03 Peter MaydellMerge tag 'pull-loongarch-20230303' of https://gitlab...
2023-03-03 Peter MaydellMerge tag 'migration-20230302-pull-request' of https...
2023-03-03 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-03-03 Peter MaydellMerge tag 'pull-riscv-to-apply-20230303' of https:...
2023-03-03 Song Gaotarget/loongarch: Implement Chip Configuraiton Version...
2023-03-02 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-03-02 Peter MaydellMerge tag 'pull-testing-next-010323-1' of https://gitla...
2023-03-02 Peter MaydellMerge tag 'pull-monitor-2023-03-02' of https://repo...
2023-03-02 Peter MaydellMerge tag 'bsd-user-2023q1-pull-request' of gitlab...
2023-03-02 Philippe Mathieu... target/ppc: Restrict 'qapi-commands-machine.h' to syste...
2023-03-02 Philippe Mathieu... target/loongarch: Restrict 'qapi-commands-machine.h...
2023-03-02 Philippe Mathieu... target/i386: Restrict 'qapi-commands-machine.h' to...
2023-03-02 Philippe Mathieu... target/arm: Restrict 'qapi-commands-machine.h' to syste...
2023-03-02 Palmer DabbeltMerge patch series "target/riscv: some vector_helper...
2023-03-02 Daniel Henrique... target/riscv/vector_helper.c: avoid env_archcpu() when...
2023-03-02 Daniel Henrique... target/riscv/vector_helper.c: create vext_set_tail_elem...
2023-03-02 Palmer DabbeltMerge patch series "RISCVCPUConfig related cleanups"
2023-03-02 Daniel Henrique... target/riscv/csr.c: avoid env_archcpu() usages when...
2023-03-02 Daniel Henrique... target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cp...
2023-03-02 Daniel Henrique... target/riscv/csr.c: simplify mctr()
2023-03-02 Daniel Henrique... target/riscv/csr.c: use env_archcpu() in ctr()
2023-03-02 Palmer DabbeltMerge patch series "target/riscv: Add support for Svadu...
2023-03-02 Weiwei Litarget/riscv: Export Svadu property
2023-03-02 Weiwei Litarget/riscv: Add *envcfg.HADE related check in address...
2023-03-02 Weiwei Litarget/riscv: Add *envcfg.PBMTE related check in addres...
2023-03-02 Weiwei Litarget/riscv: Add csr support for svadu
2023-03-02 Weiwei Litarget/riscv: Fix the relationship of PBMTE/STCE fields...
2023-03-02 Weiwei Litarget/riscv: Fix the relationship between menvcfg...
2023-03-02 Weiwei Litarget/riscv: Add support for Zicond extension
2023-03-02 Christoph MüllnerRISC-V: XTheadMemPair: Remove register restrictions...
2023-03-02 Shaobo Songtarget/riscv: Fix checking of whether instruciton at...
2023-03-02 Palmer DabbeltMerge patch series "target/riscv: Various fixes to...
2023-03-02 Bin Mengtarget/riscv: Group all predicate() routines together
2023-03-02 Bin Mengtarget/riscv: Drop priv level check in mseccfg predicate()
2023-03-02 Bin Mengtarget/riscv: Allow debugger to access sstc CSRs
2023-03-02 Bin Mengtarget/riscv: Allow debugger to access {h, s}stateen...
2023-03-02 Bin Mengtarget/riscv: Allow debugger to access seed CSR
2023-03-02 Bin Mengtarget/riscv: Allow debugger to access user timer and...
2023-03-02 Bin Mengtarget/riscv: gdbstub: Drop the vector CSRs in riscv...
2023-03-02 Bin Mengtarget/riscv: gdbstub: Turn on debugger mode before...
2023-03-02 Bin Mengtarget/riscv: Avoid reporting odd-numbered pmpcfgX...
2023-03-02 Bin Mengtarget/riscv: Simplify getting RISCVCPU pointer from env
2023-03-02 Bin Mengtarget/riscv: Simplify {read, write}_pmpcfg() a little bit
2023-03-02 Bin Mengtarget/riscv: Use 'bool' type for read_only
2023-03-02 Bin Mengtarget/riscv: Coding style fixes in csr.c
2023-03-02 Bin Mengtarget/riscv: gdbstub: Do not generate CSR XML if Zicsr...
2023-03-02 Bin Mengtarget/riscv: gdbstub: Minor change for better readability
2023-03-02 Bin Mengtarget/riscv: Use g_assert() for the predicate() NULL...
2023-03-02 Bin Mengtarget/riscv: Add some comments to clarify the priority...
2023-03-02 Bin Mengtarget/riscv: gdbstub: Check priv spec version before...
2023-03-01 Palmer DabbeltMerge patch series "target/riscv: Some updates to float...
2023-03-01 Palmer DabbeltMerge patch series "make write_misa a no-op and FEATURE...
2023-03-01 Weiwei Litarget/riscv: Expose properties for Zv* extensions
2023-03-01 Weiwei Litarget/riscv: Simplify check for EEW = 64 in trans_rvv...
2023-03-01 Weiwei Litarget/riscv: Fix check for vector load/store instructi...
2023-03-01 Weiwei Litarget/riscv: Add support for Zvfh/zvfhmin extensions
2023-03-01 Weiwei Litarget/riscv: Remove redundunt check for zve32f and...
2023-03-01 Weiwei Litarget/riscv: Replace check for F/D to Zve32f/Zve64d...
2023-03-01 Weiwei Litarget/riscv: Simplify check for Zve32f and Zve64f
2023-03-01 Weiwei Litarget/riscv: Indent fixes in cpu.c
2023-03-01 Weiwei Litarget/riscv: Add property check for Zvfh{min} extensions
2023-03-01 Weiwei Litarget/riscv: Fix relationship between V, Zve*, F and D
2023-03-01 Weiwei Litarget/riscv: Add cfg properties for Zv* extensions
2023-03-01 Weiwei Litarget/riscv: Simplify the check for Zfhmin and Zhinxmin
2023-03-01 Weiwei Litarget/riscv: Fix the relationship between Zhinxmin...
2023-03-01 Weiwei Litarget/riscv: Fix the relationship between Zfhmin and Zfh
2023-03-01 Daniel Henrique... target/riscv/cpu: remove CPUArchState::features and...
2023-03-01 Daniel Henrique... target/riscv: remove RISCV_FEATURE_MMU
2023-03-01 Daniel Henrique... target/riscv: remove RISCV_FEATURE_PMP
2023-03-01 Daniel Henrique... target/riscv: remove RISCV_FEATURE_EPMP
2023-03-01 Daniel Henrique... target/riscv/cpu.c: error out if EPMP is enabled withou...
2023-03-01 Daniel Henrique... target/riscv: remove RISCV_FEATURE_DEBUG
2023-03-01 Daniel Henrique... target/riscv: allow MISA writes as experimental
2023-03-01 Daniel Henrique... target/riscv: do not mask unsupported QEMU extensions...
2023-03-01 Daniel Henrique... target/riscv: introduce riscv_cpu_cfg()
2023-03-01 Peter MaydellMerge tag 'pull-tcg-20230301' of https://gitlab.com...
2023-03-01 Richard Hendersontarget/xtensa: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/ppc: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/mips: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/i386: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/hppa: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/hexagon/idef-parser: Drop gen_tmp_local
2023-03-01 Richard Hendersontarget/hexagon: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/cris: Don't use tcg_temp_local_new
2023-03-01 Richard Hendersontarget/arm: Don't use tcg_temp_local_new_*
2023-03-01 Richard Hendersontarget/arm: Drop copies in gen_sve_{ldr,str}
2023-03-01 Richard Hendersonaccel/tcg: Pass max_insn to gen_intermediate_code by...
2023-03-01 Anton Johanssontarget/arm: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/avr: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hexagon: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hppa: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/i386: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/loongarch: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/microblaze: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/mips: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/openrisc: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/riscv: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/rx: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/sh4: Replace `tb_pc()` with `tb->pc`
next