From 29ecd66019047768080e8eeab4cd6582b28383a2 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 6 Sep 2015 16:24:50 +0200 Subject: [PATCH] KVM: x86: avoid uninitialized variable warning This does not show up on all compiler versions, so it sneaked into the first 4.3 pull request. The fix is to mimic the logic of the "print sptes" loop in the "fill array" loop. Then leaf and root can be both initialized unconditionally. Note that "leaf" now points to the first unused element of the array, not the last filled element. Reported-by: Linus Torvalds Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed