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
..
2025-04-21 16:30:32 +07:00
2025-01-03 19:56:41 +07:00
2024-12-30 15:59:01 +07:00
2025-04-21 17:15:22 +07:00
2024-04-22 18:51:29 +07:00
2025-04-21 17:15:22 +07:00
2022-01-19 22:28:36 +10:30
2025-04-21 19:35:13 +07:00