mbox series

[0/2] kvm selftest cleanup

Message ID 20220118140144.58855-1-yang.zhong@intel.com (mailing list archive)
Headers show
Series kvm selftest cleanup | expand

Message

Yang Zhong Jan. 18, 2022, 2:01 p.m. UTC
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(-)

Comments

Paolo Bonzini Jan. 19, 2022, 6:35 p.m. UTC | #1
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 Zhong Jan. 20, 2022, 1:04 a.m. UTC | #2
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