x86/HVM: prune error labels in do_hvm_op()
authorJan Beulich <jbeulich@suse.com>
Thu, 14 Jan 2016 09:33:39 +0000 (10:33 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 14 Jan 2016 09:33:39 +0000 (10:33 +0100)
commited6452a091daa711890f0c0f84adb12e9fa54fa3
tree0b558cf4ee1b4f7f8d1a0a6824baaa63d88a6600
parent892d196360d65dfa87f5fd7210cd5bca927aa455
x86/HVM: prune error labels in do_hvm_op()

I've got repeatedly annoyed by the bad naming: Make them slightly
better recognizable (and less likely to get mixed up), except in cases
where they can be eliminated altogether.

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