Re: [PATCH] intc: Unexport InterruptStatsProviderClass-related functions

2022-01-17 Thread Paolo Bonzini
On 1/16/22 13:23, Bernhard Beschow wrote: The functions are only used within their respective source files, so no need for exporting. Signed-off-by: Bernhard Beschow --- hw/intc/i8259_common.c| 6 +++--- hw/intc/ioapic_common.c | 2 +- include/hw/i386/ioapic_internal.h

Re: [PATCH] intc: Unexport InterruptStatsProviderClass-related functions

2022-01-16 Thread Philippe Mathieu-Daudé via
On 16/1/22 13:23, Bernhard Beschow wrote: The functions are only used within their respective source files, so no need for exporting. Signed-off-by: Bernhard Beschow --- hw/intc/i8259_common.c| 6 +++--- hw/intc/ioapic_common.c | 2 +- include/hw/i386/ioapic_internal.h

Re: [PATCH] intc: Unexport InterruptStatsProviderClass-related functions

2022-01-16 Thread Michael S. Tsirkin
On Sun, Jan 16, 2022 at 01:23:26PM +0100, Bernhard Beschow wrote: > The functions are only used within their respective source files, so no > need for exporting. > > Signed-off-by: Bernhard Beschow Acked-by: Michael S. Tsirkin > --- > hw/intc/i8259_common.c| 6 +++--- > hw/intc/ioa

[PATCH] intc: Unexport InterruptStatsProviderClass-related functions

2022-01-16 Thread Bernhard Beschow
The functions are only used within their respective source files, so no need for exporting. Signed-off-by: Bernhard Beschow --- hw/intc/i8259_common.c| 6 +++--- hw/intc/ioapic_common.c | 2 +- include/hw/i386/ioapic_internal.h | 1 - include/hw/isa/i8259_internal.h | 3 -