Re: [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction

2015-09-07 Thread Li, Liang Z
> On 02/09/2015 07:40, Amit Shah wrote: > >> The buffer_find_nonzero_offset() will be called to check the zero > >> page > >> > during live migration, it's a hot function. > >> > buffer_find_nonzero_offset() has already been optimized with SSE2 > >> > instructions, for platform that supports AVX2,

Re: [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction

2015-09-06 Thread Paolo Bonzini
On 02/09/2015 07:40, Amit Shah wrote: >> The buffer_find_nonzero_offset() will be called to check the zero page >> > during live migration, it's a hot function. buffer_find_nonzero_offset() >> > has already been optimized with SSE2 instructions, for platform that >> > supports AVX2, we can optimi

Re: [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction

2015-09-01 Thread Amit Shah
On (Fri) 28 Aug 2015 [16:54:11], Liang Li wrote: > The buffer_find_nonzero_offset() will be called to check the zero page > during live migration, it's a hot function. buffer_find_nonzero_offset() > has already been optimized with SSE2 instructions, for platform that > supports AVX2, we can optimiz