On 10/21/21 12:42, Peter Xu wrote: > It's used in quite a few places of pci.c and also in the rest of the code > base. > Define such a hook so that it doesn't need to be defined all over the places. > > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > hw/pci/pci.c | 14 ++++---------- > include/hw/pci/pci.h | 7 ++++--- > 2 files changed, 8 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>