x86/EFI: improve boot time diagnostics (try 2)
authorJan Beulich <jbeulich@suse.com>
Mon, 16 Jun 2014 09:52:34 +0000 (11:52 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 16 Jun 2014 09:52:34 +0000 (11:52 +0200)
commitebbb51dc8c1790e5187442a808003298b6796762
tree0091e5683351481844c72c1b61b9a68009ce78c2
parent568da4f8c43d2e5b614964c6aefd768de3e3af14
x86/EFI: improve boot time diagnostics (try 2)

To aid analysis of eventual errors, print EFI status codes with error
messages where available. Also remove a case where the status gets
stored into a local variable without being used examined (which mis-
guided me to add an error check there in try 1 of this patch).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/efi/boot.c