1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-06-21 15:39:05 +00:00
gns3-server/gns3server/compute/qemu
Tobias Stein cdf819f820
Fix adding pci_bridges to qemu vms
* Offset pci_device_id for network devices by 32 (formerly 4)
  to reserve first 32 IDs for non-netdev devices
  * This implies a new pci_bridge for the netdevs and
    the pci_device_ids starting at 0 (using modulo)
  * Fixes a bug in the creation of the qemu command
    when the number of qemu pcie devices (storage_controller, disks, …)
    was greater than 4 and the number of network devices
    saturated the 32 pcie ids of the root bridge
    causing qemu not to start.
2025-04-28 21:07:52 +02:00
..
resources QEMU config disk - add missing config disk to image directory 2020-07-19 17:56:49 +09:30
utils Merge branch '2.2' into 3.0 2021-09-09 16:36:17 +09:30
__init__.py Fix invalid escape sequences 2024-04-23 16:52:28 +07:00
qemu_error.py Use pyupgrade with --py36-plus param. 2021-04-13 18:37:58 +09:30
qemu_vm.py Fix adding pci_bridges to qemu vms 2025-04-28 21:07:52 +02:00