mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
intc: Unexport InterruptStatsProviderClass-related functions
The functions are only used within their respective source files, so no need for exporting. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20220116122327.73048-1-shentey@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b422da4b3f
commit
1206a1ec59
4 changed files with 4 additions and 8 deletions
|
@ -76,7 +76,7 @@ static void ioapic_irr_dump(Monitor *mon, const char *name, uint32_t bitmap)
|
|||
monitor_printf(mon, "\n");
|
||||
}
|
||||
|
||||
void ioapic_print_redtbl(Monitor *mon, IOAPICCommonState *s)
|
||||
static void ioapic_print_redtbl(Monitor *mon, IOAPICCommonState *s)
|
||||
{
|
||||
static const char *delm_str[] = {
|
||||
"fixed", "lowest", "SMI", "...", "NMI", "INIT", "...", "extINT"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue