Re: [RFC PATCH 085/134] pci: Remove *_orphan() creator variants
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 12/7/26 00:36, Alexander Graf wrote: > All boards create their PCI devices with an explicit QOM parent > now. Drop pci_new_orphan(), pci_new_multifunction_orphan(), > pci_create_simple_orphan(), pci_create_simple_multifunction_orphan() > and the internal pci_new_internal() they wrapped. > > Assisted-by: Kiro > Signed-off-by: Alexander Graf <[email protected]> > --- > hw/pci/pci.c | 35 ----------------------------------- > include/hw/pci/pci.h | 5 ----- > 2 files changed, 40 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>