
20 Mar
2018
20 Mar
'18
3:40 a.m.
On Mon, Mar 19, 2018 at 20:20:23 +0100, Jiri Denemark wrote:
<memballoon model='none'/> is the only way to disable balloon driver since libvirt will add one automatically if the memballoon element is missing. In other words, there's no balloon device if model is 'none' and generating an alias for it makes no sense. The alias will be ignored when parsing the XML and it will disappear once libvirtd is restarted.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
ACK