aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson
2021-12-17target/ppc: Update fre to new flagsRichard Henderson
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson
2021-12-17target/ppc: Update sqrt for new flagsRichard Henderson
2021-12-17target/ppc: Use helper_todouble in do_frspRichard Henderson
2021-12-17target/ppc: Update do_frsp for new flagsRichard Henderson
2021-12-17target/ppc: Split out do_frspRichard Henderson
2021-12-17target/ppc: Do not call do_float_check_status from do_fmaddRichard Henderson
2021-12-17target/ppc: Split out do_fmaddRichard Henderson
2021-12-17target/ppc: Update fmadd for new flagsRichard Henderson
2021-12-17target/ppc: Clean up do_friRichard Henderson
2021-12-17target/ppc: Tidy inexact handling in do_friRichard Henderson
2021-12-17target/ppc: Use FloatRoundMode in do_friRichard Henderson
2021-12-17target/ppc: Remove inline from do_friRichard Henderson
2021-12-17target/ppc: Fix VXCVI return valueRichard Henderson
2021-12-17target/ppc: Update float_invalid_cvt for new flagsRichard Henderson
2021-12-17target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_div for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_mul for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_addsub for new flagsRichard Henderson
2021-12-17target/ppc: Implement Vector Mask Move insnsMatheus Ferst
2021-12-17target/ppc: Implement Vector Extract MaskMatheus Ferst
2021-12-17target/ppc: Implement Vector Expand MaskMatheus Ferst
2021-12-17target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)
2021-12-17target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé
2021-12-17s390: kvm: adjust diag318 resets to retain dataCollin Walling
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell
2021-12-15target/rx/cpu.h: Don't include qemu-common.hPeter Maydell
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell
2021-12-15target/i386: Use assert() to sanity-check b1 in SSE decodePeter Maydell
2021-12-15target/arm: Suppress bp for exceptions with more priorityRichard Henderson
2021-12-15target/arm: Assert thumb pc is alignedRichard Henderson
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson
2021-12-15target/arm: Advance pc for arch single-step exceptionRichard Henderson
2021-12-15target/arm: Split arm_pre_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insnRichard Henderson
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori
2021-11-22Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"Peter Maydell
2021-11-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-11-19nvmm: Fix support for stable versionnia
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik