]> xenbits.xensource.com Git - libvirt.git/commit
Introduce <readonly> for hostdev
authorOsier Yang <jyang@redhat.com>
Fri, 3 May 2013 18:07:25 +0000 (02:07 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 13 May 2013 11:02:40 +0000 (19:02 +0800)
commitf4bb7b4807c773f03ebcbcab598d2c1a97bb829d
treedea6e818e4f868e297f3b55e0a1ce35acc8ce33b
parentdcd632af72dd2851826b99125539f049fd7aea8e
Introduce <readonly> for hostdev

Since it's generic enough to be used by other types in future, I
put it in <hostdev> as sub-element, though now it's only used by
scsi host device.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-hostdev-scsi-readonly.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hostdev-scsi-readonly.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c