accel/hvf: Fix TYPE_HVF_ACCEL instance size

Fixes: c97d6d2cdf ("i386: hvf: add code base from Google repo")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250606164418.98655-7-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2025-06-05 08:20:37 +02:00
parent ff1bc6f4c5
commit 6cfe590c6b
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@ typedef struct hvf_vcpu_caps {
struct HVFState {
AccelState parent;
hvf_slot slots[32];
int num_slots;