Re: [PATCH v6 00/26] TCI fixes and cleanups

2021-05-15 Thread Philippe Mathieu-Daudé
On 5/3/21 1:57 AM, Richard Henderson wrote: > Richard Henderson (26): > tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode > tcg: Add tcg_call_flags > accel/tcg/plugin-gen: Drop inline markers > plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb > accel/tcg: Add tcg call flags t

Re: [PATCH v6 00/26] TCI fixes and cleanups

2021-05-02 Thread no-reply
/26] TCI fixes and cleanups === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updat

[PATCH v6 00/26] TCI fixes and cleanups

2021-05-02 Thread Richard Henderson
Changes since v5: * More patches now upstream. * Re-work how ffi is used, to avoid breaking plugins. 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-