mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add yields_valid_prefix_then_stops_on_invalid which submits a two descriptor chain where the first descriptor is valid and the second overshoots guest memory. The test verifies CheckedDescriptorIter yields the valid prefix, then terminates with the failed flag set. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>