700 Commits (6365e97c841e43dc6ea256857ddc7e850d5c67dd)

Author SHA1 Message Date
Stacey Son b6f070a771 bsd-user: Add miscellaneous BSD syscall implementations 2 months ago
Stacey Son e3d86fb18f bsd-user: Add System V message queue syscalls 2 months ago
Stacey Son 4019112cf1 bsd-user: Implement System V semaphore calls 2 months ago
Warner Losh edfff4f7a3 bsd-user: Add bsd-misc.c to build 2 months ago
Stacey Son bc903963bf bsd-user: Add message queue implementations 2 months ago
Stacey Son 1bbdc46d58 bsd-user: Add do_bsd_msgctl implementation 2 months ago
Stacey Son 6cefbee70b bsd-user: Add do_bsd___semctl implementation 2 months ago
Stacey Son 441ddfb820 bsd-user: Add do_bsd_semop implementation 2 months ago
Stacey Son 39fb6a5d09 bsd-user: Add do_bsd_semget implementation 2 months ago
Stacey Son 021fadcc8d bsd-user: Add do_bsd_uuidgen implementation 2 months ago
Stacey Son 75f6b9bcad bsd-user: Add do_bsd_quotactl, do_bsd_reboot and do_bsd_getdtablesize 2 months ago
Warner Losh e9232a04ee bsd-user: Add semaphore operation constants and structures 2 months ago
Stacey Son e2ad4ba061 bsd-user: Add host_to_target_msqid_ds for msgctl(2) 2 months ago
Stacey Son ee032d237f bsd-user: Add target_to_host_msqid_ds for msgctl(2) 2 months ago
Stacey Son db17761920 bsd-user: Add host_to_target_semid_ds for semctl(2) 2 months ago
Stacey Son b2ce1b6a8e bsd-user: Add target_to_host_semid_ds for semctl(2) 2 months ago
Stacey Son 685c763348 bsd-user: Add host_to_target_semarray for semaphore operations 2 months ago
Stacey Son ff1189f659 bsd-user: Add target_to_host_semarray for semaphore operations 2 months ago
Stacey Son 7cbe2f914c bsd-user: Add host_to_target_uuid for uuidgen(2) 2 months ago
Warner Losh 447121c344 bsd-user: Add function declarations for bsd-misc.c conversions 2 months ago
Warner Losh 4a75025b8a bsd-user: Add target_uuid structure for uuidgen syscall 2 months ago
Warner Losh e17d8c0044 bsd-user: Add target_semid_ds and target_msqid_ds structures 2 months ago
Warner Losh 2c4cc8b61d bsd-user: Remove NetBSD-specific code 2 months ago
Warner Losh 90678cd379 bsd-user: Remove OpenBSD-specific code 2 months ago
Pierrick Bouvier d37ce14f98 linux-user: move user/syscall-trace.h to linux-user/syscall.c 2 months ago
Peter Maydell 6b0d081e60 bsd-user: Clean up includes 2 months ago
Pierrick Bouvier f0de58ccf6 bsd-user/syscall_defs.h: define STAT_TIME_T_EXT only for 32 bits 2 months ago
Richard Henderson 369c1ba2b7 bsd-user: Fix __i386__ test for TARGET_HAS_STAT_TIME_T_EXT 3 months ago
Richard Henderson f55fc1c092 accel/tcg: Add clear_flags argument to page_set_flags 6 months ago
Paolo Bonzini 758e5de501 bsd-user, linux-user: introduce qemu_process_cpu_events 7 months ago
Paolo Bonzini 9cf342b491 accel/tcg: create a thread-kick function for TCG 8 months ago
Peter Maydell effe47ff48 target/arm: Drop ARM_FEATURE_IWMMXT handling 7 months ago
Richard Henderson 905c2c34fe target/arm: Rename isar_feature_aa64_atomics 7 months ago
Peter Maydell e61df9176d linux-user: Drop deprecated -p option 7 months ago
Philippe Mathieu-Daudé f7a7e7dd21 accel: Extract AccelClass definition to 'accel/accel-ops.h' 9 months ago
Philippe Mathieu-Daudé 9d01d2e86d accel: Propagate AccelState to AccelClass::init_machine() 10 months ago
Philippe Mathieu-Daudé 51e1896199 accel: Propagate AccelState to AccelClass::init_machine() 10 months ago
Pierrick Bouvier 9b23bf5024 bsd-user: add option to enable plugins 1 year ago
Richard Henderson 30da476066 include/user: Convert GUEST_ADDR_MAX to a variable 11 months ago
Richard Henderson d551b822f7 accel/tcg: Use vaddr in cpu_loop.h 11 months ago
Philippe Mathieu-Daudé 84307cd602 include: Remove 'exec/exec-all.h' 11 months ago
Markus Armbruster 8a2b516ba2 cleanup: Drop pointless return at end of function 12 months ago
Philippe Mathieu-Daudé 42fa9665e5 exec: Restrict 'cpu_ldst.h' to accel/tcg/ 1 year ago
Richard Henderson 4d3ad3c3ba include/exec: Split out mmap-lock.h 1 year ago
Pierrick Bouvier e16354b7f2 exec/cpu-all: remove BSWAP_NEEDED 1 year ago
Alex Bennée 903e870f24 plugins/api: split out binary path/start/end/entry code 1 year ago
Philippe Mathieu-Daudé 18b3abb722 user: Prefer cached CpuClass over CPU_GET_CLASS() macro 1 year ago
Philippe Mathieu-Daudé 1405d7e60d user: Extract common MMAP API to 'user/mmap.h' 1 year ago
Philippe Mathieu-Daudé 84d66261be bsd-user: Propagate alignment argument to mmap_find_vma() 1 year ago
Philippe Mathieu-Daudé 019b4e84ed bsd-user: Always use mmap_find_vma_aligned() in target_mmap() 1 year ago