mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-14 21:52:18 -06:00
Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
This reverts commit b1c0734905
. (We
wanted to do so once the 7.1 tree opens, which has happened. The issue
reported in https://gitlab.com/qemu-project/qemu/-/issues/945 should be
fixed by the preceding patches.)
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220427114057.36651-4-hreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
06e9cd19a4
commit
ccfaf783c8
1 changed files with 1 additions and 2 deletions
|
@ -284,8 +284,7 @@ bool qemu_in_main_thread(void);
|
||||||
#else
|
#else
|
||||||
#define GLOBAL_STATE_CODE() \
|
#define GLOBAL_STATE_CODE() \
|
||||||
do { \
|
do { \
|
||||||
/* FIXME: Re-enable after 7.0 release */ \
|
assert(qemu_in_main_thread()); \
|
||||||
/* assert(qemu_in_main_thread()); */ \
|
|
||||||
} while (0)
|
} while (0)
|
||||||
#endif /* CONFIG_COCOA */
|
#endif /* CONFIG_COCOA */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue