Commit Graph

195 Commits (master)

Author SHA1 Message Date
grossmj 18002a7580
Fix invalid escape sequences
2 months ago
grossmj f7eb2492d9
Fix mouse offset issues with VNC in Qemu. Fixes #2335
5 months ago
grossmj d466c85385
Do not stop searching for Qemu binaries if one binary cannot be executed. Ref #2306
5 months ago
grossmj fe246cd413
Fix timeout issue when creating Qemu disk image. Fixes https://github.com/GNS3/gns3-server/issues/2313
5 months ago
grossmj 8e2989d747 Fix issue with tests and Qemu version on Windows
12 months ago
grossmj c181df6935 Only fetch Qemu version once when starting Qemu + only add speed/duplex for virtio-net-pci with Qemu version >= 2.12
12 months ago
grossmj 0a14a08d54 Use recent OVMF firmware (stable-202305) and use flash drives to configure Qemu command line
12 months ago
grossmj d5cfb85de5 Backport UEFI boot mode support for Qemu VMs
1 year ago
Raizo62 0b6436d2cb qemu : with network adapter_type equal to "virtio-net-pci", fix the speed to 10000 and duplex to full.
1 year ago
grossmj 7968ee7ff2 Check swtpm version and start swtpm before qemu
1 year ago
grossmj 0f49911432 Fix Qemu binary not set when adding appliance from template
1 year ago
grossmj 297ada529c Prevent TPM to run on Windows
1 year ago
grossmj ae200d9add Add Trusted Platform Module (TPM) support for Qemu VMs
1 year ago
grossmj b3a6b9173b Fix reset console. Fixes #1619
1 year ago
grossmj 1148dbc48e Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
1 year ago
John Fleming 511ac73d4f
qemu_vm.py Linked node test.
2 years ago
grossmj 611570a863 Fix qemu-img rebase code to support Qemu 6.1. Ref https://github.com/GNS3/gns3-server/pull/1962
3 years ago
grossmj 99d7d0c769 Merge branch 'master' into 2.2
3 years ago
grossmj ed336da304 Qemu 6.1 support
3 years ago
Brian Candler 21e9f38437 Reinstate qemu-img rebase
3 years ago
grossmj 92150fba71 Fix incorrect Qemu binary selected when importing template. Fixes https://github.com/GNS3/gns3-gui/issues/3216
3 years ago
Jeremy Grossmann b68f7a78a7
Merge pull request #1927 from candlerb/candlerb/1921
3 years ago
Jeremy Grossmann 6cf268ca93
Merge pull request #1934 from GNS3/handle_no-kvm_deprecated
3 years ago
grossmj 4646ce684f Handle -no-kvm param deprecated in Qemu >= v5.2
3 years ago
grossmj 0ecea8ffbb Change how to generate random MAC addresses
3 years ago
Brian Candler 1ee3e14bd3 Support cloning of encrypted qcow2 base image files
3 years ago
grossmj 1043be02a6 Merge branch 'master' into 2.2
3 years ago
grossmj 9de61cd671 Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes https://github.com/GNS3/gns3-gui/issues/3101
3 years ago
Brent Baccala 235a127111 Allow cloned QEMU disk images to be resized before the node starts,
4 years ago
Bernhard Ehlers e45bc5aec1 Fix mcopy error messages
4 years ago
Bernhard Ehlers de2b9caeeb Use HDD disk image as startup QEMU config disk
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 f2ddef855f Fix tests.
4 years ago
grossmj ec02150fd2 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 c684c554bf Fix tests
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