From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id D5D5D5A026D for ; Fri, 24 Feb 2023 19:49:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1677264597; 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=Y9H9rpzklvejYDFSAuKum1KfABe4rmGUHV7OzBfhhX4=; b=TbcQBjusKfVqExYqUafocS6AvfYb+hYLEL0UoCKDc42veS4Hv/Tdg5P2Su5UopREkOYjIa GnYcc2XtanmorqQbo6yTGddAlyJR8lBBiFT9oz+wtgRVmVlRh+9/4tOUqo+8x9B63S/IKL ON2koTmSlfUtFc1HqL9JfpRDFF6RMDM= 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-152-XwwT0Ls5NvaBjidtg6hJeA-1; Fri, 24 Feb 2023 13:49:52 -0500 X-MC-Unique: XwwT0Ls5NvaBjidtg6hJeA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 69CCA85CCE0 for ; Fri, 24 Feb 2023 18:49:51 +0000 (UTC) Received: from harajuku.usersys.redhat.com.homenet.telecomitalia.it (unknown [10.45.224.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EF34D140EBF6 for ; Fri, 24 Feb 2023 18:49:50 +0000 (UTC) From: Andrea Bolognani To: passt-dev@passt.top Subject: [PATCH 0/5] qrap: Fix a number of issues Date: Fri, 24 Feb 2023 19:49:44 +0100 Message-Id: <20230224184949.518615-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-ID-Hash: HVCKI2RPWLSKBIKN6LE2HRX2Z3PW6JCG X-Message-ID-Hash: HVCKI2RPWLSKBIKN6LE2HRX2Z3PW6JCG X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Andrea Bolognani (5): qrap: Fix limits for PCI addresses qrap: Fix support for pc machines qrap: Drop args in JSON format qrap: Introduce machine-specific PCI address base qrap: Generate -netdev as JSON qrap.c | 47 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 12 deletions(-) -- 2.39.2