Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a23eb28 authored by Rusty Russell's avatar Rusty Russell
Browse files

virtio_balloon: not EXPERIMENTAL any more.



It is not experimental in any vaguely-sane sense.

Reported-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 04679f34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.