mbox series

[0/5] x86/p2m: hook adjustments

Message ID 29d30de1-2a8d-aee2-d3c3-331758766fc9@suse.com (mailing list archive)
Headers show
Series x86/p2m: hook adjustments | expand

Message

Jan Beulich Oct. 28, 2020, 9:20 a.m. UTC
This started out with me getting confused by the two write_p2m_entry()
hooks we have - there really ought to be no more than one, or if two
were absolutely needed they imo would better have distinct names. Other
adjustment opportunities (and I hope they're improvements) were found
while getting rid of that one unnecessary layer of indirect calls.

1: p2m: paging_write_p2m_entry() is a private function
2: p2m: collapse the two ->write_p2m_entry() hooks
3: p2m: suppress audit_p2m hook when possible
4: HAP: move nested-P2M flush calculations out of locked region
5: [RFC] p2m: split write_p2m_entry() hook

Jan