On 10/02/2026 04.23, Zhao Liu wrote:
Standardize the definition of ObjectPropertyFlags by using the BIT() macro instead of manual bit shifts to improve readability.Suggested-by: Igor Mammedov <[email protected]> Signed-off-by: Zhao Liu <[email protected]> --- include/qom/object.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
