From: Michael S. Tsirkin Date: Thu, 15 Jan 2015 12:16:24 +0000 (+0200) Subject: virtio_pci: drop Kconfig warnings X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0327642337fee1dba50fa4d9a45d3a8b8fb2d1c3;p=linux-beck.git 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 Signed-off-by: Rusty Russell --- 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 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