Enable new-style -chardev ... guestfwd command line.
authorRichard Jones <rjones@trick.home.annexia.org>
Fri, 18 Sep 2009 13:06:07 +0000 (14:06 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Fri, 18 Sep 2009 13:06:07 +0000 (14:06 +0100)
commit27374fa479368a15e3c50ea17343be1397b29a10
tree5b20d3890f641426d771d7f798ba05ac4a156d9f
parentd5fad33b4eaa39722ea1dc96de9446ffc4805e01
Enable new-style -chardev ... guestfwd command line.

Newer versions of qemu have changed the command line format
(again).  '-net channel' is now deprecated.  Instead we use:

    -chardev socket,id=guestfsvmc,path=/path/to/sock,server,nowait
    -net user,vlan=0,net=10.0.2.0/8,guestfwd=tcp:10.0.2.4:6666-chardev:guestfsvmc
    -net nic,model=ne2k_pci,vlan=0

The old style format is still used if the new style is not
detected at runtime.
src/guestfs.c