]> xenbits.xensource.com Git - qemu-xen.git/commit
migration: Fix operator type stable-4.16 staging-4.16 qemu-xen-4.16.5
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 6 Apr 2022 10:25:15 +0000 (11:25 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 17 Jul 2023 11:09:08 +0000 (12:09 +0100)
commitc02cb236b5e4a76cf74e641cc35a0e3ebd3e52f3
treeffc5642497c8abab3dfbd4dd0434ab5d9e6a4ebb
parent770026a27872174f66e420f643abce0756a128f1
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)
(cherry picked from commit b746458e1ce1bec85e58b458386f8b7a0bedfaa6)
migration/ram.c