Re: [PATCH 02/12] stubs: add pci_create_simple

2020-04-30 Thread Philippe Mathieu-Daudé
On 4/29/20 1:02 PM, Gerd Hoffmann wrote: Needed for -soundhw cleanup. Signed-off-by: Gerd Hoffmann --- stubs/pci-bus.c | 7 +++ stubs/Makefile.objs | 1 + 2 files changed, 8 insertions(+) create mode 100644 stubs/pci-bus.c diff --git a/stubs/pci-bus.c b/stubs/pci-bus.c new file m

[PATCH 02/12] stubs: add pci_create_simple

2020-04-29 Thread Gerd Hoffmann
Needed for -soundhw cleanup. Signed-off-by: Gerd Hoffmann --- stubs/pci-bus.c | 7 +++ stubs/Makefile.objs | 1 + 2 files changed, 8 insertions(+) create mode 100644 stubs/pci-bus.c diff --git a/stubs/pci-bus.c b/stubs/pci-bus.c new file mode 100644 index ..e833947f1f41 ---