]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lguest: Read offset of device_cap later
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 3 Mar 2016 12:01:41 +0000 (13:01 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 10 Jun 2016 09:39:09 +0000 (11:39 +0200)
commitcf2cf0f50c14e86e04cda2c684357eed77922666
tree813cf2759a4d5174ee0ce847af3713e4a817d47e
parent7faf90ef995ea470f32f43810266ece8ac8ba6c7
lguest: Read offset of device_cap later

Read the offset of the capability with type VIRTIO_PCI_CAP_DEVICE_CFG
only when we're sure we're going to need it. Which is when all checks
have passed and we know we have a virtio console with an emerg_wr field.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: lguest@lists.ozlabs.org
Link: http://lkml.kernel.org/r/1457006501-5377-3-git-send-email-pebolle@tiscali.nl
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/lguest/boot.c