Skip to content

Commit

Permalink
virtio_balloon: not EXPERIMENTAL any more.
Browse files Browse the repository at this point in the history
It is not experimental in any vaguely-sane sense.

Reported-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Sep 28, 2012
1 parent 04679f3 commit 7a23eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/virtio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a23eb2

Please sign in to comment.