Re: [PATCH v5 00/57] TCI fixes and cleanups

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > Changes since v4: > * 19 more patches now upstream. I'm done for today. Hope in time so you can squeeze another batch in 6.0. Regards, Phil.

Re: [PATCH v5 00/57] TCI fixes and cleanups

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > > Richard Henderson (57): > tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 > tcg/tci: Rename tci_read_r to tci_read_rval > tcg/tci: Split out tci_args_rrs > tcg/tci: Split out tci_args_rr > tcg/tci: Split out tci_args_rrr > tcg/tc

Re: [PATCH v5 00/57] TCI fixes and cleanups

2021-03-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210311143958.562625-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210311143958.562625-1-richard.hender...@linaro.org Subject: [PATCH v5 00/57

[PATCH v5 00/57] TCI fixes and cleanups

2021-03-11 Thread Richard Henderson
Changes since v4: * 19 more patches now upstream. Changes since v3: * First patch fixes g2h() breakage. This shows a hole in our CI, in that we only build softmmu with TCI, not linux-user. * Tidy-up for the magic qemu_ld/st macros. * Fix libffi return value case with ffi_arg. Changes