On 12/16/21 12:51 AM, Paolo Bonzini wrote:
-    if config_host['ARCH'].startswith(k) or 
config_target['TARGET_BASE_ARCH'].startswith(k)
+    if host_arch.startswith(k) or 
config_target['TARGET_BASE_ARCH'].startswith(k)

Not a problem with this patch, but a missed use of target_base_arch variable?

Anyway,
Reviewed-by: Richard Henderson <[email protected]>


r~

Reply via email to