Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753071AbbFDOrV (ORCPT ); Thu, 4 Jun 2015 10:47:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49436 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751306AbbFDOrS (ORCPT ); Thu, 4 Jun 2015 10:47:18 -0400 Message-ID: <1433429237.3510.158.camel@redhat.com> Subject: Re: [PATCH] kvm: x86: default legacy PCI device assignment support to "n" From: Alex Williamson To: Paolo Bonzini Cc: Bandan Das , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Date: Thu, 04 Jun 2015 08:47:17 -0600 In-Reply-To: <557061B2.1030802@redhat.com> References: <1433405164-2484-1-git-send-email-pbonzini@redhat.com> <557061B2.1030802@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 994 Lines: 23 On Thu, 2015-06-04 at 16:33 +0200, Paolo Bonzini wrote: > > On 04/06/2015 16:31, Bandan Das wrote: > > > VFIO has proved itself a much better option than KVM's built-in > > > device assignment. It is mature, provides better isolation because > > > it enforces ACS, and even the userspace code is being tested on > > > a wider variety of hardware these days than the legacy support. > > > > > > Disable legacy device assignment by default. > > > > Shouldn't we mark it as Deprecated then ? > > Yes, good idea! You mean just " (DEPRECATED)" after the string, right? The ioctls should probably also be listed as deprecated in Documentation/virtual/kvm/api.txt. There's also Documentation/ABI/obsolete if we intend to remove the code eventually. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/