commit | e194bbdf362ba7d53cfd23ba24f1a7c90ef69a74 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 04 09:51:50 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 04 09:51:50 2015 +0200 |
tree | c1c78cc0e09ce8f3b7a38d3f022a70792195df49 | |
parent | f71f81d70a264ac9924deb9a95a7e0a4578e7648 [diff] |
kvm: x86: default legacy PCI device assignment support to "n" 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. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>