Re: [RFC PATCH 084/134] isa: 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 ISA devices with an explicit QOM parent > now. Drop isa_new_orphan(), isa_try_new_orphan() and > isa_create_simple_orphan(). > > Assisted-by: Kiro > Signed-off-by: Alexander Graf <[email protected]> > --- > hw/isa/isa-bus.c | 19 ------------------- > include/hw/isa/isa.h | 3 --- > 2 files changed, 22 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>