[PULL 0/9] scripts/simplebench patches

Vladimir Sementsov-Ogievskiy posted 9 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210504090113.21311-1-vsementsov@virtuozzo.com
Maintainers: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
MAINTAINERS                            |  1 +
scripts/simplebench/bench-backup.py    | 95 ++++++++++++++++++++++++++++------
scripts/simplebench/bench_block_job.py | 42 +++++++++++++--
scripts/simplebench/simplebench.py     | 28 +++++++++-
4 files changed, 144 insertions(+), 22 deletions(-)
[PULL 0/9] scripts/simplebench patches
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)

are available in the Git repository at:

  https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04

for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:

  MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)

----------------------------------------------------------------
scripts/simplebench improvements for 2021-05-04

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (9):
      simplebench: bench_one(): add slow_limit argument
      simplebench: bench_one(): support count=1
      simplebench/bench-backup: add --compressed option
      simplebench/bench-backup: add target-cache argument
      simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED
      simplebench/bench-backup: support qcow2 source files
      simplebench/bench-backup: add --count and --no-initial-run
      simplebench/bench-backup: add --drop-caches argument
      MAINTAINERS: update Benchmark util: add git tree

 MAINTAINERS                            |  1 +
 scripts/simplebench/bench-backup.py    | 95 ++++++++++++++++++++++++++++------
 scripts/simplebench/bench_block_job.py | 42 +++++++++++++--
 scripts/simplebench/simplebench.py     | 28 +++++++++-
 4 files changed, 144 insertions(+), 22 deletions(-)

Re: [PULL 0/9] scripts/simplebench patches
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
Hi!

Kindly ping, or what's wrong with it?

04.05.2021 12:01, Vladimir Sementsov-Ogievskiy wrote:
> The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:
> 
>    Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)
> 
> are available in the Git repository at:
> 
>    https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04
> 
> for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:
> 
>    MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)
> 
> ----------------------------------------------------------------
> scripts/simplebench improvements for 2021-05-04
> 
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (9):
>        simplebench: bench_one(): add slow_limit argument
>        simplebench: bench_one(): support count=1
>        simplebench/bench-backup: add --compressed option
>        simplebench/bench-backup: add target-cache argument
>        simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED
>        simplebench/bench-backup: support qcow2 source files
>        simplebench/bench-backup: add --count and --no-initial-run
>        simplebench/bench-backup: add --drop-caches argument
>        MAINTAINERS: update Benchmark util: add git tree
> 
>   MAINTAINERS                            |  1 +
>   scripts/simplebench/bench-backup.py    | 95 ++++++++++++++++++++++++++++------
>   scripts/simplebench/bench_block_job.py | 42 +++++++++++++--
>   scripts/simplebench/simplebench.py     | 28 +++++++++-
>   4 files changed, 144 insertions(+), 22 deletions(-)
> 


-- 
Best regards,
Vladimir

Re: [PULL 0/9] scripts/simplebench patches
Posted by Peter Maydell 2 years, 11 months ago
On Tue, 11 May 2021 at 06:59, Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com> wrote:
>
> Hi!
>
> Kindly ping, or what's wrong with it?

You've never sent me a pullreq before. Pull requests from new
people are a pain and take more time to deal with, so I only
look at them when I have the time to do that. Pull requests
from established submaintainers are easy because I know they
know the process and they have their gpg key set up and so on.

-- PMM

Re: [PULL 0/9] scripts/simplebench patches
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
11.05.2021 10:39, Peter Maydell wrote:
> On Tue, 11 May 2021 at 06:59, Vladimir Sementsov-Ogievskiy
> <vsementsov@virtuozzo.com> wrote:
>>
>> Hi!
>>
>> Kindly ping, or what's wrong with it?
> 
> You've never sent me a pullreq before. Pull requests from new
> people are a pain and take more time to deal with, so I only
> look at them when I have the time to do that. Pull requests
> from established submaintainers are easy because I know they
> know the process and they have their gpg key set up and so on.
> 

OK, I'll wait)

-- 
Best regards,
Vladimir

Re: [PULL 0/9] scripts/simplebench patches
Posted by Peter Maydell 2 years, 11 months ago
On Tue, 4 May 2021 at 10:01, Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com> wrote:
>
> The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:
>
>   Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)
>
> are available in the Git repository at:
>
>   https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04
>
> for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:
>
>   MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)
>
> ----------------------------------------------------------------
> scripts/simplebench improvements for 2021-05-04
>
> ----------------------------------------------------------------
> Vladimir Sementsov-Ogievskiy (9):
>       simplebench: bench_one(): add slow_limit argument
>       simplebench: bench_one(): support count=1
>       simplebench/bench-backup: add --compressed option
>       simplebench/bench-backup: add target-cache argument
>       simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED
>       simplebench/bench-backup: support qcow2 source files
>       simplebench/bench-backup: add --count and --no-initial-run
>       simplebench/bench-backup: add --drop-caches argument
>       MAINTAINERS: update Benchmark util: add git tree



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM

Re: [PULL 0/9] scripts/simplebench patches
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
21.05.2021 15:45, Peter Maydell wrote:
> On Tue, 4 May 2021 at 10:01, Vladimir Sementsov-Ogievskiy
> <vsementsov@virtuozzo.com> wrote:
>>
>> The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:
>>
>>    Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)
>>
>> are available in the Git repository at:
>>
>>    https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04
>>
>> for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:
>>
>>    MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)
>>
>> ----------------------------------------------------------------
>> scripts/simplebench improvements for 2021-05-04
>>
>> ----------------------------------------------------------------
>> Vladimir Sementsov-Ogievskiy (9):
>>        simplebench: bench_one(): add slow_limit argument
>>        simplebench: bench_one(): support count=1
>>        simplebench/bench-backup: add --compressed option
>>        simplebench/bench-backup: add target-cache argument
>>        simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED
>>        simplebench/bench-backup: support qcow2 source files
>>        simplebench/bench-backup: add --count and --no-initial-run
>>        simplebench/bench-backup: add --drop-caches argument
>>        MAINTAINERS: update Benchmark util: add git tree
> 
> 
> 
> Applied, thanks.
> 

Thanks a lot for your time!

-- 
Best regards,
Vladimir

Re: [PULL 0/9] scripts/simplebench patches
Posted by Peter Maydell 2 years, 11 months ago
On Tue, 4 May 2021 at 10:01, Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com> wrote:
>
> The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:
>
>   Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)
>
> are available in the Git repository at:
>
>   https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04
>
> for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:
>
>   MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)
>
> ----------------------------------------------------------------
> scripts/simplebench improvements for 2021-05-04
>

I couldn't find the gpg key you signed this with on the public
keyserver. Could you point me at where you uploaded it, please?

thanks
-- PMM

Re: [PULL 0/9] scripts/simplebench patches
Posted by Vladimir Sementsov-Ogievskiy 2 years, 11 months ago
20.05.2021 22:17, Peter Maydell wrote:
> On Tue, 4 May 2021 at 10:01, Vladimir Sementsov-Ogievskiy
> <vsementsov@virtuozzo.com> wrote:
>>
>> The following changes since commit 53c5433e84e8935abed8e91d4a2eb813168a0ecf:
>>
>>    Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into staging (2021-05-02 12:02:46 +0100)
>>
>> are available in the Git repository at:
>>
>>    https://src.openvz.org/scm/~vsementsov/qemu.git tags/pull-simplebench-2021-05-04
>>
>> for you to fetch changes up to e34bd02694026722410b80cee02ab7f33f893e9b:
>>
>>    MAINTAINERS: update Benchmark util: add git tree (2021-05-04 11:37:26 +0300)
>>
>> ----------------------------------------------------------------
>> scripts/simplebench improvements for 2021-05-04
>>
> 
> I couldn't find the gpg key you signed this with on the public
> keyserver. Could you point me at where you uploaded it, please?
> 

Here it is: http://keys.gnupg.net/pks/lookup?op=vindex&fingerprint=on&search=0x561F24C1F19F79FB


-- 
Best regards,
Vladimir