On Mon, 3 Jun 2024 at 06:17, Shiva sagar Myana <shivasagar.my...@amd.com> wrote:
>
> Returning an uint32_t casted to a gint from g_cmp_ids causes the tx queue to
> become wrongly sorted when executing g_slist_sort. Fix this by always
> returning -1 or 1 from g_cmp_ids based on the ID comparison instead.
> Also, if two message IDs are the same, sort them by using their index and
> transmit the message at the lowest index first.
>
> Signed-off-by: Shiva sagar Myana <shivasagar.my...@amd.com>
> Reviewed-by: Francisco Iglesias <francisco.igles...@amd.com>
> ---
> Changelog:
> v1 -> v2 : subject line is modified.
> v2 -> v3 : subject line is modified from "[QEMU][master][PATCH" to
> "[QEMU][PATCH".

The usual prefix is just "[PATCH]" (with optional 'vX' etc);
it's implicit that it's a QEMU patch because you sent it to the
QEMU mailing lists. But you didn't need to respin just for that --
the patch application tools strip off all the [] prefixes regardless.

Applied to target-arm.next, thanks.

-- PMM

Reply via email to