Message ID | 20220118140144.58855-1-yang.zhong@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | kvm selftest cleanup | expand |
On 1/18/22 15:01, Yang Zhong wrote: > Patch 1 to sync KVM_CAP_XSAVE2 to 208, and patch 2 only cleanup > processor.c file with tabs as Sean requested before. Those two > patches were based on latest Linux release(commit id: e3a8b6a1e70c). > > Yang Zhong (2): > kvm: selftests: Sync KVM_CAP_XSAVE2 from linux header > kvm: selftests: Use tabs to replace spaces > > tools/include/uapi/linux/kvm.h | 2 +- > .../selftests/kvm/lib/x86_64/processor.c | 70 +++++++++---------- > 2 files changed, 36 insertions(+), 36 deletions(-) > Hi, I sent a slightly more complete version of both patches. Thanks, Paolo
On Wed, Jan 19, 2022 at 07:35:05PM +0100, Paolo Bonzini wrote: > On 1/18/22 15:01, Yang Zhong wrote: > >Patch 1 to sync KVM_CAP_XSAVE2 to 208, and patch 2 only cleanup > >processor.c file with tabs as Sean requested before. Those two > >patches were based on latest Linux release(commit id: e3a8b6a1e70c). > > > >Yang Zhong (2): > > kvm: selftests: Sync KVM_CAP_XSAVE2 from linux header > > kvm: selftests: Use tabs to replace spaces > > > > tools/include/uapi/linux/kvm.h | 2 +- > > .../selftests/kvm/lib/x86_64/processor.c | 70 +++++++++---------- > > 2 files changed, 36 insertions(+), 36 deletions(-) > > > > Hi, > > I sent a slightly more complete version of both patches. > Thanks Paolo, :). Yang > Thanks, > > Paolo