Message ID | 20230825132149.366064-1-david@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42AA7C71133 for <kvm@archiver.kernel.org>; Fri, 25 Aug 2023 13:23:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245079AbjHYNXP (ORCPT <rfc822;kvm@archiver.kernel.org>); Fri, 25 Aug 2023 09:23:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245107AbjHYNW4 (ORCPT <rfc822;kvm@vger.kernel.org>); Fri, 25 Aug 2023 09:22:56 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C63A82119 for <kvm@vger.kernel.org>; Fri, 25 Aug 2023 06:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1692969717; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=v9bjxmKPhysP/t8AheQMYUtqlsKfLV8mBBXOArGtjDw=; b=BJ56zH503gYTdoTLSxAc86a8XMxCCDkAa4HNInE6PGxR4jHL2MUy3ZcB5jM7uilvkDHNSp Qu35+qLpqogZ5wY4Q4idEJs2RdDg7FM5GNo/LDBXGmRIurLHuR/lpLP3z0Je9BiSSjs+F3 Hd4gV+70sq0EtX6q4R/ghKiu4Uk5HG8= 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-14-ynizPyjAPBSfIWRMptUf-Q-1; Fri, 25 Aug 2023 09:21:55 -0400 X-MC-Unique: ynizPyjAPBSfIWRMptUf-Q-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 CA82A858EED; Fri, 25 Aug 2023 13:21:54 +0000 (UTC) Received: from t14s.fritz.box (unknown [10.39.193.68]) by smtp.corp.redhat.com (Postfix) with ESMTP id E6607140E950; Fri, 25 Aug 2023 13:21:50 +0000 (UTC) From: David Hildenbrand <david@redhat.com> To: qemu-devel@nongnu.org Cc: David Hildenbrand <david@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Xiao Guangrong <xiaoguangrong.eric@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Peter Xu <peterx@redhat.com>, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <philmd@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Michal Privoznik <mprivozn@redhat.com>, =?utf-8?q?Daniel_P_=2E_Berrang=C3=A9?= <berrange@redhat.com>, Gavin Shan <gshan@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Maciej S . Szmigiero" <mail@maciej.szmigiero.name>, kvm@vger.kernel.org Subject: [PATCH v2 00/16] virtio-mem: Expose device memory through multiple memslots Date: Fri, 25 Aug 2023 15:21:33 +0200 Message-ID: <20230825132149.366064-1-david@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.7 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
virtio-mem: Expose device memory through multiple memslots
|
expand
|