Commit Graph

119 Commits (6a7d47ce97292555bd83983d668c1117aa2ee8a7)

Author SHA1 Message Date
grossmj 7a463676cd Eject cdrom first before changing an image. Use 'force' when ejecting.
5 years ago
grossmj b7af2e4d5c Refresh mounted media after ISO switch.
5 years ago
grossmj 61c87e57a4 Use console port to allocate guest CID (console ID) for Qemu VMs. Fixes #2804
5 years ago
grossmj 9cce4de190 %guest-cid% variable implementation for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2804
5 years ago
grossmj 3b87a19979 Do not start QEMU console if QEMU process is not started. Fixes https://github.com/GNS3/gns3-gui/issues/2712
5 years ago
grossmj e8b8554c1a Fix Qemu VM state support after closing a project and check for JSON data returned by qemu-img. Fixes #1591
5 years ago
grossmj cf0cc8bb87 Ensure Qemu monitor commands are executed. Ref #1582.
5 years ago
grossmj 470cea327f Fix console variable replacement issue.
5 years ago
grossmj e763980dbe Add %console-port% variable for additional Qemu options. Fixes https://github.com/GNS3/gns3-gui/issues/2786
5 years ago
grossmj 7543d7587c Release v2.2.0a5
5 years ago
grossmj a17119187b Fix remote packet capture for Dynamips.
5 years ago
grossmj 4cc5dbc228 Fix remote packet capture and make sure packet capture is stopped when deleting an NIO. Fixes https://github.com/GNS3/gns3-gui/issues/2753
5 years ago
Jeremy Grossmann 3f7c4c0474
Update qemu_vm.py
5 years ago
grossmj 80eb06f67c Merge 2.1 into 2.2
5 years ago
grossmj 879e32eb9a Bump ACPI Shutdown Timeout to 120 seconds. Ref #1536
5 years ago
grossmj 5754747a90 Merging 2.1 into 2.2
5 years ago
grossmj 0b07299472 Fixes double display output in GRUB in QEMU v3.1. Fixes #1516.
5 years ago
grossmj c6afea49da Try to delete saved VM state only if a snapshot has been saved.
5 years ago
grossmj 3497deaa31 Allow virtual machines to use files in project directory as disk images.
6 years ago
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
grossmj 9de13c570c Merge branch '2.1' into 2.2
6 years ago
grossmj 4021a13651 Catch exceptions in various locations to fix small issues reported by Sentry.
6 years ago
grossmj 1905a99ce7 Fix saved VM state was not deleted correctly.
6 years ago
grossmj 2ea0aa5ded Merge branch '2.1' into 2.2
6 years ago
grossmj 9ecb058343 Fix tests.
6 years ago
grossmj fff2e128eb Set the first byte to 0C when generating a random MAC address for a Qemu VM. Ref #1267.
6 years ago
grossmj dd9c18b9f8 Use SO_REUSEADDR before calling bind() where missing. Fixes #1289.
6 years ago
grossmj 22a71b0e8c Fix problem with VM saved stated.
6 years ago
grossmj 757c103c03 Possibility to customize port names and adapter types for Qemu, VirtualBox, VMware and Docker. Fixes #2361.
6 years ago
grossmj ea0009db6c Save state feature for VirtualBox and VMware. New "On close" setting to
6 years ago
grossmj 3d1ee4da3f Support for suspend to disk / resume (Qemu).
6 years ago
grossmj ff7911bd99 Allow to resize a Qemu VM disk (extend only).
6 years ago
grossmj caa2bda71b Spice with agent support for Qemu VMs.
6 years ago
grossmj d419d3fa39 Check if the HAXM service is running when starting a Qemu VM with hardware acceleration. Ref #1242.
6 years ago
grossmj e52775fa3a Support for console type "none".
6 years ago
grossmj b8353bc0d5 Support for none console type (Qemu & Docker only)
6 years ago
grossmj a40fdb3641 Fix bug and add optimizations when connecting and sending commands to QEMU monitor after starting a VM. Fixes #2336.
6 years ago
grossmj 135bbe8825 Check if HAXM support is installed on macOS. Ref #1242.
6 years ago
grossmj 9a9ac6d9f7 Fix some issues with hardware acceleration support for Qemu.
6 years ago
grossmj 17bfed52f2 Fix Qemu VM tests.
6 years ago
grossmj 44f2acffa5 Support Qemu with HAXM acceleration. Ref #1242.
6 years ago
grossmj 8b91894fa4 Improve suspend a link for Qemu and VirtualBox VMs.
6 years ago
grossmj cde30f8f53 Fix warning message.
6 years ago
grossmj c7875f93a3 Qemu VM support to detect when a link is plugged/unplugged.
6 years ago
grossmj 90ce6093d8 Some spring cleaning.
6 years ago
grossmj 658aa4bae9 Merge 2.1 into 2.2 branch
6 years ago
grossmj 1045364adc Set first byte to 52 when generating a random MAC address for a Qemu VM. Ref #1267.
6 years ago
ziajka bb26e8acdd Calculate MD5 on thread and before json response, Ref. gui#2239
6 years ago
ziajka 6868e20a70 Compute md5sum on thread and don't block main server, Ref. gui#2239
6 years ago