- c61a0d3 cli: Remove deprecated '-singlestep' command line option by Philippe Mathieu-Daudé · 1 year, 1 month ago
- dfa4753 cpu: Add generic cpu_list() by Gavin Shan · 1 year, 4 months ago
- d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
- 9bfba08 bsd-user: spelling fixes: necesary, agrument, undocummented by Michael Tokarev · 1 year, 4 months ago
- 3c55dd5 hw/cpu: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 5a53431 target/arm: Move feature test functions to their own header by Peter Maydell · 1 year, 4 months ago
- 800af0a Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
- a0bc599 build: Remove --enable-gprof by Richard Henderson · 1 year, 5 months ago
- d7ec12f tcg: Split out tcg init functions to tcg/startup.h by Richard Henderson · 1 year, 5 months ago
- 935f75a tcg: Remove argument to tcg_prologue_init by Richard Henderson · 1 year, 5 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
- dfa1d91 bsd-user: Add stubs for vadvise(), sbrk() and sstk() by Warner Losh · 1 year, 5 months ago
- 4e00b7d bsd-user: Implement shmat(2) and shmdt(2) by Stacey Son · 1 year, 5 months ago
- f9bbe3c bsd-user: Implement shmctl(2) by Stacey Son · 1 year, 5 months ago
- 9d14db1 bsd-user: Implement shm_unlink(2) and shmget(2) by Stacey Son · 1 year, 5 months ago
- 4f0be68 bsd-user: Implement shm_open(2) by Stacey Son · 1 year, 5 months ago
- a99d740 bsd-user: Implement do_obreak function by Stacey Son · 1 year, 5 months ago
- 83b045a bsd-user: Implement mincore(2) by Stacey Son · 1 year, 5 months ago
- 0c1ced4 bsd-user: Implment madvise(2) to match the linux-user implementation. by Karim Taha · 1 year, 5 months ago
- 0a49ef0 bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) by Stacey Son · 1 year, 5 months ago
- f28a1e4 bsd-user: Implement msync(2) by Stacey Son · 1 year, 5 months ago
- ecbe224 bsd-user: Implement mprotect(2) by Stacey Son · 1 year, 5 months ago
- 87dcb4a bsd-user: Implement mmap(2) and munmap(2) by Stacey Son · 1 year, 5 months ago
- 6765e98 bsd-user: Introduce bsd-mem.h to the source tree by Stacey Son · 1 year, 5 months ago
- bd2b731 bsd-user: Implement shmid_ds conversion between host and target. by Stacey Son · 1 year, 5 months ago
- 86fbb44 bsd-user: Implement ipc_perm conversion between host and target. by Stacey Son · 1 year, 5 months ago
- c9cdf0a bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c by Stacey Son · 1 year, 5 months ago
- dde5f40 bsd-user: Add bsd-mem.c to meson.build by Karim Taha · 1 year, 5 months ago
- 182ea72 bsd-user: Implement shm_rename(2) system call by Kyle Evans · 1 year, 5 months ago
- 0c35298 bsd-user: Implement shm_open2(2) system call by Karim Taha · 1 year, 5 months ago
- 137d963 bsd-user: Introduce freebsd/os-misc.h to the source tree by Stacey Son · 1 year, 5 months ago
- 1d4c402 bsd-user: Declarations for ipc_perm and shmid_ds conversion functions by Stacey Son · 1 year, 5 months ago
- 695cb91 bsd-user: Implement struct target_shmid_ds by Stacey Son · 1 year, 5 months ago
- 61a8f11 bsd-user: Implement struct target_ipc_perm by Stacey Son · 1 year, 5 months ago
- 6756ae2 bsd-user: Implement pdfork(2) system call. by Stacey Son · 1 year, 5 months ago
- 510eecb bsd-user: Implement rfork(2) system call. by Stacey Son · 1 year, 5 months ago
- 831a5a7 bsd-user: Implement fork(2) and vfork(2) system calls. by Stacey Son · 1 year, 5 months ago
- 0571e3f bsd-user: Implement pdgetpid(2) and the undocumented setugid. by Stacey Son · 1 year, 5 months ago
- 159e5b0 bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. by Stacey Son · 1 year, 5 months ago
- ae50288 bsd-user: Implement wait4(2) and wait6(2) system calls. by Stacey Son · 1 year, 5 months ago
- 36999e6 bsd-user: Implement execve(2) and fexecve(2) system calls. by Karim Taha · 1 year, 5 months ago
- dcaa3df bsd-user: Implement procctl(2) along with necessary conversion functions. by Stacey Son · 1 year, 5 months ago
- 8632729 bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve. by Stacey Son · 1 year, 5 months ago
- 84d41c5 bsd-user: Implement get_filename_from_fd. by Karim Taha · 1 year, 5 months ago
- ff26637 bsd-user: Implement getpriority(2) and setpriority(2). by Stacey Son · 1 year, 5 months ago
- 615ad41 bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2). by Stacey Son · 1 year, 5 months ago
- 932683c bsd-user: Implement get/set[resuid/resgid/sid] and issetugid. by Stacey Son · 1 year, 5 months ago
- e4446e0 bsd-user: Implement several get/set system calls: by Stacey Son · 1 year, 5 months ago
- faba8e1 bsd-user: Implement getrlimit(2) and setrlimit(2) by Stacey Son · 1 year, 5 months ago
- 59e801e bsd-user: Implement getrusage(2). by Stacey Son · 1 year, 5 months ago
- 82fe5f3 bsd-user: Implement umask(2), setlogin(2) and getlogin(2) by Stacey Son · 1 year, 5 months ago
- a478416 bsd-user: Implement getgroups(2) and setgroups(2) system calls. by Stacey Son · 1 year, 5 months ago
- b623031 bsd-user: Get number of cpus. by Kyle Evans · 1 year, 5 months ago
- 3f44e27 bsd-user: Implement host_to_target_waitstatus conversion. by Stacey Son · 1 year, 5 months ago
- 66c51d6 bsd-user: Implement host_to_target_rusage and host_to_target_wrusage. by Stacey Son · 1 year, 5 months ago
- 550fc70 bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion. by Stacey Son · 1 year, 5 months ago
- 0caa376 bsd-user: Implement target_to_host_resource conversion function by Stacey Son · 1 year, 5 months ago
- 00bff01 bsd-user: add extern declarations for bsd-proc.c conversion functions by Stacey Son · 1 year, 5 months ago
- cc47390 bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h. by Stacey Son · 1 year, 5 months ago
- 3f254cf bsd-user: Implement host_to_target_siginfo. by Stacey Son · 1 year, 5 months ago
- d314ae9 bsd-user: Define procctl(2) related structs by Stacey Son · 1 year, 5 months ago
- 5783a53 bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY by Karim Taha · 1 year, 5 months ago
- 944399f bsd-user: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- 64a917d trace-events: Fix the name of the tracing.rst file by Thomas Huth · 1 year, 7 months ago
- f703f1e bulk: Do not declare function prototypes using 'extern' keyword by Philippe Mathieu-Daudé · 2 years ago
- 8a45962 bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h by Warner Losh · 1 year, 6 months ago
- f51e7c4 bsd-user: Add missing break after do_bsd_preadv by Warner Losh · 1 year, 7 months ago
- 97a3c57 bsd-user: Add getdents and fcntl related system calls by Warner Losh · 1 year, 7 months ago
- d7e9a54 bsd-user: Add glue for statfs related system calls by Warner Losh · 1 year, 7 months ago
- 6fe97c6 bsd-user: Add glue for getfh and related syscalls by Warner Losh · 1 year, 7 months ago
- e800e6c bsd-user: Add glue for the freebsd11_stat syscalls by Warner Losh · 1 year, 7 months ago
- c97c1f3 bsd-user: Add os-stat.c to the build by Karim Taha · 1 year, 7 months ago
- 292bfd0 bsd-user: Implement do_freebsd_realpathat syscall by Mikaël Urankar · 1 year, 7 months ago
- 292f00c bsd-user: Implement freebsd11 netbsd stat related syscalls by Michal Meloun · 1 year, 7 months ago
- 91a98c9 bsd-user: Implement freebsd11 getdirents related syscalls by Michal Meloun · 1 year, 7 months ago
- 196da9d bsd-user: Implement freebsd11 statfs related syscalls by Michal Meloun · 1 year, 7 months ago
- 33d7306 bsd-user: Implement freebsd11 fstat and fhstat related syscalls by Michal Meloun · 1 year, 7 months ago
- b443297 bsd-user: Implement freebsd11 stat related syscalls by Michal Meloun · 1 year, 7 months ago
- c002320 bsd-user: Implement stat related syscalls by Stacey Son · 1 year, 7 months ago
- 2134445 bsd-user: Implement getdents related syscalls by Stacey Son · 1 year, 7 months ago
- 191fe50 bsd-user: Implement statfs related syscalls by Stacey Son · 1 year, 7 months ago
- db8ee08 bsd-user: Implement statfh related syscalls by Stacey Son · 1 year, 7 months ago
- bf14f13 bsd-user: Implement stat related syscalls by Stacey Son · 1 year, 7 months ago
- f9d5a35 bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functions by Michal Meloun · 1 year, 7 months ago
- 584d6fc bsd-user: Implement target_to_host_fcntl_cmd by Stacey Son · 1 year, 7 months ago
- 5aa88f9 bsd-user: Implement h2t_freebds11_statfs by Stacey Son · 1 year, 7 months ago
- f2bc92a bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle by Stacey Son · 1 year, 7 months ago
- 86547e5 bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat by Stacey Son · 1 year, 7 months ago
- a0c20b1 bsd-user: Rename target_freebsd_time_t to target_time_t by Warner Losh · 1 year, 7 months ago
- 243c725 bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.h by Kyle Evans · 1 year, 7 months ago
- 54d07b4 bsd-user: Add struct target_freebsd_fhandle and fcntl flags by Stacey Son · 1 year, 7 months ago
- 25efcda bsd-user: Add struct target_statfs by Michal Meloun · 1 year, 7 months ago
- 1de075a bsd-user: Add structs target_freebsd11_{nstat,statfs} by Stacey Son · 1 year, 7 months ago
- ad805a7 bsd-user: Add struct target_stat to bsd-user/syscall_defs.h by Michal Meloun · 1 year, 7 months ago
- 40f5e29 bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defs by Stacey Son · 1 year, 7 months ago
- 9b4a902 bsd-user: Declarations of h2t and t2h conversion functions. by Stacey Son · 1 year, 7 months ago
- 6538c68 bsd-user; Update the definitions of __put_user and __get_user macros by Warner Losh · 1 year, 7 months ago
- 25e2cfb bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h by Warner Losh · 1 year, 7 months ago
- 4436e2f bsd-user: Remove image_info.start_brk by Richard Henderson · 1 year, 7 months ago
- 7db1873 bsd-user: Remove image_info.mmap by Richard Henderson · 1 year, 7 months ago