On 19/10/25 23:03, Bernhard Beschow wrote:
As per the previous patch, the APIC instance is already available in apic_msr_{read,write}, so it can be passed along. It turns out that the call to cpu_get_current_apic() is only required in apic_mem_{read,write}, so it has been moved there. Longer term, cpu_get_current_apic() could be removed entirely if apic_mem_{read,write} is tied to a CPU's local address space.Signed-off-by: Bernhard Beschow <[email protected]> --- hw/intc/apic.c | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
