Re: [PATCH v3 19/19] bsd-user: Add call to do_bsd_ioctl and add bsd-ioctl.c to the build
Pierrick Bouvier <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 5/2/2026 10:09 AM, Warner Losh wrote: > Finally, connect do_bsd_ioctl to the build. Call bsd_ioctl_init() from > syscall_init() > > Signed-off-by: Stacey D. Son <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > --- > bsd-user/freebsd/os-syscall.c | 9 +++++++++ > bsd-user/meson.build | 1 + > 2 files changed, 10 insertions(+) > Reviewed-by: Pierrick Bouvier <[email protected]>