From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [v7][PATCH 10/16] tools: introduce some new parameters to set rdm policy Date: Fri, 10 Jul 2015 08:46:59 +0800 Message-ID: <559F1603.8060105@intel.com> References: <1436420047-25356-1-git-send-email-tiejun.chen@intel.com> <1436420047-25356-11-git-send-email-tiejun.chen@intel.com> <21918.46921.870193.155258@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21918.46921.870193.155258@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Stefano Stabellini , Wei Liu , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org >> int libxl__device_pci_setdefault(libxl__gc *gc, libxl_device_pci *pci) >> { >> + /* We'd like to force reserve rdm specific to a device by default.*/ >> + if ( pci->rdm_policy == LIBXL_RDM_RESERVE_POLICY_INVALID) > ^ > > I have just spotted that spurious whitespace. However I won't block > this for that. Sorry, this is my typo. > > Acked-by: Ian Jackson > > (actually). > > I would appreciate it if you could ensure that this is fixed in any > repost. You may retain my ack if you do that. Committers should feel > free to fix it on commit. I fixed this in my tree. Thanks Tiejun > > Thanks, > Ian. >