qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to obtain qemu changlogs


From: Thomas Huth
Subject: Re: how to obtain qemu changlogs
Date: Wed, 9 Feb 2022 07:23:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]