]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Fix operator type
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 6 Apr 2022 10:25:15 +0000 (11:25 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 21 Apr 2022 18:36:46 +0000 (19:36 +0100)
commitf912ec5b2d65644116ff496b58d7c9145c19e4c0
tree7099ec5c48426b6a655177b71e8d29c7280f7eae
parent08401c0426bc1a5ce4609afd1cda5dd39abbf9fa
migration: Fix operator type

Clang spotted an & that should have been an &&; fix it.

Reported by: David Binderman / https://gitlab.com/dcb
Fixes: 65dacaa04fa ("migration: introduce save_normal_page()")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/963
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20220406102515.96320-1-dgilbert@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c