On 09/02/2022 03.25, Jiatong Shen wrote:
Hello community,
I am trying to find new changelogs for each release. I find there is a
site (https://wiki.qemu.org/ChangeLog/6.1
<https://wiki.qemu.org/ChangeLog/6.1>) for it, but looks like it does not
contain every changes. for example,
https://github.com/qemu/qemu/commit/c56ac27d2ad583aa2db5382bb510a33b638a4ab5
<https://github.com/qemu/qemu/commit/c56ac27d2ad583aa2db5382bb510a33b638a4ab5>
this commit which supports rbd device to write zeros is not included. May I
ask how change log is generated? Thank you.
You can either browse the history here:
https://gitlab.com/qemu-project/qemu/-/commits/master
or use the "git" tool to clone the repository to your hard disk, then you
can browse the history with "git log" or tools like "gitk".
HTH,
Thomas