unicorn/qemu/target
Peter Maydell 26cb1b8767
target/arm: Stop using variable length array in dc_zva
Currently the dc_zva helper function uses a variable length
array. In fact we know (as the comment above remarks) that
the length of this array is bounded because the architecture
limits the block size and QEMU limits the target page size.
Use a fixed array size and assert that we don't run off it.

Backports commit 63159601fb3e396b28da14cbb71e50ed3f5a0331 from qemu
2019-05-09 17:48:25 -04:00
..
arm target/arm: Stop using variable length array in dc_zva 2019-05-09 17:48:25 -04:00
i386 target/i386: check CF_PARALLEL instead of parallel_cpus 2019-05-04 22:45:49 -04:00
m68k target/m68k: check CF_PARALLEL instead of parallel_cpus 2019-05-06 00:42:16 -04:00
mips tcg: Hoist max_insns computation to tb_gen_code 2019-04-30 09:49:57 -04:00
riscv decodetree: Add DisasContext argument to !function expanders 2019-05-09 17:40:45 -04:00
sparc target/sparc: check CF_PARALLEL instead of parallel_cpus 2019-05-06 00:43:21 -04:00