Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609897

Re: [PATCH] KVM: x86: drop legacy device assignment

From Alex Williamson <alex.williamson@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH] KVM: x86: drop legacy device assignment
Date 2017-03-27 16:50 +0200
Message-ID <tpE81-11f-5@gated-at.bofh.it> (permalink)
References <tpC6e-83W-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 27 Mar 2017 14:38:16 +0200
Paolo Bonzini <pbonzini@redhat.com> wrote:

> VFIO is better and everyone should have switched to it.  If they
> haven't, they will now. :)
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  arch/x86/kvm/Kconfig        |   12 -
>  arch/x86/kvm/Makefile       |    2 -
>  arch/x86/kvm/assigned-dev.c | 1058 -------------------------------------------
>  arch/x86/kvm/assigned-dev.h |   32 --
>  arch/x86/kvm/iommu.c        |  356 ---------------
>  arch/x86/kvm/x86.c          |   14 +-
>  include/linux/kvm_host.h    |   16 -
>  virt/kvm/kvm_main.c         |   16 -
>  8 files changed, 1 insertion(+), 1505 deletions(-)
>  delete mode 100644 arch/x86/kvm/assigned-dev.c
>  delete mode 100644 arch/x86/kvm/assigned-dev.h
>  delete mode 100644 arch/x86/kvm/iommu.c

Yes, it's been deprecated since v4.2.  I'd suggest also updating
Documentation/virtual/kvm/api.txt.  Otherwise looks good.

Reviewed-by: Alex Williamson <alex.williamson@redhat.com>

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH] KVM: x86: drop legacy device assignment Alex Williamson <alex.williamson@redhat.com> - 2017-03-27 16:50 +0200
  Re: [PATCH] KVM: x86: drop legacy device assignment Paolo Bonzini <pbonzini@redhat.com> - 2017-03-27 17:30 +0200

csiph-web