]> xenbits.xensource.com Git - qemu-xen.git/commit
migration: Fix operator type qemu-xen-4.17.0 qemu-xen-4.17.0-rc4 qemu-xen-4.17.1
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 6 Apr 2022 10:25:15 +0000 (11:25 +0100)
committerAnthony PERARD <anthony.perard@gmail.com>
Thu, 16 Jun 2022 10:58:37 +0000 (11:58 +0100)
commitb746458e1ce1bec85e58b458386f8b7a0bedfaa6
treeb9f3eef20f5a55bc283a7bb6300ff36130935603
parent9a5e4bc76058766962ab3ff13f42c1d39a8e08d3
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>
(cherry picked from commit f912ec5b2d65644116ff496b58d7c9145c19e4c0)
migration/ram.c