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:
memballoon model attribute: none
(see <memballoon>)

Example

<devices>
    ...
    <memballoon model="none"/>
    ...
</devices>