index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
2024-02-14
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-02-14
target/i386/cpu: Fix typo in comment
Bernhard Beschow
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
apic: add support for x2APIC mode
Bui Quang Minh
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2024-02-13
Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...
Peter Maydell
2024-02-12
Merge tag 'pull-maintainer-updates-090224-1' of https://gitlab.com/stsquad/qe...
Peter Maydell
2024-02-11
target/hppa: PDC_BTLB_INFO uses 32-bit ints
Helge Deller
2024-02-11
target/hppa: Allow read-access to PSW with rsm 0,reg instruction
Helge Deller
2024-02-11
target/hppa: Implement do_transaction_failed handler for I/O errors
Helge Deller
2024-02-11
target/hppa: Add "diag 0x101" for console output support
Helge Deller
2024-02-09
kconfig: use "select" to enable semihosting
Paolo Bonzini
2024-02-09
target/riscv: add rv32i, rv32e and rv64e CPUs
Daniel Henrique Barboza
2024-02-09
target/riscv/cpu.c: add riscv_bare_cpu_init()
Daniel Henrique Barboza
2024-02-09
target/riscv: Enable xtheadsync under user mode
LIU Zhiwei
2024-02-09
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
2024-02-09
target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG...
Conor Dooley
2024-02-09
target/riscv: Expose Zaamo and Zalrsc extensions
Rob Bradford
2024-02-09
target/riscv: Check 'A' and split extensions for atomic instructions
Rob Bradford
2024-02-09
target/riscv: Add Zaamo and Zalrsc extension infrastructure
Rob Bradford
2024-02-09
target/riscv: Use RISCVException as return type for all csr ops
LIU Zhiwei
2024-02-09
target/riscv: FCSR doesn't contain vxrm and vxsat
LIU Zhiwei
2024-02-09
target/riscv: Validate misa_mxl_max only once
Akihiko Odaki
2024-02-09
target/riscv: Move misa_mxl_max to class
Akihiko Odaki
2024-02-09
target/riscv: Remove misa_mxl validation
Akihiko Odaki
2024-02-09
target/riscv/kvm: get/set vector vregs[]
Daniel Henrique Barboza
2024-02-09
target/riscv/kvm: initialize 'vlenb' via get-reg-list
Daniel Henrique Barboza
2024-02-09
target/riscv/kvm: change kvm_reg_id to uint64_t
Daniel Henrique Barboza
2024-02-09
target/riscv/cpu.c: remove cpu->cfg.vlen
Daniel Henrique Barboza
2024-02-09
trans_rvv.c.inc: use vext_get_vlmax() in trans_vrgather_v*()
Daniel Henrique Barboza
2024-02-09
target/riscv: change vext_get_vlmax() arguments
Daniel Henrique Barboza
2024-02-09
target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
Daniel Henrique Barboza
2024-02-09
target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
Daniel Henrique Barboza
2024-02-09
target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
Daniel Henrique Barboza
2024-02-09
target/riscv/vector_helper.c: use 'vlenb'
Daniel Henrique Barboza
2024-02-09
target/riscv/insn_trans/trans_rvvk.c.inc: use 'vlenb'
Daniel Henrique Barboza
2024-02-09
target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
Daniel Henrique Barboza
2024-02-09
target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
Daniel Henrique Barboza
2024-02-09
target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
Daniel Henrique Barboza
2024-02-09
target/riscv/csr.c: use 'vlenb' instead of 'vlen'
Daniel Henrique Barboza
2024-02-09
target/riscv: add 'vlenb' field in cpu->cfg
Daniel Henrique Barboza
2024-02-09
target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
Alvin Chang
2024-02-09
target/riscv/cpu.c: move 'marchid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv/cpu.c: move 'mimpid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv: remove riscv_cpu_options[]
Daniel Henrique Barboza
2024-02-09
target/riscv: move 'cboz_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv: move 'cbop_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]
Daniel Henrique Barboza
2024-02-09
target/riscv: create finalize_features() for KVM
Daniel Henrique Barboza
[next]