aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-11hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland
2022-06-11hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland
2022-06-11hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell
2022-06-11target/mips: Undeprecate nanoMIPS ISA support in QEMUStefan Pejic
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic
2022-06-11target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui
2022-06-11target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui
2022-06-11target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui
2022-06-11target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui
2022-06-11target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui
2022-06-11target/mips: Fix SAT_S trans helperNi Hui
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-10Merge tag 'pull-target-arm-20220610' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-06-10semihosting/config: Merge --semihosting-config option groupsPeter Maydell
2022-06-10gdbstub: Don't use GDB syscalls if no GDB is attachedPeter Maydell
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson
2022-06-10tests/qtest: Reduce npcm7xx_sdhci test image sizeHao Wu
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson
2022-06-10target/arm: Create raise_exception_debugRichard Henderson
2022-06-10target/arm: Remove default_exception_elRichard Henderson
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson