Skip to content

Commit

Permalink
HACK: include: xen: public: hvm: add HVM_PARAM_MAGIC_BASE_PFN key in hvm
Browse files Browse the repository at this point in the history
Add a new HVMOP key HVM_PARAM_MAGIC_BASE_PFN for storing the magic
page region base PFN. The value will be set at Dom0less DomU
construction time after Dom0less DomU's magic page region has been
allocated.

HACK. to indicate that Xen upstream work is in progress and things may
change.

[1] https://patchew.org/Xen/[email protected]/[email protected]/
Signed-off-by: Grygorii Strashko <[email protected]>
  • Loading branch information
Grygorii Strashko committed May 3, 2024
1 parent ff9c952 commit d0b285a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/xen/public/hvm/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*/
#define HVM_PARAM_STORE_PFN 1
#define HVM_PARAM_STORE_EVTCHN 2
#define HVM_PARAM_MAGIC_BASE_PFN 3

/* Console debug shared memory ring and event channel */
#define HVM_PARAM_CONSOLE_PFN 17
Expand Down

0 comments on commit d0b285a

Please sign in to comment.