]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
tools/libelf: fix elf notes check for PVH guest
authorWei Liu <wei.liu2@citrix.com>
Fri, 12 Jan 2018 16:41:18 +0000 (16:41 +0000)
committerRoger Pau Monne <roger.pau@citrix.com>
Fri, 12 Jan 2018 17:56:48 +0000 (17:56 +0000)
commit39838a6fb856bc5c45c4949bbedc58ea49ecbbeb
tree7c54ed7e41a2f90257f85919926102711c5c15df
parent048279bdcb596cebd83c7b6d7f33218cba8926eb
tools/libelf: fix elf notes check for PVH guest

PVH only requires PHYS32_ENTRY to be set. Return immediately if that's
the case.

Also remove the printk in pvh_load_kernel.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
[remove PVH dom0 builder chunk when backporting]
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
xen/common/libelf/libelf-dominfo.c