This commit was manufactured by cvs2svn to create branch 'rd235'.
[vde.git] / vde / qemu / README
blob39cd855507753b14f8f959c71d4f1539e65c5486
1 vdeq is an execution shell for qemu.
3 vdeq starts qemu interfacing it to vde by using the -tun-fd option.
5 vdeq can be started in two ways:
6 - explicetely:
7         vdeq qemu image.bin
8 or
9         vdeq -vdesock /tmp/my.ctl qemu-softmmu disk.bin
10 This latter example starts qemu-softmmu with eth0 connected to the vde_switch
11 having /tmp/my.ctl as control socket.
13 - implicitely:
14         ln -s vdeq vdeqemu
15         ...
16         vdeqemu image.bin
17 starts "qemu image.bin" (connected to the vde switch having the standard
18 control socket /tmp/vde.ctl).
20 when vdeq is invoked as vdexxxx (argv[0] is vdexxxx), it runs xxxx using
21 the current definition of path.
23 Everything runs at user-level, all the executables are not setuid so there are
24 no dangers for system security.