Message ID | 20220909081150.709060-1-eesposit@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@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 BBA26ECAAA1 for <kvm@archiver.kernel.org>; Fri, 9 Sep 2022 08:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231274AbiIIIME (ORCPT <rfc822;kvm@archiver.kernel.org>); Fri, 9 Sep 2022 04:12:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231259AbiIIIMA (ORCPT <rfc822;kvm@vger.kernel.org>); Fri, 9 Sep 2022 04:12:00 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CB29B2851 for <kvm@vger.kernel.org>; Fri, 9 Sep 2022 01:11:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662711117; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=COWWLahwGCQZa3I1la+bchyz+uJtHt4CBEA8bUq8Yiw=; b=bZPWH3eyla99T9KFp3tYK3tqv8dnrNT0EqLr++Wms1pUmWXAOZnCmg2iGIztucdIYsZ/k/ 6G2kHWgBbn6IaRsAOMx0wT1aHYyABukDYCab67V13SCm0Mj87BNcLChPLzhS072oMRi8dL qZ92UYpTIKmcrubhreCJ0sRoIcB7qng= 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-59-1TmXxAe7NwCAOJ8FWP0olQ-1; Fri, 09 Sep 2022 04:11:56 -0400 X-MC-Unique: 1TmXxAe7NwCAOJ8FWP0olQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CBB07811E76; Fri, 9 Sep 2022 08:11:55 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF5DA4011A3E; Fri, 9 Sep 2022 08:11:51 +0000 (UTC) From: Emanuele Giuseppe Esposito <eesposit@redhat.com> To: qemu-devel@nongnu.org Cc: Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <f4bug@amsat.org>, Maxim Levitsky <mlevitsk@redhat.com>, kvm@vger.kernel.org, Emanuele Giuseppe Esposito <eesposit@redhat.com> Subject: [RFC PATCH v2 0/3] accel/kvm: extend kvm memory listener to support Date: Fri, 9 Sep 2022 04:11:47 -0400 Message-Id: <20220909081150.709060-1-eesposit@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
accel/kvm: extend kvm memory listener to support
|
expand
|