Re: [PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init

2023-01-16 Thread Laurent Vivier
Le 05/01/2023 à 18:38, Philippe Mathieu-Daudé a écrit : This argument was added 9 years ago in commit 83d08f2673 ("pc: map PCI address space as catchall region for not mapped addresses") and has never been used since, so remove it. Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc.c

Re: [PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init

2023-01-05 Thread Bernhard Beschow
Am 5. Januar 2023 17:38:26 UTC schrieb "Philippe Mathieu-Daudé" : >This argument was added 9 years ago in commit 83d08f2673 >("pc: map PCI address space as catchall region for not mapped >addresses") and has never been used since, so remove it. > >Signed-off-by: Philippe Mathieu-Daudé

[PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init

2023-01-05 Thread Philippe Mathieu-Daudé
This argument was added 9 years ago in commit 83d08f2673 ("pc: map PCI address space as catchall region for not mapped addresses") and has never been used since, so remove it. Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc.c | 2 +- hw/pci-host/i440fx.c | 3 +-- hw/pci-host/q35.c