Dongli Zhang <[email protected]> writes:
> Hi Juan,
>
> On 10/30/23 09:31, Juan Quintela wrote:
>> Dongli Zhang <[email protected]> wrote:
>>> While the default "info lapic" always synchronizes cpu state ...
>>>
>>> mon_get_cpu()
>>> -> mon_get_cpu_sync(mon, true)
>>> -> cpu_synchronize_state(cpu)
>>> -> ioctl KVM_GET_LAPIC (taking KVM as example)
>>>
>>> ... the cpu state is not synchronized when the apic-id is available as
>>> argument.
>>>
>>> The cpu state should be synchronized when apic-id is available. Otherwise
>>> the "info lapic <apic-id>" always returns stale data.
>>>
>>> Reference:
>>> https://urldefense.com/v3/__https://lore.kernel.org/all/[email protected]/__;!!ACWV5N9M2RV99hQ!KOLfuCesLC4T6ka9bjf4x6ncC34GPK9pVvWwOJhbwSZw2fwp3Mxlakk0fnR-NCoqRPKOX7X4SOAxozQBC7VQ$
>>>
>>>
>>> Cc: Joe Jin <[email protected]>
>>> Signed-off-by: Dongli Zhang <[email protected]>
>>> Reviewed-by: Daniel P. Berrangé <[email protected]>
>>> Reviewed-by: David Woodhouse <[email protected]>
>>
>> Reviewed-by: Juan Quintela <[email protected]>
>>
>> But I wonder how I did get CC'd on this patch O:-)
>>
>
> Thank you very much!
>
> This component does not have a maintainer. I just blindly cc all suggested
> reviewers :), in order to get it reviewed and merged.
>
> get_maintainer.pl: No maintainers found, printing recent contributors.
> get_maintainer.pl: Do not blindly cc: them on patches! Use common sense.
I posted a fix the other day:
Subject: [PATCH] MAINTAINERS: Fully cover target/i386/*
Message-ID: <[email protected]>
https://lore.kernel.org/all/[email protected]/
> Thank you very much!