microsoft / igvm

MIT License
81 stars 17 forks source link

igvm_defs: fix specification bug with page data with file_offset == 0 #45

Closed chris-oo closed 2 months ago

chris-oo commented 2 months ago

The spec erroneously specified that these should be treated as hardware zero pages on certain platforms. They should be treated as private pages with data contents being zero.

A future revision is required to support hardware zero pages.

Fixes #36.