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-09
target/ppc: Support for H_RPT_INVALIDATE hcall
Bharata B Rao
2021-07-09
target/ppc: Don't compile ppc_tlb_invalid_all without TCG
Lucas Mateus Castro (alqotel)
2021-07-09
target/ppc: Allow virtual hypervisor on CPU without HV
BALATON Zoltan
2021-07-09
target/ppc: mtmsrd is an illegal instruction on BookE
Nicholas Piggin
2021-07-09
target/ppc: change ppc_hash32_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: introduce mmu-books.h
Bruno Larsen (billionai)
2021-07-09
target/ppc: changed ppc_hash64_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: fix address translation bug for radix mmus
Bruno Larsen (billionai)
2021-07-09
target/ppc: Fix compilation with DEBUG_BATS debug option
Fabiano Rosas
2021-07-09
target/ppc: Fix compilation with FLUSH_ALL_TLBS debug option
Fabiano Rosas
2021-07-09
target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
Fabiano Rosas
2021-07-09
target/ppc: Restrict ppc_cpu_tlb_fill to TCG
Richard Henderson
2021-07-09
target/ppc: Introduce ppc_xlate
Richard Henderson
2021-07-09
target/ppc: Split out ppc_jumbo_xlate
Richard Henderson
2021-07-09
target/ppc: Split out ppc_hash32_xlate
Richard Henderson
2021-07-09
target/ppc: Split out ppc_hash64_xlate
Richard Henderson
2021-07-09
target/ppc: Use bool success for ppc_radix64_xlate
Richard Henderson
2021-07-09
target/ppc: Push real-mode handling into ppc_radix64_xlate
Richard Henderson
2021-07-09
target/ppc: Use MMUAccessType with *_handle_mmu_fault
Richard Henderson
2021-07-09
target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
Richard Henderson
2021-07-09
target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()
Greg Kurz
2021-07-09
target/ppc: Introduce ppc_interrupts_little_endian()
Greg Kurz
2021-07-06
target/i386: Move X86XSaveArea into TCG
David Edmondson
2021-07-06
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2021-07-06
target/i386: Observe XSAVE state area offsets
David Edmondson
2021-07-06
target/i386: Make x86_ext_save_areas visible outside cpu.c
David Edmondson
2021-07-06
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
2021-07-06
target/i386: Clarify the padding requirements of X86XSaveArea
David Edmondson
2021-07-06
target/i386: Consolidate the X86XSaveArea offset checks
David Edmondson
2021-07-06
target/i386: Declare constants for XSAVE offsets
David Edmondson
2021-07-04
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging
Peter Maydell
2021-07-02
target/arm: Implement MVE shifts by register
Peter Maydell
2021-07-02
target/arm: Implement MVE shifts by immediate
Peter Maydell
2021-07-02
target/arm: Implement MVE long shifts by register
Peter Maydell
2021-07-02
target/arm: Implement MVE long shifts by immediate
Peter Maydell
2021-07-02
target/arm: Implement MVE VADDLV
Peter Maydell
2021-07-02
target/arm: Implement MVE VSHLC
Peter Maydell
2021-07-02
target/arm: Implement MVE saturating narrowing shifts
Peter Maydell
2021-07-02
target/arm: Implement MVE VSHRN, VRSHRN
Peter Maydell
2021-07-02
target/arm: Implement MVE VSRI, VSLI
Peter Maydell
2021-07-02
target/arm: Implement MVE VSHLL
Peter Maydell
2021-07-02
target/arm: Implement MVE vector shift right by immediate insns
Peter Maydell
2021-07-02
target/arm: Implement MVE vector shift left by immediate insns
Peter Maydell
2021-07-02
target/arm: Implement MVE logical immediate insns
Peter Maydell
2021-07-02
target/arm: Use dup_const() instead of bitfield_replicate()
Peter Maydell
2021-07-02
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
2021-07-02
target/arm: Make asimd_imm_const() public
Peter Maydell
2021-07-02
target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH
Peter Maydell
2021-07-02
target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculation
Peter Maydell
2021-07-02
target/arm: Check NaN mode before silencing NaN
Joe Komlodi
[next]