]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/freebsd/os-syscall.c
bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
authorWarner Losh <imp@bsdimp.com>
Mon, 31 Jan 2022 23:10:10 +0000 (16:10 -0700)
committerWarner Losh <imp@bsdimp.com>
Sat, 11 Jun 2022 04:00:48 +0000 (22:00 -0600)
commit80da1b00886782520286e26f39ce8e21c1855072
tree73ba828c84f904425a166ae7c1c243914b7e8fc6
parentdb69788703c5fdc590c96815c0eeeebc6a32d3e7
bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv

Implement do_bsd_{read,pread,readv,preadv}. Connect them to the system
call table.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/bsd-file.h
bsd-user/freebsd/os-syscall.c