]> xenbits.xensource.com Git - xen.git/commit
x86/MSI: use standard C types in structures/unions
authorJan Beulich <jbeulich@suse.com>
Tue, 21 Feb 2023 14:08:38 +0000 (15:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 Feb 2023 14:08:38 +0000 (15:08 +0100)
commitd58f3941ce3f8943df842fab2d4d761c483af6c4
tree19ca641a958a1ac3040bfd473be4a45edc475570
parentf4ef8a41b80831db2136bdaff9f946a1a4b051e7
x86/MSI: use standard C types in structures/unions

Consolidate this to use exclusively standard types, and change
indentation style to Xen's there at the same time (the file already had
a mix of styles).

While there
- switch boolean fields to use bool,
- drop the notion of big-endian bitfields being a thing on x86,
- drop the names for reserved fields,
- adjust the comment on "dest32".

No functional change intended.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/msi.h