From 556133268c28fe91cc417a1d89bd00de82c5fa22 Mon Sep 17 00:00:00 2001 From: Dawid Zamirski Date: Tue, 7 Nov 2017 16:36:47 -0500 Subject: [PATCH] docs: Update vbox driver documentation. * libvirt no longer supports vbox <= 3.x * update XML definition sample to show how to attach disks to VBOX's SAS controller and how to change IDE controller model. * update XML to show how to create RDP display with autoport. --- docs/drvvbox.html.in | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/drvvbox.html.in b/docs/drvvbox.html.in index 63f166b24a..c97dc0f049 100644 --- a/docs/drvvbox.html.in +++ b/docs/drvvbox.html.in @@ -5,7 +5,8 @@

VirtualBox hypervisor driver

The libvirt VirtualBox driver can manage any VirtualBox version - from version 2.2 onwards. + from version 4.0 onwards + (since libvirt 3.0.0).

Project Links

@@ -68,6 +69,14 @@ vbox+ssh://user@example.com/session (remote access, SSH tunnelled) </features> <devices> + <!--Set IDE controller model to PIIX4 (default PIIX3)--> + <controller type='ide' model='piix4'/> + + <controller type='scsi' index='0'/> + + <!--VirtualBox SAS Controller--> + <controller type='scsi' index='1' model='lsisas1068'/> + <disk type='file' device='cdrom'> <source file='/home/user/Downloads/slax-6.0.9.iso'/> <target dev='hdc'/> @@ -79,6 +88,19 @@ vbox+ssh://user@example.com/session (remote access, SSH tunnelled) <target dev='hdd'/> </disk> + <!--Attach to the SCSI controller (index=0, default)--> + <disk type='file' device='disk'> + <source file='/home/user/tmp/vbox2.vdi'/> + <target dev='sda' bus='scsi'/> + </disk> + + <!--Attach to the SAS controller (index=1)--> + <disk type='file' device='disk'> + <source file='/home/user/tmp/vbox3.vdi'/> + <target dev='sda' bus='scsi'/> + <address type='drive' controller='1' bus='0' target='0' unit='0'/> + </disk> + <disk type='file' device='floppy'> <source file='/home/user/tmp/WIN98C.IMG'/> <target dev='fda'/> @@ -102,6 +124,11 @@ vbox+ssh://user@example.com/session (remote access, SSH tunnelled) <model type='82540eM'/> </interface> + <graphics type='desktop'/> + + <!--Activate the VRDE server with a port in 3389-3689 range--> + <graphics type='rdp' autoport='yes' multiUser='yes'/> + <sound model='sb16'/> <parallel type='dev'>