* [PATCH 1/2] virtio_pci: Kconfig grammar fix
@ 2015-01-15 12:18 Michael S. Tsirkin
2015-01-15 12:18 ` [PATCH 2/2] virtio_pci: drop Kconfig warnings Michael S. Tsirkin
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-01-15 12:18 UTC (permalink / raw)
To: linux-kernel; +Cc: Rusty Russell, virtualization
This drivers -> this driver.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/virtio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 00b2286..8286b63 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -12,7 +12,7 @@ config VIRTIO_PCI
depends on PCI
select VIRTIO
---help---
- This drivers provides support for virtio based paravirtual device
+ This driver provides support for virtio based paravirtual device
drivers over PCI. This requires that your VMM has appropriate PCI
virtio backends. Most QEMU based VMMs should support these devices
(like KVM or Xen).
--
MST
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] virtio_pci: drop Kconfig warnings
2015-01-15 12:18 [PATCH 1/2] virtio_pci: Kconfig grammar fix Michael S. Tsirkin
@ 2015-01-15 12:18 ` Michael S. Tsirkin
0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-01-15 12:18 UTC (permalink / raw)
To: linux-kernel; +Cc: Rusty Russell, virtualization
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>
---
drivers/virtio/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 8286b63..083fb45 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
--
MST
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-15 12:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15 12:18 [PATCH 1/2] virtio_pci: Kconfig grammar fix Michael S. Tsirkin
2015-01-15 12:18 ` [PATCH 2/2] virtio_pci: drop Kconfig warnings Michael S. Tsirkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®