]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add wide SCSI bus disk address generation support
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 15 Jun 2010 22:17:34 +0000 (00:17 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 24 Jun 2010 12:56:04 +0000 (14:56 +0200)
commitf8f29b1fc2b2487e8b618aa94bc7de63580daf28
tree4bf4ae0d3dfce20e044e2e1413eb3da98af41ac3
parenta73b389d123fa4bc002cd4c80f596eeee91b0e52
Add wide SCSI bus disk address generation support

The domain XML parsing code autogenerates disk address and
controller elements when they are not explicitly specified.
The code assumes a narrow SCSI bus (7 units per bus). ESX
uses a wide SCSI bus (16 units per bus).

This is a step towards controller support for the ESX driver.
src/conf/capabilities.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/esx/esx_driver.c
src/qemu/qemu_conf.c