]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: add support for Vendor and Model in XML
authorPatrick Dignan <pat_dignan@dell.com>
Tue, 17 Aug 2010 17:44:27 +0000 (12:44 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 19 Aug 2010 21:58:43 +0000 (15:58 -0600)
commit20be699ee33e4ca06f7d820becbe1c55f3fc145b
tree8b9684f584dbedec8904ba418e3454b7e4785a63
parent3223871e2e40c1426cbabe07b7c52f2a5ccc4e96
storage: add support for Vendor and Model in XML

I wrote a patch to add support for listing the Vendor and Model of a
storage pool in the storage pool XML.  This would allow vendor
extensions of specific devices.  The patch includes a test for the new
attributes as well.

Patrick Dignan
AUTHORS
docs/formatstorage.html.in
docs/schemas/storagepool.rng
src/conf/storage_conf.c
src/conf/storage_conf.h
tests/storagepoolxml2xmlin/pool-iscsi-vendor-product.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-iscsi-vendor-product.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c