Commit Graph

219 Commits (447bf637bb08b1079ab17199eb0a94bfa4baedb5)

Author SHA1 Message Date
Bernhard Ehlers de2b9caeeb Use HDD disk image as startup QEMU config disk
4 years ago
grossmj 0746949207 Merge branch '2.2' into 3.0
4 years ago
grossmj 362701f5aa Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 91244456f5 Handle comma in disk path for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj c248764efb Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
4 years ago
grossmj 399f1c082e Add '-smp sockets=1' by default for Qemu VMs. Ref https://github.com/GNS3/gns3-gui/issues/3047
4 years ago
grossmj 992cd7fc6c Implement full restart if user reload a Qemu VM which has been updated. Fixes https://github.com/GNS3/gns3-gui/issues/3038
4 years ago
grossmj 2bf625e000 Fix issue when resuming Qemu VM. Fixes https://github.com/GNS3/gns3-gui/issues/3027
4 years ago
grossmj 4843084158 Prioritize the config disk over HD-D for Qemu VMs.
4 years ago
grossmj c12b675691 Prioritize the config disk over HD-D for Qemu VMs.
4 years ago
Jeremy Grossmann fa26555d00
Merge pull request #1801 from GNS3/qemu-config-disk
4 years ago
grossmj f2ddef855f Fix tests.
4 years ago
grossmj 620d93634e Fix tests.
4 years ago
grossmj ec02150fd2 Set default disk interface type to "none".
4 years ago
grossmj 464fd804ce Set default disk interface type to "none".
4 years ago
grossmj a56b816c1a Add explicit option to automatically create or not the config disk. Off by default.
4 years ago
grossmj 56aba96a5f Add explicit option to automatically create or not the config disk. Off by default.
4 years ago
grossmj c684c554bf Fix tests
4 years ago
grossmj 2ba6eac113 Fix tests
4 years ago
grossmj 7043d48f1a Auxiliary console support for Qemu. Ref #2873
4 years ago
grossmj 01b2c72767 Add maxcpus property for Qemu VMs. Ref #1674
4 years ago
Bernhard Ehlers 068c31038f QEMU config disk - improve error handling
4 years ago
Bernhard Ehlers 2bbee15b18 QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers 50c49cfedb QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers b672900406 QEMU config disk - use disk interface of HD-D, fallback is HD-A
4 years ago
Bernhard Ehlers 2e0fba925b QEMU config disk - add missing config disk to image directory
4 years ago
Bernhard Ehlers 450c6cddc7 QEMU config disk - get rid of mtoolsrc
4 years ago
Bernhard Ehlers 5c44268476 QEMU config disk - preserve file timestamp on zip unpack
4 years ago
Bernhard Ehlers b69965791d QEMU config disk - initial implementation. Ref #2958
4 years ago
Bernhard Ehlers 9acb2ceda1 QEMU config disk - improve error handling
4 years ago
Bernhard Ehlers 053828f3e8 QEMU config disk - init config disk in base class
4 years ago
Bernhard Ehlers f747b3a880 QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers 750590d0db QEMU config disk - use disk interface of HD-D, fallback is HD-A
4 years ago
grossmj e1dab0dff4 Show error message if IPv6 is not enabled when using SPICE console. Fixes #1772
4 years ago
grossmj 58a19af9ac Support to activate/deactive network connection state replication in Qemu.
4 years ago
Bernhard Ehlers 347035a99b QEMU config disk - add missing config disk to image directory
4 years ago
Bernhard Ehlers 0db0f6256b QEMU config disk - get rid of mtoolsrc
4 years ago
Bernhard Ehlers 99d9728360 QEMU config disk - preserve file timestamp on zip unpack
4 years ago
Bernhard Ehlers 6a1eef0627 QEMU config disk - initial implementation. Ref #2958
4 years ago
grossmj 6eb62ad179 Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
4 years ago
grossmj 92ac250bc7 Add nvme disk interface and fix scsi disk interface for Qemu VMs.
4 years ago
grossmj 667d50aa4a Disallow using "legacy networking mode" with Qemu >= 2.9.0
4 years ago
grossmj ff9bd59ef8 Fix how PCI bridges are created for Qemu VMs with greater than 32 interfaces.
5 years ago
grossmj df9b40c1dc Fix QEMU link detection flaky on last port. Fixes #1666
5 years ago
grossmj f5c02368e6 Fix tests.
5 years ago
grossmj 7cfd0d4d1d Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866
5 years ago
grossmj 2cfac30810 Fix single quote is not closed. Fixes #1654
5 years ago
Jeremy Grossmann 2e41328ae9
Merge branch 'master' into fix-sata
5 years ago
David Kreitschmann 8105b68d52 Don't specify the PCI bus for AHCI device
5 years ago
David Kreitschmann 906f29d5fc Add id value to all qemu drives
5 years ago
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.
6 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
7 years ago