Re: [Xen-devel] [PATCH v2 3/3] tools/cpu-policy: Add unit tests

2019-03-11 Thread Jan Beulich
>>> On 25.02.19 at 16:47, wrote: > These will be extended with further libx86 work. > > Fix the sorting of the CPUID_GUEST_NR_* constants, noticed while writing the > unit tests. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich ___ Xen-deve

Re: [Xen-devel] [PATCH v2 3/3] tools/cpu-policy: Add unit tests

2019-02-27 Thread Wei Liu
On Mon, Feb 25, 2019 at 03:47:15PM +, Andrew Cooper wrote: > These will be extended with further libx86 work. > > Fix the sorting of the CPUID_GUEST_NR_* constants, noticed while writing the > unit tests. > > Signed-off-by: Andrew Cooper Looks good to me. But I will let you and Jan figure o

[Xen-devel] [PATCH v2 3/3] tools/cpu-policy: Add unit tests

2019-02-25 Thread Andrew Cooper
These will be extended with further libx86 work. Fix the sorting of the CPUID_GUEST_NR_* constants, noticed while writing the unit tests. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné CC: Sergey Dyasli v2: * Pospone the AFL fuzzer for now. It needs a bit