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
2021-07-27
target/arm: Add sve-default-vector-length cpu property
Richard Henderson
2021-07-27
target/arm: Export aarch64_sve_zcr_get_valid_len
Richard Henderson
2021-07-27
target/arm: Correctly bound length in sve_zcr_get_valid_len
Richard Henderson
2021-07-27
docs: Update path that mentions deprecated.rst
Mao Zhongyi
2021-07-27
target/arm: Report M-profile alignment faults correctly to the guest
Peter Maydell
2021-07-27
target/arm: Add missing 'return's after calling v7m_exception_taken()
Peter Maydell
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-07-26
Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210725' into staging
Peter Maydell
2021-07-23
i386: do not call cpudef-only models functions for max, host, base
Claudio Fontana
2021-07-23
target/i386: Added consistency checks for CR3
Lara Lazier
2021-07-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-22
target/i386: Added consistency checks for EFER
Lara Lazier
2021-07-22
target/i386: Added consistency checks for CR4
Lara Lazier
2021-07-22
target/i386: Added V_INTR_PRIO check to virtual interrupts
Lara Lazier
2021-07-21
target/hexagon: Drop include of qemu.h
Peter Maydell
2021-07-21
Hexagon (target/hexagon) remove put_user_*/get_user_*
Taylor Simpson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
target/avr: Implement gdb_adjust_breakpoint
Richard Henderson
2021-07-21
target/i386: Implement debug_check_breakpoint
Richard Henderson
2021-07-21
target/arm: Implement debug_check_breakpoint
Richard Henderson
2021-07-21
target/alpha: Drop goto_tb path in gen_call_pal
Richard Henderson
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-07-18
target/arm: Remove duplicate 'plus1' function from Neon and SVE decode
Peter Maydell
2021-07-18
target/arm: Fix offsets for TTBCR
Richard Henderson
2021-07-15
target/riscv: hardwire bits in hideleg and hedeleg
Jose Martins
2021-07-15
target/riscv: csr: Remove redundant check in fp csr read/write routines
Bin Meng
2021-07-15
target/riscv: pmp: Fix some typos
Bin Meng
2021-07-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...
Peter Maydell
2021-07-13
target/hppa: Clean up DisasCond
Richard Henderson
2021-07-13
target/hppa: Use tcg_constant_*
Richard Henderson
2021-07-13
target/openrisc: Use dc->zero in gen_add, gen_addc
Richard Henderson
2021-07-13
target/openrisc: Cache constant 0 in DisasContext
Richard Henderson
2021-07-13
target/openrisc: Use tcg_constant_tl for dc->R0
Richard Henderson
2021-07-13
target/openrisc: Use tcg_constant_*
Richard Henderson
2021-07-13
target/alpha: Use tcg_constant_* elsewhere
Richard Henderson
2021-07-13
target/alpha: Use tcg_constant_i64 for zero and lit
Richard Henderson
2021-07-13
target/alpha: Use dest_sink for HW_RET temporary
Richard Henderson
2021-07-13
target/alpha: Store set into rx flag
Richard Henderson
2021-07-13
target/i386: Correct implementation for FCS, FIP, FDS and FDP
Ziqiao Kong
2021-07-13
target/i386: Split out do_fninit
Richard Henderson
2021-07-13
target/i386: Trivial code motion and code style fix
Ziqiao Kong
2021-07-13
target/i386: Tidy hw_breakpoint_remove
Dmitry Voronetskiy
2021-07-13
target/i386: Fix cpuid level for AMD
zhenwei pi
2021-07-13
target/i386: suppress CPUID leaves not defined by the CPU vendor
Michael Roth
2021-07-13
i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
Vitaly Kuznetsov
2021-07-13
i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
Vitaly Kuznetsov
2021-07-13
i386: kill off hv_cpuid_check_and_set()
Vitaly Kuznetsov
2021-07-13
i386: expand Hyper-V features during CPU feature expansion time
Vitaly Kuznetsov
2021-07-13
i386: make hyperv_expand_features() return bool
Vitaly Kuznetsov
2021-07-13
i386: hardcode supported eVMCS version to '1'
Vitaly Kuznetsov
[next]