hvf: Determine slot count from struct layout
commitdec490db8b5c98d60814d07c23ddf70708a56d6e
authorAlexander Graf <agraf@csgraf.de>
Fri, 8 Oct 2021 05:46:16 +0000 (8 07:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:49 +0000 (13 10:47 +0200)
tree46fd5d5bc5d3d46cbeb908cb9f4cbe3d1247a3ec
parent8e751e9c38e324737fd3d3aa0562f886313bba3c
hvf: Determine slot count from struct layout

We can handle up to a static amount of memory slots, capped by the size of
an internal array.

Let's make sure that array size is the only source of truth for the number
of elements in that array.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211008054616.43828-1-agraf@csgraf.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/hvf/hvf-accel-ops.c