Files
libguestfs/daemon
Richard Jones 8b217a87bf Flexible guestfs_vmchannel parameter for future appliances.
This reimplements parts of commit da0a4f8d1f
in a different, but compatible way.

We pass guestfs_vmchannel=tcp:<ip>:<port> on the command line.  This
is intended to be used as follows (now and in future versions):

  tcp:10.0.2.4:6666    for guestfwd vmchannel
  tcp:10.0.2.2:<port>  for future "no vmchannel" implementation
  /dev/vcon4           for future virtio-console vmchannel*

It also accepts the old-style guestfs=10.0.2.4:6666 parameter which
is sent by older libraries, and turns this transparently into the
correct format above.

If no guestfs_vmchannel is passed, then this defaults to the guestfwd
vmchannel which older libraries would expect.

* Maybe this last one should be dev:/dev/vcon4 or file:/dev/vcon4, but
we don't need to decide that now.
2009-09-22 10:26:58 +01:00
..
2009-09-09 12:54:28 +01:00
2009-08-13 14:45:34 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-09-14 10:13:03 +01:00
2009-09-14 10:13:03 +01:00
2009-08-17 11:56:10 +02:00
2009-08-18 15:19:55 +01:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-08-20 15:59:53 +02:00
2009-07-03 17:04:21 +02:00
2009-08-20 15:59:53 +02:00

Please see README in the parent directory.