[LTP] [PATCH 1/7] KVM: Add VMSAVE/VMLOAD intercept constants
Petr Vorel
pvorel@suse.cz
Thu May 18 11:49:14 CEST 2023
...
> > > /* SVM vmrun exit codes */
> > > #define SVM_EXIT_HLT 0x78
> > > +#define SVM_EXIT_VMRUN 0x80
> > > +#define SVM_EXIT_VMLOAD 0x82
> > > +#define SVM_EXIT_VMSAVE 0x83
> > It looks like these three aren't used anywhere.
> Yes, the SVM_EXIT_* constants are not used. I originally wanted to use them
> in one of the checks but then decided against it. But let's keep them anyway
> since they'll be needed to handle the intercepts in future tests.
Sure, no problem.
Acked-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
More information about the ltp
mailing list