From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: laurent@vivier.eu
Subject: Re: [PATCH 03/45] linux-user: Use abi_uint not uint32_t in syscall_defs.h
Date: Mon, 10 Jul 2023 10:43:38 +0200 [thread overview]
Message-ID: <a47afd4f-c23f-67ad-9208-3a49fb1d6502@linaro.org> (raw)
In-Reply-To: <20230709182934.309468-6-richard.henderson@linaro.org>
On 9/7/23 20:28, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> linux-user/syscall_defs.h | 108 +++++++++++++++++++-------------------
> 1 file changed, 54 insertions(+), 54 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2023-07-10 8:44 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-09 18:28 [PATCH 00/45] linux-user: patch roundup Richard Henderson
2023-07-09 18:28 ` [PATCH 01/45] linux-user: Reformat syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 01/37] util: Add cpuinfo-ppc.c Richard Henderson
2023-07-09 18:28 ` [PATCH 02/45] linux-user: Remove #if 0 block in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 02/37] tests/multiarch: Add test-aes Richard Henderson
2023-07-09 18:28 ` [PATCH 03/45] linux-user: Use abi_uint not uint32_t in syscall_defs.h Richard Henderson
2023-07-10 8:43 ` Philippe Mathieu-Daudé [this message]
2023-07-09 18:28 ` [PULL 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c Richard Henderson
2023-07-09 18:28 ` [PULL 04/37] crypto/aes: Add AES_SH, AES_ISH macros Richard Henderson
2023-07-09 18:28 ` [PATCH 04/45] linux-user: Use abi_int not int32_t in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 05/37] crypto: Add aesenc_SB_SR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 05/45] linux-user: Use abi_ullong not uint64_t in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 06/37] crypto: Add aesdec_ISB_ISR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 06/45] linux-user: Use abi_llong not int64_t in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 07/37] crypto: Add aesenc_MC Richard Henderson
2023-07-09 18:28 ` [PATCH 07/45] linux-user: Use abi_uint not unsigned int in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 08/37] crypto: Add aesdec_IMC Richard Henderson
2023-07-09 18:28 ` [PATCH 08/45] linux-user: Use abi_ullong not unsigned long long in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 09/37] crypto: Add aesenc_SB_SR_MC_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 09/45] linux-user: Use abi_llong not long long in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 10/37] crypto: Add aesdec_ISB_ISR_IMC_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 10/45] linux-user: Use abi_int not int in syscall_defs.h Richard Henderson
2023-07-10 8:45 ` Philippe Mathieu-Daudé
2023-07-09 18:28 ` [PULL 11/37] crypto: Add aesdec_ISB_ISR_AK_IMC Richard Henderson
2023-07-09 18:28 ` [PATCH 11/45] linux-user: Use abi_ushort not unsigned short in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 12/37] host/include/i386: Implement aes-round.h Richard Henderson
2023-07-09 18:28 ` [PATCH 12/45] linux-user: Use abi_short not short in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 13/37] host/include/aarch64: Implement aes-round.h Richard Henderson
2023-07-09 18:28 ` [PATCH 13/45] linux-user: Use abi_uint not unsigned in syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 14/37] host/include/ppc: Implement aes-round.h Richard Henderson
2023-07-09 18:28 ` [PATCH 14/45] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze Richard Henderson
2023-07-09 18:28 ` [PATCH 15/45] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2 Richard Henderson
2023-07-09 18:28 ` [PULL 15/37] target/ppc: Use aesenc_SB_SR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 16/45] linux-user/syscall: Implement execve without execveat Richard Henderson
2023-07-09 18:28 ` [PULL 16/37] target/ppc: Use aesdec_ISB_ISR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 17/45] linux-user: Fix do_shmat type errors Richard Henderson
2023-07-09 18:28 ` [PULL 17/37] target/ppc: Use aesenc_SB_SR_MC_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 18/45] accel/tcg: Split out cpu_exec_longjmp_cleanup Richard Henderson
2023-07-09 18:28 ` [PULL 18/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC Richard Henderson
2023-07-09 18:28 ` [PULL 19/37] target/i386: Use aesenc_SB_SR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 19/45] tcg: Fix info_in_idx increment in layout_arg_by_ref Richard Henderson
2023-07-09 18:28 ` [PATCH 20/45] linux-user: Make sure initial brk(0) is page-aligned Richard Henderson
2023-07-09 18:28 ` [PULL 20/37] target/i386: Use aesdec_ISB_ISR_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 21/45] linux-user: Fix formatting of mmap.c Richard Henderson
2023-07-09 18:28 ` [PULL 21/37] target/i386: Use aesdec_IMC Richard Henderson
2023-07-09 18:28 ` [PATCH 22/45] linux-user/strace: Expand struct flags to hold a mask Richard Henderson
2023-07-09 18:28 ` [PULL 22/37] target/i386: Use aesenc_SB_SR_MC_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 23/45] linux-user: Split TARGET_MAP_* out of syscall_defs.h Richard Henderson
2023-07-09 18:28 ` [PULL 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK Richard Henderson
2023-07-09 18:28 ` [PATCH 24/45] linux-user: Split TARGET_PROT_* out of syscall_defs.h Richard Henderson
2023-07-09 18:29 ` [PULL 24/37] target/arm: Demultiplex AESE and AESMC Richard Henderson
2023-07-09 18:29 ` [PATCH 25/45] linux-user: Populate more bits in mmap_flags_tbl Richard Henderson
2023-07-09 18:29 ` [PULL 25/37] target/arm: Use aesenc_SB_SR_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 26/45] accel/tcg: Introduce page_check_range_empty Richard Henderson
2023-07-09 18:29 ` [PULL 26/37] target/arm: Use aesdec_ISB_ISR_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 27/45] bsd-user: Use page_check_range_empty for MAP_EXCL Richard Henderson
2023-07-09 18:29 ` [PULL 27/37] target/arm: Use aesenc_MC Richard Henderson
2023-07-09 18:29 ` [PATCH 28/45] linux-user: Implement MAP_FIXED_NOREPLACE Richard Henderson
2023-07-09 18:29 ` [PULL 28/37] target/arm: Use aesdec_IMC Richard Henderson
2023-07-09 18:29 ` [PATCH 29/45] linux-user: Split out target_to_host_prot Richard Henderson
2023-07-09 18:29 ` [PULL 29/37] target/riscv: Use aesenc_SB_SR_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 30/45] linux-user: Widen target_mmap offset argument to off_t Richard Henderson
2023-07-09 18:29 ` [PULL 30/37] target/riscv: Use aesdec_ISB_ISR_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 31/45] linux-user: Rewrite target_mprotect Richard Henderson
2023-07-09 18:29 ` [PULL 31/37] target/riscv: Use aesdec_IMC Richard Henderson
2023-07-09 18:29 ` [PATCH 32/45] linux-user: Rewrite mmap_frag Richard Henderson
2023-07-09 18:29 ` [PULL 32/37] target/riscv: Use aesenc_SB_SR_MC_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 33/45] accel/tcg: Introduce page_find_range_empty Richard Henderson
2023-07-09 18:29 ` [PULL 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK Richard Henderson
2023-07-09 18:29 ` [PATCH 34/45] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved Richard Henderson
2023-07-09 18:29 ` [PULL 34/37] crypto: Remove AES_shifts, AES_ishifts Richard Henderson
2023-07-09 18:29 ` [PULL 35/37] crypto: Implement aesdec_IMC with AES_imc_rot Richard Henderson
2023-07-09 18:29 ` [PATCH 35/45] linux-user: Use page_find_range_empty for mmap_find_vma_reserved Richard Henderson
2023-07-09 18:29 ` [PULL 36/37] crypto: Remove AES_imc Richard Henderson
2023-07-09 18:29 ` [PATCH 36/45] linux-user: Use 'last' instead of 'end' in target_mmap Richard Henderson
2023-07-09 18:29 ` [PULL 37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN Richard Henderson
2023-07-09 18:29 ` [PATCH 37/45] linux-user: Rewrite mmap_reserve Richard Henderson
2023-07-09 18:29 ` [PATCH 38/45] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap Richard Henderson
2023-07-09 18:29 ` [PATCH 39/45] linux-user: Simplify target_munmap Richard Henderson
2023-07-09 18:29 ` [PATCH 40/45] accel/tcg: Accept more page flags in page_check_range Richard Henderson
2023-07-09 18:29 ` [PATCH 41/45] accel/tcg: Return bool from page_check_range Richard Henderson
2023-07-09 18:29 ` [PATCH 42/45] linux-user: Remove can_passthrough_madvise Richard Henderson
2023-07-09 18:29 ` [PATCH 43/45] linux-user: Simplify target_madvise Richard Henderson
2023-07-09 18:29 ` [PATCH 44/45] linux-user: Drop uint and ulong Richard Henderson
2023-07-09 18:29 ` [PATCH 45/45] linux-user/riscv: Add syscall riscv_hwprobe Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a47afd4f-c23f-67ad-9208-3a49fb1d6502@linaro.org \
--to=philmd@linaro.org \
--cc=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).