Re: [PATCH 00/24] accel/tcg: Rewrite user-only vma tracking

2022-10-24 Thread Richard Henderson
Ping. On 10/6/22 13:10, Richard Henderson wrote: The primary motivator here are the numerous bug reports (e.g. #290) about not being able to handle very large memory allocations. I presume all or most of these are due to guest use of the clang address sanitizer, which allocates a massive shadow

[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking

2022-10-05 Thread Richard Henderson
The primary motivator here are the numerous bug reports (e.g. #290) about not being able to handle very large memory allocations. I presume all or most of these are due to guest use of the clang address sanitizer, which allocates a massive shadow vma. This patch set copies the linux kernel code fo