microsoft / igvm

MIT License
87 stars 18 forks source link

igvm: Fix visibility of SevXmmRegister members #22

Closed roy-hopkins closed 9 months ago

roy-hopkins commented 9 months ago

The visibility of all members in the structures defined in snp_defs.rs should be public allowing direct access to the fields within the structures. This was not true for SevXmmRegister.

This commit makes the fields in the structure public.