]> 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:17:07 +0000 (15:17 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 23 Jun 2017 13:17:07 +0000 (15:17 +0200)
commite146b7e3eaa257427c97c555f357eae5cd782d2d
tree16cbbf8a1c816b4dcd5b8e05484bb35ae6678c08
parenta0ced5abefa37b41e28697b3f2ca6210a4690e95
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