vl.c: Replace -virtfs string manipulation with QemuOpts
commite14ea479b37d6c6665fae55ea0eb713c4b2d3376
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 16 Mar 2011 08:31:43 +0000 (16 08:31 +0000)
committerVenkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Wed, 27 Apr 2011 15:31:29 +0000 (27 08:31 -0700)
treef7461ddab2e246b3cdfc6e9aace8c9b3cd4cf5a9
parent4f8dee2dec9c6d590c8a7844b2824935542ca122
vl.c: Replace -virtfs string manipulation with QemuOpts

The -virtfs option creates an fsdev representing the pass-through file
system and a guest-visible virtio-9p-pci device that can access this
file system.  This patch replaces the string manipulation used to build
and reparse option lists with direct QemuOpts calls.  Removing the
string manipulation code makes it easier to maintain and less error
prone.

An error message is also updated to use "mount_tag" instead of
"mnt_tag".

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
vl.c