]> xenbits.xensource.com Git - libvirt.git/commit
conf: Introduce <shareable> for hostdev
authorOsier Yang <jyang@redhat.com>
Fri, 3 May 2013 18:07:33 +0000 (02:07 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 16 May 2013 15:41:25 +0000 (23:41 +0800)
commitf2c1d9a8044aac27973f68b4957ebf54390ea67b
tree2e811e00a046eda4c3d04c42c0a00fb7963ee311
parent95c6cc344bec8405636d2a59fc0c34e0581001ab
conf: Introduce <shareable> for hostdev

Unlike disk device, the scsi-generic always writethrough the data,
so no need to introduce a "cache" tag, and set "cache=off".
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-hostdev-scsi-shareable.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c