x86/emul: Clean up the naming of the retire union
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 29 Nov 2016 17:55:21 +0000 (17:55 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Dec 2016 17:23:01 +0000 (17:23 +0000)
commitda1d7f6da6227ae2a5139e6674f1c0f8930a188b
tree8ae428af6040001717ef89cc2e7d6ddc9ebd44c7
parent9222b445e6a5bc25e1f6fff90ff5e2d5ed7f1116
x86/emul: Clean up the naming of the retire union

Rename byte to raw, as the field being a single byte long is an implementation
detail.  Make the bitfields part of an anonymous struct to remove the .flags
qualifier.  Change the types of the flags to being booleans, to match their
use.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/emulate.c
xen/arch/x86/x86_emulate/x86_emulate.c
xen/arch/x86/x86_emulate/x86_emulate.h