Re: [PATCH v3 0/1] hw/nvme: add atomic write support

2024-09-30 Thread Klaus Jensen
On Sep 26 14:24, Alan Adamson wrote: > Changelog: > v3: - Use cpu_to_le16() to properly handle endianness. > - Use 'continue' rather than'break' when walking SQs. > - No need to lock all the SQs when walking them so remove atomic_lock > since it is running from the main

[PATCH v3 0/1] hw/nvme: add atomic write support

2024-09-26 Thread Alan Adamson
Changelog: v3: - Use cpu_to_le16() to properly handle endianness. - Use 'continue' rather than'break' when walking SQs. - No need to lock all the SQs when walking them so remove atomic_lock since it is running from the main loop. v2: - Include changes suggested by