projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a6d51
)
virtio_pci: drop Kconfig warnings
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 15 Jan 2015 12:16:24 +0000
(14:16 +0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:59 +0000
(16:28 +1030)
The ABI *is* stable, and has been for a while now.
Drop Kconfig warning saying that it's not guaranteed
to work.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/virtio/Kconfig
b/drivers/virtio/Kconfig
index 8286b63eaf805246118631879d1c9972e04ce7fe..083fb45950f5b5d584c97efb039bfd1dc63f8a20 100644
(file)
--- a/
drivers/virtio/Kconfig
+++ b/
drivers/virtio/Kconfig
@@
-17,9
+17,6
@@
config VIRTIO_PCI
virtio backends. Most QEMU based VMMs should support these devices
(like KVM or Xen).
- Currently, the ABI is not considered stable so there is no guarantee
- that this version of the driver will work with your VMM.
-
If unsure, say M.
config VIRTIO_BALLOON