mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Allow configuration of implicit controller model
When an implicit controller is added, the model is defined as -1 (IOW: undefined). So, if an implicit SCSI controller was added, can set the model to the default value if the underlying hypervisor supports it.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<model name='spapr-pci-host-bridge'/>
|
||||
<target index='0'/>
|
||||
</controller>
|
||||
<controller type='scsi' index='0'>
|
||||
<controller type='scsi' index='0' model='ibmvscsi'>
|
||||
<address type='spapr-vio' reg='0x2000'/>
|
||||
</controller>
|
||||
<input type='keyboard' bus='usb'/>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<model name='spapr-pci-host-bridge'/>
|
||||
<target index='0'/>
|
||||
</controller>
|
||||
<controller type='scsi' index='0'>
|
||||
<controller type='scsi' index='0' model='ibmvscsi'>
|
||||
<address type='spapr-vio' reg='0x2000'/>
|
||||
</controller>
|
||||
<input type='keyboard' bus='usb'/>
|
||||
|
||||
Reference in New Issue
Block a user