summaryrefslogtreecommitdiffstats
path: root/monitor.h
diff options
context:
space:
mode:
authorGautham R Shenoy2010-04-29 14:15:03 +0200
committerAnthony Liguori2010-05-03 19:17:39 +0200
commit3d54abc7b7f234685ea48bdd1743ed631cf02ba0 (patch)
tree7a3d7f19b6a924bbed402bf9cce07a78eb38e601 /monitor.h
parentvirtio-9p: Add P9_TFLUSH support (diff)
downloadqemu-3d54abc7b7f234685ea48bdd1743ed631cf02ba0.tar.gz
qemu-3d54abc7b7f234685ea48bdd1743ed631cf02ba0.tar.xz
qemu-3d54abc7b7f234685ea48bdd1743ed631cf02ba0.zip
virtio-9p: Create a syntactic shortcut for the file-system pass-thru
Currently the commandline to create a virtual-filesystem pass-through between the guest and the host is as follows: #qemu -fsdev fstype,id=ID,path=path/to/share \ -device virtio-9p-pci,fsdev=ID,mount_tag=tag \ This patch provides a syntactic short-cut to achieve the same as follows: #qemu -virtfs fstype,path=path/to/share,mount_tag=tag This will be internally expanded as: #qemu -fsdev fstype,id=tag,path=path/to/share, \ -device virtio-9p-pci,fsdev=tag,mount_tag=tag \ Signed-off-by: Gautham R Shenoy <ego@in.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.h')
0 files changed, 0 insertions, 0 deletions