x86/kvm: Use msi_msg shadow structs
authorThomas Gleixner <tglx@linutronix.de>
Sat, 24 Oct 2020 21:35:16 +0000 (22:35 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Oct 2020 19:26:26 +0000 (20:26 +0100)
commit485940e0e691d6d7874fe1fe3b9453c5af41aace
tree258adf958e7185ad46fbc4ec511407ea73e06fe0
parente16c8058a10ba8e38d0d1ad0b64e444b245ffdbd
x86/kvm: Use msi_msg shadow structs

Use the bitfields in the x86 shadow structs instead of decomposing the
32bit value with macros.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201024213535.443185-17-dwmw2@infradead.org
arch/x86/kvm/irq_comm.c