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
/
bsd-user
Age
Commit message (
Expand
)
Author
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
bsd-user: Use qemu_set_log_filename_flags
Richard Henderson
2022-04-20
bsd-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-02-26
bsd-user: Add safe system call macros
Warner Losh
2022-02-26
bsd-user: Define target_arg64
Warner Losh
2022-02-26
bsd-user: introduce target.h
Warner Losh
2022-02-26
bsd-user/bsd-file.h: Implementation details for the filesystem calls
Warner Losh
2022-02-26
bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
Warner Losh
2022-02-26
bsd-user/sycall.c: Now obsolete, remove
Warner Losh
2022-02-26
bsd-user: Move system call building to os-syscall.c
Warner Losh
2022-02-26
bsd-user/freebsd/os-syscall.c: Move syscall processing here
Warner Losh
2022-02-26
bsd-user: Remove bsd_type
Warner Losh
2022-02-26
bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target
Warner Losh
2022-02-26
bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target
Warner Losh
2022-02-26
bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls
Warner Losh
2022-02-26
bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall
Warner Losh
2022-02-26
bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall
Warner Losh
2022-02-26
bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64
Warner Losh
2022-02-26
bsd-user/main.c: Drop syscall flavor arg -bsd
Warner Losh
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-01
bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
Warner Losh
2022-01-30
bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...
Warner Losh
2022-01-30
bsd-user: Rename arg name for target_cpu_reset to env
Warner Losh
2022-01-30
bsd-user/signal.c: do_sigaltstack
Warner Losh
2022-01-30
bsd-user/signal.c: implement do_sigaction
Warner Losh
2022-01-30
bsd-user/signal.c: implement do_sigreturn
Warner Losh
2022-01-28
bsd-user/signal.c: process_pending_signals
Warner Losh
2022-01-28
bsd-user/signal.c: tswap_siginfo
Warner Losh
2022-01-28
bsd-user/signal.c: handle_pending_signal
Warner Losh
2022-01-28
bsd-user/signal.c: setup_frame
Warner Losh
2022-01-28
bsd-user/signal.c: sigset manipulation routines.
Warner Losh
2022-01-28
bsd-user/signal.c: Fill in queue_signal
Warner Losh
2022-01-28
bsd-user/signal.c: Implement dump_core_and_abort
Warner Losh
2022-01-28
bsd-user/strace.c: print_taken_signal
Warner Losh
2022-01-28
bsd-user/signal.c: Implement host_signal_handler
Warner Losh
2022-01-28
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Warner Losh
2022-01-28
bsd-user/signal.c: host_to_target_siginfo_noswap
Warner Losh
2022-01-28
bsd-user: Add trace events for bsd-user
Warner Losh
2022-01-28
bsd-user: Add host signals to the build
Warner Losh
2022-01-28
bsd-user/host/x86_64/host-signal.h: Implement host_signal_*
Warner Losh
2022-01-28
bsd-user/host/i386/host-signal.h: Implement host_signal_*
Warner Losh
[next]