]> xenbits.xensource.com Git - xen.git/commit
memory: don't suppress P2M update in populate_physmap()
authorJan Beulich <jbeulich@suse.com>
Fri, 23 Jun 2017 13:19:27 +0000 (15:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Jun 2017 13:19:27 +0000 (15:19 +0200)
commitf7ad92a74f0a3fd5a7b8bb77c346084ce3e8643c
treea1b67afd8ea76ca9314c3fc3019cbbc294afcf76
parent4efd74db51d75f22b9c65e5f1dbe5332854ffa0a
memory: don't suppress P2M update in populate_physmap()

Commit d18627583d ("memory: don't hand MFN info to translated guests")
wrongly added a null-handle check there - just like stated in its
description for memory_exchange(), the array is also an input for
populate_physmap() (and hence can't reasonably be null). I have no idea
how I've managed to overlook this.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: b964e3106d2cdaa11cc4524181ff14607d110ae4
master date: 2017-06-20 14:51:53 +0200
xen/common/memory.c