Fix an indirect regression to make booting via PXE for OVMF possible again. For security reasons, OVMF requires an RNG device to boot via PXE and this series makes it possible to add an RNG device for aarch64.
First two patches are cleanups also included in [0]. For aarch64, the virt machine has an initial pcie.0 bus. The other pci bridges that get added on top are called pci.N, see the relevant section in config_to_command() which adds them. [0]: https://lore.proxmox.com/pve-devel/20250618130209.90649-1-f.eb...@proxmox.com/ Fiona Ebner (3): cfg2cmd: print vga: fix call to print_pcie_addr() pci: code cleanup: remove superfluous machine type parameter from print_pci_addr fix #6466: aarch64: pci: properly print higher-index PCI bridge addresses src/PVE/QemuServer.pm | 81 ++++++++++++--------------------------- src/PVE/QemuServer/PCI.pm | 19 +++++---- src/PVE/QemuServer/RNG.pm | 4 +- src/PVE/QemuServer/USB.pm | 8 ++-- 4 files changed, 40 insertions(+), 72 deletions(-) -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel