aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-18bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh1-7/+7
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh5-50/+36
2021-10-18bsd-user: Add stop_all_tasksWarner Losh2-0/+10
2021-10-18bsd-user: Remove used from TaskStateWarner Losh2-2/+0
2021-10-18bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh1-0/+4
2021-10-18bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh1-6/+2
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh3-4/+3
2021-10-18bsd-user/errno_defs.h: Add internal error numbersStacey Son1-3/+10
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh2-5/+9
2021-10-18bsd-user: TARGET_RESET define is unused, remove itWarner Losh2-4/+0
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh1-11/+0
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh1-99/+1
2021-10-18meson: *-user: only descend into *-user when configuredWarner Losh3-4/+16
2021-10-18bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh1-4/+1
2021-10-18bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans1-3/+7
2021-10-18bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh1-5/+25
2021-10-18Merge remote-tracking branch 'remotes/philmd/tags/mips-20211018' into stagingRichard Henderson7-110/+415
2021-10-18bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh1-30/+23
2021-10-17bsd-user/mmap.c: mmap prefer MAP_ANON for BSDWarner Losh1-6/+5
2021-10-17bsd-user/mmap.c: mmap return ENOMEM on overflowWarner Losh1-1/+8
2021-10-17bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefsWarner Losh1-14/+0
2021-10-17bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCEMikaël Urankar1-2/+6
2021-10-17bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Mikaël Urankar1-1/+3
2021-10-18via-ide: Avoid using isa_get_irq()BALATON Zoltan1-2/+2
2021-10-18vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2-1/+13
2021-10-18vt82c686: Move common code to via_isa_realizeBALATON Zoltan1-38/+29
2021-10-18via-ide: Set user_creatable to falseBALATON Zoltan1-0/+3
2021-10-18target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()Philippe Mathieu-Daudé1-4/+0
2021-10-18target/mips: Fix DEXTRV_S.H DSP opcodePhilippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()Philippe Mathieu-Daudé1-3/+1
2021-10-18target/mips: Use explicit extract32() calls in gen_msa_i5()Philippe Mathieu-Daudé1-7/+4
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_3rf()Philippe Mathieu-Daudé1-9/+14
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_2r()Philippe Mathieu-Daudé1-3/+2
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_2rf()Philippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Use tcg_constant_i32() in gen_msa_elm_df()Philippe Mathieu-Daudé1-2/+1
2021-10-18target/mips: Remove unused register from MSA 2R/2RF instruction formatPhilippe Mathieu-Daudé1-6/+0
2021-10-18hw/mips/boston: Add FDT generatorJiaxun Yang1-9/+236
2021-10-18hw/mips/boston: Allow loading elf kernel and dtbJiaxun Yang1-4/+32
2021-10-18hw/mips/boston: Massage memory map informationJiaxun Yang1-28/+80
2021-10-17target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6Philippe Mathieu-Daudé1-0/+6
2021-10-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211016' into stagingRichard Henderson34-386/+141
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson3-16/+23
2021-10-15target/xtensa: Drop check for singlestep_enabledRichard Henderson1-17/+8
2021-10-15target/tricore: Drop check for singlestep_enabledRichard Henderson3-21/+1
2021-10-15target/sh4: Drop check for singlestep_enabledRichard Henderson3-17/+3
2021-10-15target/s390x: Drop check for singlestep_enabledRichard Henderson1-6/+2
2021-10-15target/rx: Drop checks for singlestep_enabledRichard Henderson3-19/+2
2021-10-15target/riscv: Remove exit_tb and lookup_and_goto_ptrRichard Henderson4-34/+7
2021-10-15target/riscv: Remove dead code after exceptionRichard Henderson1-5/+1
2021-10-15target/ppc: Drop exit checks for singlestep_enabledRichard Henderson1-30/+8