]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include: name the MemReentrancyGuard struct
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 Nov 2025 18:34:34 +0000 (19:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 27 Dec 2025 09:11:05 +0000 (10:11 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/qdev-core.h

index 2caa0cbd26f5648a44c61668cfa4fd8ab46d9e07..5cf2db7ee115695a105940faefbbfa4519da2bac 100644 (file)
@@ -208,7 +208,7 @@ struct NamedClockList {
     QLIST_ENTRY(NamedClockList) node;
 };
 
-typedef struct {
+typedef struct MemReentrancyGuard {
     bool engaged_in_io;
 } MemReentrancyGuard;