On Wed, Jul 29, 2026 at 13:10:49 +0200, Boris Fiuczynski wrote:
On 7/29/26 12:11, Peter Krempa via Devel wrote:
On Wed, Jul 29, 2026 at 09:09:04 +0200, Shalini Chellathurai Saroja wrote:
Introduce the capabilities files for QEMU v11.1.0 on s390x.
Signed-off-by: Shalini Chellathurai Saroja <shalini@linux.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> ---
[...]
+ "return": { + "qemu": { + "micro": 90, + "minor": 0, + "major": 11 + }, + "package": "v11.1.0-rc0" + }, + "id": "libvirt-2" +}
The final release of qemu-11.1 will be in a couple of weeks. Unless you are about to post new code requiring a new capability present in this version I suggest you post this only after v11.1.0 final release is out to minimize churn.
Peter, this is a follow up to Jaehoon's series "qemu: add poll-weight support for iothreads" sent on 7/22.
This patch breaks tests if it's applied after that series, or respectively patch 2 of that series breaks tests if it's applied after this. Additionally that series uses: DO_TEST_CAPS_LATEST("iothreads-ids-poll-weight"); to invoke tests thus uses x86_64 data. Since that feature is not s390x specific I think that the test data can wait until the qemu 11.1 is released.