From caf659a868d01b7b8cffae4ed4f736cd29a1725a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A1n=20Tomko?=
- Example automatically added device with KVM + Example: automatically added device with KVM
... @@ -4365,13 +4365,14 @@ qemu-kvm -net nic,model=? /dev/null ...
- Example manually added device with static PCI slot 2 requested + Example: manually added device with static PCI slot 2 requested
... <devices> - <watchdog model='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> + <memballoon model='virtio'> + <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> + </memballoon> </devices> </domain>