From: Paolo Bonzini Date: Wed, 26 Nov 2025 18:34:34 +0000 (+0100) Subject: include: name the MemReentrancyGuard struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e110594980c22fd0b4d3a5ccd6b15b64e2a8e8;p=thirdparty%2Fqemu.git include: name the MemReentrancyGuard struct Signed-off-by: Paolo Bonzini --- diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 2caa0cbd26..5cf2db7ee1 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -208,7 +208,7 @@ struct NamedClockList { QLIST_ENTRY(NamedClockList) node; }; -typedef struct { +typedef struct MemReentrancyGuard { bool engaged_in_io; } MemReentrancyGuard;