diff options
author | Mukesh Rathor <mukesh.rathor@oracle.com> | 2013-12-31 23:02:44 +0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2014-01-06 19:44:09 +0400 |
commit | 4dd322bc3b25be40dfa91e8ac483b846f3e8dffc (patch) | |
tree | a2a43cced3f4eb0224ba534da70d9cf7b8e1423a /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 76bcceff0bfbded075c9703ec5413a9bf50ef8c4 (diff) | |
download | linux-4dd322bc3b25be40dfa91e8ac483b846f3e8dffc.tar.xz |
xen/pvh: Setup up shared_info.
For PVHVM the shared_info structure is provided via the same way
as for normal PV guests (see include/xen/interface/xen.h).
That is during bootup we get 'xen_start_info' via the %esi register
in startup_xen. Then later we extract the 'shared_info' from said
structure (in xen_setup_shared_info) and start using it.
The 'xen_setup_shared_info' is all setup to work with auto-xlat
guests, but there are two functions which it calls that are not:
xen_setup_mfn_list_list and xen_setup_vcpu_info_placement.
This patch modifies the P2M code (xen_setup_mfn_list_list)
while the "Piggyback on PVHVM for event channels" modifies
the xen_setup_vcpu_info_placement.
Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions