public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH-SERIES qemu-server master+stable-bookworm 0/3] fix #6466: aarch64: re-allow PXE boot on OVMF
@ 2025-06-18 15:20 Fiona Ebner
  2025-06-18 15:20 ` [pve-devel] [PATCH qemu-server 1/3] cfg2cmd: print vga: fix call to print_pcie_addr() Fiona Ebner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fiona Ebner @ 2025-06-18 15:20 UTC (permalink / raw)
  To: pve-devel

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.ebner@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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-15 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-18 15:20 [pve-devel] [PATCH-SERIES qemu-server master+stable-bookworm 0/3] fix #6466: aarch64: re-allow PXE boot on OVMF Fiona Ebner
2025-06-18 15:20 ` [pve-devel] [PATCH qemu-server 1/3] cfg2cmd: print vga: fix call to print_pcie_addr() Fiona Ebner
2025-06-18 15:20 ` [pve-devel] [PATCH qemu-server 2/3] pci: code cleanup: remove superfluous machine type parameter from print_pci_addr Fiona Ebner
2025-06-18 15:20 ` [pve-devel] [PATCH qemu-server 3/3] fix #6466: aarch64: pci: properly print higher-index PCI bridge addresses Fiona Ebner
2025-07-15 12:30 ` [pve-devel] [PATCH-SERIES qemu-server master+stable-bookworm 0/3] fix #6466: aarch64: re-allow PXE boot on OVMF Fiona Ebner
2025-07-15 17:17 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal