mbox series

[v3,0/6] x86/HVM: load state checking

Message ID 49a17ffa-c873-4b0f-81ed-9587053ca159@suse.com (mailing list archive)
Headers show
Series x86/HVM: load state checking | expand

Message

Jan Beulich Nov. 28, 2023, 10:32 a.m. UTC
With the request to convert bounding to actual refusal, and then
doing so in new hooks, the two previously separate patches now
need to be in a series, with infrastructure work done first.
Clearly the checking in other load handlers could (and likely
wants to be) moved to separate check handlers as well, down the
road.

1: HVM: introduce hvm_point_entry()
2: HVM: split restore state checking from state loading
3: HVM: adjust save/restore hook registration for optional check handler
4: vPIT: check values loaded from state save record
5: vPIC: vpic_elcr_mask() master bit 2 control
6: vPIC: check values loaded from state save record

Jan