]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: rename lazy flags field and its type
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 7 Mar 2025 19:55:19 +0000 (11:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commit7517ee9ec23801d4b6c4e5acbc0ad1bfa06c755a
tree58e07a6462d3c6fcc92f44f2bc27213d7ef89dd5
parent585678640c778ee35a86638eacb22372bda70ee1
target/i386: rename lazy flags field and its type

The same structure and code can be used by other accelerators. Drop
the hvf prefix in the type and field name.

No functional change.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1741377325-28175-9-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/hvf/x86_flags.c