On 08/06/2023 10:59 am, Roger Pau Monne wrote: > Some of the current users of hvm_cr4_guest_valid_bits() don't print > the valid mask in case of error, and thus the resulting error messages > are not as helpful as they could be. > > Amend callers to always print the value of hvm_cr4_guest_valid_bits() > together with the rejected bits in the checked value. Also take the > opportunity and adjust all the users to use the same print formatter. > > No functional change intended. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com>