[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 12/20] block: Add including of ioctl header for Emscripten
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v2 12/20] block: Add including of ioctl header for Emscripten build |
Date: |
Tue, 22 Apr 2025 10:02:30 -0400 |
On Tue, Apr 22, 2025 at 02:27:16PM +0900, Kohei Tokunaga wrote:
> Including <sys/ioctl.h> is still required on Emscripten, just like on other
> platforms, to make the ioctl function available.
>
> Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> ---
> block/file-posix.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> V2:
> - Split this from the previous 12th patch into a separate commit and revised
> the commit message to clarify the purpose of the patch.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v2 11/20] util/cacheflush.c: Update cache flushing mechanism for Emscripten, (continued)
- [PATCH v2 11/20] util/cacheflush.c: Update cache flushing mechanism for Emscripten, Kohei Tokunaga, 2025/04/22
- [PATCH v2 10/20] include/glib-compat.h: Poison g_list_sort and g_slist_sort, Kohei Tokunaga, 2025/04/22
- [PATCH v2 08/20] target/ppc: Fix type conflict of GLib function pointers, Kohei Tokunaga, 2025/04/22
- [PATCH v2 15/20] Disable options unsupported on Emscripten, Kohei Tokunaga, 2025/04/22
- [PATCH v2 12/20] block: Add including of ioctl header for Emscripten build, Kohei Tokunaga, 2025/04/22
- [PATCH v2 13/20] block: Fix type confict of the copy_file_range stub, Kohei Tokunaga, 2025/04/22
- [PATCH v2 14/20] include/qemu/osdep.h: Add Emscripten-specific OS dependencies, Kohei Tokunaga, 2025/04/22
- [PATCH v2 16/20] util: exclude mmap-alloc.c from compilation target on Emscripten, Kohei Tokunaga, 2025/04/22
- [PATCH v2 17/20] util: Add coroutine backend for emscripten, Kohei Tokunaga, 2025/04/22
- [PATCH v2 18/20] meson: Add wasm build in build scripts, Kohei Tokunaga, 2025/04/22
- [PATCH v2 19/20] tests: Add Dockerfile containing dependencies for Emscripten build, Kohei Tokunaga, 2025/04/22
- [PATCH v2 20/20] gitlab: Enable CI for wasm build, Kohei Tokunaga, 2025/04/22