aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtio-kmod/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtio-kmod/pkg-message')
-rw-r--r--emulators/virtio-kmod/pkg-message4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/virtio-kmod/pkg-message b/emulators/virtio-kmod/pkg-message
index 8a9b95a08f86..e30974a9d6f7 100644
--- a/emulators/virtio-kmod/pkg-message
+++ b/emulators/virtio-kmod/pkg-message
@@ -14,9 +14,11 @@ and edit fstab and interface config in rc.conf:
and enable virtio devices in host's domain.xml:
- <target dev='hda' bus='ide'/>
+- <address type='drive' controller='0' bus='0' unit='0'/>
+ <target dev='vda' bus='virtio'/>
++ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
...
- <model type='e1000'/>
- <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
+ <model type='virtio'/>
-+ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
++ <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>