Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-29 Thread Richard Henderson
On 4/29/19 12:28 PM, David Hildenbrand wrote: > Hi Richard, > > what are your plans with this series? (and shlv and friends?) > I expect to submit them this week, barring any other comment on the patches themselves. r~

Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-29 Thread David Hildenbrand
On 20.04.19 09:34, Richard Henderson wrote: > Based-on: tcg-next, which at present is only tcg_gen_extract2. > > The dupm patches have been on list before, with a larger context > of supporting tcg/ppc. The rest of the set was written to support > David's s390 vector patches. In particular: > >

Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-23 Thread David Hildenbrand
On 23.04.19 22:26, Richard Henderson wrote: > On 4/23/19 12:15 PM, David Hildenbrand wrote: >> On 20.04.19 09:34, Richard Henderson wrote: >>> Based-on: tcg-next, which at present is only tcg_gen_extract2. >>> >>> The dupm patches have been on list before, with a larger context >>> of supporting tc

Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-23 Thread Richard Henderson
On 4/23/19 12:15 PM, David Hildenbrand wrote: > On 20.04.19 09:34, Richard Henderson wrote: >> Based-on: tcg-next, which at present is only tcg_gen_extract2. >> >> The dupm patches have been on list before, with a larger context >> of supporting tcg/ppc. The rest of the set was written to support

Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-23 Thread David Hildenbrand
On 20.04.19 09:34, Richard Henderson wrote: > Based-on: tcg-next, which at present is only tcg_gen_extract2. > > The dupm patches have been on list before, with a larger context > of supporting tcg/ppc. The rest of the set was written to support > David's s390 vector patches. In particular: > >

Re: [Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-20 Thread no-reply
00/38] tcg vector improvements === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[Qemu-devel] [PATCH 00/38] tcg vector improvements

2019-04-20 Thread Richard Henderson
Based-on: tcg-next, which at present is only tcg_gen_extract2. The dupm patches have been on list before, with a larger context of supporting tcg/ppc. The rest of the set was written to support David's s390 vector patches. In particular: (1) Add vector absolute value. (2) Add vector shift by no