[Qemu-devel] [PATCH v2 0/1] include: Add a comment to explain the origin of

Leonid Bloch posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181104180657.7471-1-lbloch@janustech.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
include/qemu/units.h | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[Qemu-devel] [PATCH v2 0/1] include: Add a comment to explain the origin of
Posted by Leonid Bloch 7 years ago
Please see the commit message for the rationale.

Difference from v1:
* Tabs removed from the code indentation of the sample code in the
  comment, in order to pass checkpatch.

Leonid Bloch (1):
  include: Add a comment to explain the origin of sizes' lookup table

 include/qemu/units.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

-- 
2.17.1


Re: [Qemu-devel] [PATCH v2 0/1] include: Add a comment to explain the origin of
Posted by Kevin Wolf 7 years ago
Am 04.11.2018 um 19:07 hat Leonid Bloch geschrieben:
> Please see the commit message for the rationale.
> 
> Difference from v1:
> * Tabs removed from the code indentation of the sample code in the
>   comment, in order to pass checkpatch.

Thanks, applied to the block branch.

Kevin