From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E6B91C7EE29 for ; Fri, 2 Jun 2023 17:34:02 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q58ef-0001Zq-Nd; Fri, 02 Jun 2023 13:33:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58ed-0001Ze-0h for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:33:36 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q58ea-0001go-VH for qemu-devel@nongnu.org; Fri, 02 Jun 2023 13:33:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685727212; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hbLHI1V27u5Mm9joEzJBcsHqMVrGtO3mzgGGMi5cBJk=; b=hs6LOXHBuLhR1dncnS6NR/SJ5YvW1m4C8Q8w32jiZ9ZeTza4UR0X4m8hbuaNJgf2jQW/Qu N30KBy6Sqrj3Yrgoz04zuyNK4COX7cskzwwmd2L4s0vO+an3It80/lP4T6/4OTdlJiOIQI fh6VlmZWgs8esLDKT9nbO0tA0qq3LYI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-198-rwYJXw3IPJWXnB68MaOYRw-1; Fri, 02 Jun 2023 13:33:30 -0400 X-MC-Unique: rwYJXw3IPJWXnB68MaOYRw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5C75C8015D8 for ; Fri, 2 Jun 2023 17:33:30 +0000 (UTC) Received: from green.redhat.com (unknown [10.2.16.76]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2A143C154D7 for ; Fri, 2 Jun 2023 17:33:30 +0000 (UTC) From: Eric Blake To: qemu-devel@nongnu.org Subject: [PULL v2 00/21] NBD and miscellaneous patches for 2023-06-01 Date: Fri, 2 Jun 2023 12:33:02 -0500 Message-Id: <20230602173324.2233690-1-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Received-SPF: pass client-ip=170.10.133.124; envelope-from=eblake@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following changes since commit a86d7b9ec0adb2f1efce8ab30d9ed2b72db0236e: Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-06-01 20:59:28 -0700) are available in the Git repository at: https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-06-01-v2 for you to fetch changes up to 42cc08d13ab8e68f76882b216da0b28d06f29e11: cutils: Improve qemu_strtosz handling of fractions (2023-06-02 12:29:27 -0500) In v2: - fix build failure on mingw [CI, via Richard] - drop dead comparisons to UINT64_MAX [Markus] only the changed patches are re-posted ---------------------------------------------------------------- nbd and misc patches for 2023-06-01 - Eric Blake: Fix iotest 104 for NBD - Eric Blake: Improve qcow2 spec on padding bytes - Eric Blake: Fix read-beyond-bounds bug in qemu_strtosz ---------------------------------------------------------------- Eric Blake (21): iotests: Fix test 104 under NBD qcow2: Explicit mention of padding bytes test-cutils: Avoid g_assert in unit tests test-cutils: Use g_assert_cmpuint where appropriate test-cutils: Test integral qemu_strto* value on failures test-cutils: Test more integer corner cases cutils: Fix wraparound parsing in qemu_strtoui cutils: Document differences between parse_uint and qemu_strtou64 cutils: Adjust signature of parse_uint[_full] cutils: Allow NULL endptr in parse_uint() test-cutils: Add coverage of qemu_strtod test-cutils: Prepare for upcoming semantic change in qemu_strtosz test-cutils: Refactor qemu_strtosz tests for less boilerplate cutils: Allow NULL str in qemu_strtosz numa: Check for qemu_strtosz_MiB error test-cutils: Add more coverage to qemu_strtosz cutils: Set value in all qemu_strtosz* error paths cutils: Set value in all integral qemu_strto* error paths cutils: Use parse_uint in qemu_strtosz for negative rejection cutils: Improve qemu_strtod* error paths cutils: Improve qemu_strtosz handling of fractions docs/interop/qcow2.txt | 1 + include/qemu/cutils.h | 5 +- audio/audio_legacy.c | 4 +- block/gluster.c | 4 +- block/nfs.c | 4 +- blockdev.c | 4 +- contrib/ivshmem-server/main.c | 4 +- hw/core/numa.c | 11 +- qapi/opts-visitor.c | 12 +- tests/unit/test-cutils.c | 2469 ++++++++++++++++++++++++++++---------- ui/vnc.c | 4 +- util/cutils.c | 263 ++-- util/guest-random.c | 4 +- util/qemu-sockets.c | 10 +- tests/qemu-iotests/common.filter | 4 +- tests/qemu-iotests/common.rc | 3 +- tests/qemu-iotests/049.out | 7 +- tests/qemu-iotests/178.out.qcow2 | 3 +- tests/qemu-iotests/178.out.raw | 3 +- 19 files changed, 2036 insertions(+), 783 deletions(-) -- 2.40.1