qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 8ee6e2: tests/acceptance/virtio-gpu.py: use r


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 8ee6e2: tests/acceptance/virtio-gpu.py: use require_accele...
Date: Wed, 21 Jul 2021 03:08:05 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 8ee6e2811db7bc5efb4b75bfc68e6e06b5cf520e
      
https://github.com/qemu/qemu/commit/8ee6e2811db7bc5efb4b75bfc68e6e06b5cf520e
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: use require_accelerator()

Since efe30d501 there's a shorthand for requiring specific
accelerators, and canceling the test if it's not available.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-2-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: cc6a2457a1e09729af013a91ff7c456560d96b2b
      
https://github.com/qemu/qemu/commit/cc6a2457a1e09729af013a91ff7c456560d96b2b
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: combine x86_64 arch tags

The test class in question is x86_64 specific, so it's possible to set
the tags at the class level.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-3-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: 3c6eb9c6f03ed5d28bf1b3c344b06f72d18cc670
      
https://github.com/qemu/qemu/commit/3c6eb9c6f03ed5d28bf1b3c344b06f72d18cc670
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: combine CPU tags

Like previously done with the arch tags, all tests use the same CPU
value so it's possible to combine them at the class level.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-4-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: 532835d02289134450ec22c8958b7c9f7212bdb4
      
https://github.com/qemu/qemu/commit/532835d02289134450ec22c8958b7c9f7212bdb4
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: combine kernel command line

Both tests use the same kernel command line arguments, so there's no
need to have a common and then an additional set of arguments.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-5-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: 3a05eee2fea17a0248307cbd627de469b91affb6
      
https://github.com/qemu/qemu/commit/3a05eee2fea17a0248307cbd627de469b91affb6
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: use virtio-vga-gl

Since 49afbca3b, the use of an optional virgl renderer is not
available anymore, and since b36eb8860f, the way to choose a GL based
rendered is to use the "virtio-vga-gl" device.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-6-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: 074fca10c01a2e76d5bb3bf0cec377e809066a47
      
https://github.com/qemu/qemu/commit/074fca10c01a2e76d5bb3bf0cec377e809066a47
  Author: Cleber Rosa <crosa@redhat.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes

By providing kernel and initrd hashes, the test guarantees the
integrity of the images used and avoids the warnings set by
fetch_asset() when hashes are lacking.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210714174051.28164-7-crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: f4a3fda43e389fa26d41ec9cd24f42c5fe20ba9d
      
https://github.com/qemu/qemu/commit/f4a3fda43e389fa26d41ec9cd24f42c5fe20ba9d
  Author: Yang Zhong <yang.zhong@intel.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M hw/remote/memory.c

  Log Message:
  -----------
  remote/memory: Replace share parameter with ram_flags

Fixes: d5015b801340 ("softmmu/memory: Pass ram_flags to
qemu_ram_alloc_from_fd()")

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@ionos.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20210709052800.63588-1-yang.zhong@intel.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>


  Commit: 033bd16b8afbaafdcef37356705016d9c3c475fa
      
https://github.com/qemu/qemu/commit/033bd16b8afbaafdcef37356705016d9c3c475fa
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M hw/remote/memory.c
    M tests/acceptance/virtio-gpu.py

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/cleber-gitlab/tags/python-next-pull-request' into staging

Acceptance Tests

- Fix for tests/acceptance/virtio-gpu.py to match the change in device
  name
- Fix for failure caught by tests/acceptance/multiprocess.py

PS: While not a maintainer for the subsystem in PATCH 7, I'm including
it as a one-off to facilitate the landing of the fix as discussed in
the mailing list.

# gpg: Signature made Wed 21 Jul 2021 00:26:17 BST
# gpg:                using RSA key 7ABB96EB8B46B94D5E0FE9BB657E8D33A5F209F3
# gpg: Good signature from "Cleber Rosa <crosa@redhat.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 7ABB 96EB 8B46 B94D 5E0F  E9BB 657E 8D33 A5F2 09F3

* remotes/cleber-gitlab/tags/python-next-pull-request:
  remote/memory: Replace share parameter with ram_flags
  tests/acceptance/virtio-gpu.py: provide kernel and initrd hashes
  tests/acceptance/virtio-gpu.py: use virtio-vga-gl
  tests/acceptance/virtio-gpu.py: combine kernel command line
  tests/acceptance/virtio-gpu.py: combine CPU tags
  tests/acceptance/virtio-gpu.py: combine x86_64 arch tags
  tests/acceptance/virtio-gpu.py: use require_accelerator()

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/801f3db7564d...033bd16b8afb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]