On 21/01/2020 12:00, Paul Durrant wrote: > Use mfn_t rather than unsigned long and change previous tests against 0 to > tests against INVALID_MFN (also introducing initialization to that value). > > Signed-off-by: Paul Durrant <pdurr...@amazon.com>
I'm afraid this breaks the idempotency of vmx_free_vlapic_mapping(), which gets in the way of domain/vcpu create/destroy cleanup. Its fine to use 0 as the sentinel. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel