Suppressing the automatic configuration of a default memory balloon device
By default, libvirt automatically defines a default memory balloon device for a virtual server configuration.
Procedure
To avoid the automatic creation of a default memory balloon
device, specify:
(see <memballoon>)
| memballoon model attribute: | none |
Example
<devices>
...
<memballoon model="none"/>
...
</devices>