]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
apic: add global apic_get_class()
authorRadim Krčmář <rkrcmar@redhat.com>
Mon, 10 Oct 2016 15:28:42 +0000 (17:28 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Oct 2016 17:44:49 +0000 (15:44 -0200)
commit2f114315dcf239bc513f18ae0b04b5df81cae059
treeaa7b0a5f0c0bc29676bbb5570df4e8b72f17342d
parent8ca30e8673aff9bfcf8f969f8db4266b5f62e49c
apic: add global apic_get_class()

Every configuration has only up to one APIC class and we'll be extending
the class with a function that can be called without an instanced
object, so a direct access to the class is convenient.

This patch will break compilation if some code uses apic_get_class()
with CONFIG_USER_ONLY.

Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/intc/apic_common.c
include/hw/i386/apic_internal.h
target-i386/cpu.c