The memset(guest_xsave, 0, sizeof(struct kvm_xsave)) also is notDuh, I should have mentioned that in the changelog. The buffer is
reproduced, you can make it unconditional for simplicity; this is not a
fast path.
allocated with kzalloc() soe the memset is redundant, right?