diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-01-15 07:16:24 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-01-21 00:58:59 -0500 |
commit | 0327642337fee1dba50fa4d9a45d3a8b8fb2d1c3 (patch) | |
tree | 3ecdb51a565ef73ca87a68adfca82a4c91b3c5a3 /drivers/virtio/Kconfig | |
parent | b2a6d51ddf7b238cc4c7b32c7fb53b6de06977d8 (diff) |
virtio_pci: drop Kconfig warnings
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>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 8286b63eaf80..083fb45950f5 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
@@ -17,9 +17,6 @@ config VIRTIO_PCI | |||
17 | virtio backends. Most QEMU based VMMs should support these devices | 17 | virtio backends. Most QEMU based VMMs should support these devices |
18 | (like KVM or Xen). | 18 | (like KVM or Xen). |
19 | 19 | ||
20 | Currently, the ABI is not considered stable so there is no guarantee | ||
21 | that this version of the driver will work with your VMM. | ||
22 | |||
23 | If unsure, say M. | 20 | If unsure, say M. |
24 | 21 | ||
25 | config VIRTIO_BALLOON | 22 | config VIRTIO_BALLOON |