From: Richard Henderson Date: Sat, 27 Sep 2025 00:21:32 +0000 (-0700) Subject: accel/hvf: Remove mac_slots X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7654a643fad89610cd70142a73e4b9df7700ad;p=thirdparty%2Fqemu.git accel/hvf: Remove mac_slots This data structure is no longer used. Signed-off-by: Richard Henderson Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Akihiko Odaki Message-ID: <20260112103034.65310-11-philmd@linaro.org> --- diff --git a/accel/hvf/hvf-all.c b/accel/hvf/hvf-all.c index dd9ea641ea..0fbe27dfa2 100644 --- a/accel/hvf/hvf-all.c +++ b/accel/hvf/hvf-all.c @@ -22,15 +22,6 @@ bool hvf_allowed; -struct mac_slot { - int present; - uint64_t size; - uint64_t gpa_start; - uint64_t gva; -}; - -struct mac_slot mac_slots[32]; - const char *hvf_return_string(hv_return_t ret) { switch (ret) {