On 7/14/21 12:29 PM, Dr. David Alan Gilbert wrote:>> +struct snp_pre_validated_range {
+ uint32_t start; + uint32_t end; +};Just a thought, but maybe use a 'Range' from include/qemu/range.h ?
I will look into it. thanks
On 7/14/21 12:29 PM, Dr. David Alan Gilbert wrote:>> +struct snp_pre_validated_range {
+ uint32_t start; + uint32_t end; +};Just a thought, but maybe use a 'Range' from include/qemu/range.h ?
I will look into it. thanks