]> xenbits.xensource.com Git - xen.git/commit
x86/HVM: drop stdvga's "lock" struct member
authorJan Beulich <jbeulich@suse.com>
Thu, 12 Sep 2024 07:17:02 +0000 (09:17 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 12 Sep 2024 07:17:02 +0000 (09:17 +0200)
commitb180a50326c8a2c171f37c1940a0fbbdcad4be90
tree8c9389a45bcef7fcb6ec286bb120038695dd68d4
parent3beb4baf2a0a2eef40d39eb7e6eecbfd36da5d14
x86/HVM: drop stdvga's "lock" struct member

No state is left to protect. It being the last field, drop the struct
itself as well. Similarly for then ending up empty, drop the .complete
handler.

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/stdvga.c
xen/arch/x86/include/asm/hvm/domain.h
xen/arch/x86/include/asm/hvm/io.h