[PATCH v8 17/17] pci: Remove legacy errp from pci_add_capability

2022-11-01 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- hw/pci/pci.c | 20 +--- include/hw/pci/pci.h | 12 ++-- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cce57f572c..41de7643af 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@

Re: [PATCH v8 17/17] pci: Remove legacy errp from pci_add_capability

2022-11-01 Thread Philippe Mathieu-Daudé
On 1/11/22 14:57, Akihiko Odaki wrote: Signed-off-by: Akihiko Odaki --- hw/pci/pci.c | 20 +--- include/hw/pci/pci.h | 12 ++-- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cce57f572c..41de7643af 100644 ---