1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-11 16:41:04 +00:00
gns3-server/gns3server/modules
Julien Duponchelle fd22cd8361
Send command line used to start the VM to client
Add a command_line attribute to the VM object with
the command line used to start the VM.

Now /start return the object in order to get
this new attribute. And the HTTP status code
is 200 instead of 204 because 204 disallow body.

Support:
* Qemu
* Dynamips
* IOU

Ref https://github.com/GNS3/gns3-gui/issues/513
2016-02-02 18:25:17 +01:00
..
adapters Some spring cleaning. 2015-04-08 11:17:34 -06:00
docker Apply pep8 fix 2015-11-09 12:28:00 +01:00
dynamips Fix crash if you have a { in your user name 2016-02-02 10:05:08 +01:00
iou Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
nios Cleanup unused and duplicates 2015-11-09 12:14:25 +01:00
qemu Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
virtualbox Fixes Windows named pipe issue. Fixes #340. 2015-11-01 18:51:12 -07:00
vmware VMware raise error if version is not found 2016-02-01 14:26:55 +01:00
vpcs Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
__init__.py Basic VMware support (start & stop a VM). 2015-04-30 19:05:37 -06:00
base_manager.py Fix test on Windows 2015-12-14 16:06:51 +01:00
base_vm.py Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
port_manager.py Replace by another TCP port if port is already used 2015-12-07 12:26:46 +01:00
project_manager.py Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548. 2015-07-26 19:21:30 -06:00
project.py Add more informations in the debug status page 2015-12-22 15:19:38 +01:00
vm_error.py Modules support start iou process (not ioucon and iouyap) 2015-02-12 22:29:32 +01:00