[libvirt] [PATCH 0/2] Add capability-based mlock tests

Ján Tomko posted 2 patches 4 years, 11 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1555062654.git.jtomko@redhat.com
.../mlock-off.x86_64-3.0.0.args               | 32 +++++++++++++++++++
.../mlock-off.x86_64-latest.args              | 32 +++++++++++++++++++
.../mlock-on.x86_64-3.0.0.args                | 32 +++++++++++++++++++
.../mlock-on.x86_64-latest.args               | 32 +++++++++++++++++++
tests/qemuxml2argvtest.c                      |  5 +++
5 files changed, 133 insertions(+)
create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-3.0.0.args
create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-3.0.0.args
create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-latest.args
[libvirt] [PATCH 0/2] Add capability-based mlock tests
Posted by Ján Tomko 4 years, 11 months ago
Ján Tomko (2):
  qemuxml2argvtest: add mlock tests for QEMU 3.0.0
  qemuxml2argvtest: add mlock tests for latest QEMU

 .../mlock-off.x86_64-3.0.0.args               | 32 +++++++++++++++++++
 .../mlock-off.x86_64-latest.args              | 32 +++++++++++++++++++
 .../mlock-on.x86_64-3.0.0.args                | 32 +++++++++++++++++++
 .../mlock-on.x86_64-latest.args               | 32 +++++++++++++++++++
 tests/qemuxml2argvtest.c                      |  5 +++
 5 files changed, 133 insertions(+)
 create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-3.0.0.args
 create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-3.0.0.args
 create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-latest.args

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] Add capability-based mlock tests
Posted by Michal Privoznik 4 years, 11 months ago
On 4/12/19 11:51 AM, Ján Tomko wrote:
> Ján Tomko (2):
>    qemuxml2argvtest: add mlock tests for QEMU 3.0.0
>    qemuxml2argvtest: add mlock tests for latest QEMU
> 
>   .../mlock-off.x86_64-3.0.0.args               | 32 +++++++++++++++++++
>   .../mlock-off.x86_64-latest.args              | 32 +++++++++++++++++++
>   .../mlock-on.x86_64-3.0.0.args                | 32 +++++++++++++++++++
>   .../mlock-on.x86_64-latest.args               | 32 +++++++++++++++++++
>   tests/qemuxml2argvtest.c                      |  5 +++
>   5 files changed, 133 insertions(+)
>   create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-3.0.0.args
>   create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-latest.args
>   create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-3.0.0.args
>   create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-latest.args
> 

ACK, lets push these before my patches that touch the same area.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] Add capability-based mlock tests
Posted by Ján Tomko 4 years, 11 months ago
On Fri, Apr 12, 2019 at 01:21:55PM +0200, Michal Privoznik wrote:
>On 4/12/19 11:51 AM, Ján Tomko wrote:
>>Ján Tomko (2):
>>   qemuxml2argvtest: add mlock tests for QEMU 3.0.0
>>   qemuxml2argvtest: add mlock tests for latest QEMU
>>
>>  .../mlock-off.x86_64-3.0.0.args               | 32 +++++++++++++++++++
>>  .../mlock-off.x86_64-latest.args              | 32 +++++++++++++++++++
>>  .../mlock-on.x86_64-3.0.0.args                | 32 +++++++++++++++++++
>>  .../mlock-on.x86_64-latest.args               | 32 +++++++++++++++++++
>>  tests/qemuxml2argvtest.c                      |  5 +++
>>  5 files changed, 133 insertions(+)
>>  create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-3.0.0.args
>>  create mode 100644 tests/qemuxml2argvdata/mlock-off.x86_64-latest.args
>>  create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-3.0.0.args
>>  create mode 100644 tests/qemuxml2argvdata/mlock-on.x86_64-latest.args
>>
>
>ACK, lets push these before my patches that touch the same area.
>

Thanks, pushed now.

Jano

>Michal
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list