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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 6B929C433F5 for ; Tue, 8 Mar 2022 09:56:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA28A10EC16; Tue, 8 Mar 2022 09:56:19 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6253F10EC0D; Tue, 8 Mar 2022 09:56:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646733378; x=1678269378; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=WYiTS9KAWtzHuvlmSPbvUn0DeCl9EeLllMkgT90Sisg=; b=lE1+l2UM0QoGzHOIfbNs44PN4UEDtJD7mXkq8QZ22scg3Cq0KJ1PzvUE NceE+YYfj0V1yyPnzoBljZC2VicHsG8Z6rwhlXUCVg/myJG1EV1BVyoy5 LWHm9GNaK2RncR3C0B6Vfaz432NCCrXoAFePyF+9GidPsc9cDJmlbtJ78 pEq0lLrz1gVb+ageGr2kWidNtKE+94vlNK33CA2ACzN853njdxdrYSIwm YXe0ILEejGdg0Q541JU0fcUiFh5wWnu+2jIN0+uUvPI08qjPo+4YZ1WgG WzGlmJZcydHDGfTlCyaYR3+94KiPitSBfrdfTMhiLKxYFBlrdR94Lt3+c w==; X-IronPort-AV: E=McAfee;i="6200,9189,10279"; a="234598283" X-IronPort-AV: E=Sophos;i="5.90,164,1643702400"; d="scan'208";a="234598283" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 01:56:17 -0800 X-IronPort-AV: E=Sophos;i="5.90,164,1643702400"; d="scan'208";a="513048908" Received: from acushion-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.29.47]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 01:56:15 -0800 From: Jani Nikula To: "Wang, Zhi A" , "intel-gfx@lists.freedesktop.org" In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <02808c4c-7725-2afa-1968-2177ba112872@intel.com> <0233a744-d02f-7b72-ff95-389dbc42fcbd@intel.com> Date: Tue, 08 Mar 2022 11:56:13 +0200 Message-ID: <87wnh422f6.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "intel-gvt-dev@lists.freedesktop.org" , "Vivi, Rodrigo" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 08 Mar 2022, "Wang, Zhi A" wrote: > Hi folks: > > Here is a new pull request of gvt-next. It contains a small patch to add the missing > mdev attribute name, which will be used by the middleware, like kubevirt. I'm wondering if I should pull this to drm-intel-next, which is already targeting v5.19, or if it should be pulled to drm-intel-next-fixes targeting v5.18. It does look like a fix. BR, Jani. > > This pull has been tested by: > > $ dim apply-pull drm-intel-next < this_email.eml > > The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35: > > Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07 > > for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a: > > drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500) > > ---------------------------------------------------------------- > - add the missing attribute "name" in VFIO mdev hierarchy. > > ---------------------------------------------------------------- > Zhi Wang (1): > drm/i915/gvt: add the missing mdev attribute "name" > > drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > -- Jani Nikula, Intel Open Source Graphics Center