Re: [PATCH v2] target/i386: clean up comments over 80 chars per line

2019-09-22 Thread Tao Xu
On 9/21/2019 2:33 AM, Eduardo Habkost wrote: On Fri, Sep 20, 2019 at 01:31:36PM +0800, Tao Xu wrote: Drop the duplicate definition of CPUID_7_0_ECX_VBMI. And add some comments, clean up comments over 80 chars per line. There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, remove th

Re: [PATCH v2] target/i386: clean up comments over 80 chars per line

2019-09-20 Thread Eduardo Habkost
On Fri, Sep 20, 2019 at 01:31:36PM +0800, Tao Xu wrote: > Drop the duplicate definition of CPUID_7_0_ECX_VBMI. And add some > comments, clean up comments over 80 chars per line. > > There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, > remove the extra enter and spaces. > > Signed-

Re: [PATCH v2] target/i386: clean up comments over 80 chars per line

2019-09-20 Thread Eduardo Habkost
On Fri, Sep 20, 2019 at 11:14:56AM +0200, Stefano Garzarella wrote: > On Fri, Sep 20, 2019 at 01:31:36PM +0800, Tao Xu wrote: > > Drop the duplicate definition of CPUID_7_0_ECX_VBMI. And add some > > comments, clean up comments over 80 chars per line. > > > > There is an extra line in comment of C

Re: [PATCH v2] target/i386: clean up comments over 80 chars per line

2019-09-20 Thread Stefano Garzarella
On Fri, Sep 20, 2019 at 01:31:36PM +0800, Tao Xu wrote: > Drop the duplicate definition of CPUID_7_0_ECX_VBMI. And add some > comments, clean up comments over 80 chars per line. > > There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, > remove the extra enter and spaces. Might it be

[PATCH v2] target/i386: clean up comments over 80 chars per line

2019-09-19 Thread Tao Xu
Drop the duplicate definition of CPUID_7_0_ECX_VBMI. And add some comments, clean up comments over 80 chars per line. There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, remove the extra enter and spaces. Signed-off-by: Tao Xu --- target/i386/cpu.h | 163 +++