projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04679f3
)
virtio_balloon: not EXPERIMENTAL any more.
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:35:14 +0000
(15:05 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:35:14 +0000
(15:05 +0930)
It is not experimental in any vaguely-sane sense.
Reported-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/virtio/Kconfig
b/drivers/virtio/Kconfig
index 271be8059b931500698ed20d7e03d3f099450751..8e048518eeb38d57d2c56e062614b15cad495bf0 100644
(file)
--- a/
drivers/virtio/Kconfig
+++ b/
drivers/virtio/Kconfig
@@
-26,8
+26,8
@@
config VIRTIO_PCI
If unsure, say M.
config VIRTIO_BALLOON
- tristate "Virtio balloon driver
(EXPERIMENTAL)
"
- depends on
EXPERIMENTAL &&
VIRTIO
+ tristate "Virtio balloon driver"
+ depends on VIRTIO
---help---
This driver supports increasing and decreasing the amount
of memory within a KVM guest.