Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: s390: check the given debug flags, not the set ones
This patch fixes a minor bug when updating the guest debug settings. We should check the given debug flags, not the already set ones. Doesn't do any harm but too many (for now unused) flags could be set internally without error. Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
- Loading branch information