[Qemu-devel] [PULL 0/1] stable process documentation

Cornelia Huck posted 1 patch 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180219100812.12860-1-cohuck@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x failed
docs/devel/stable-process.rst | 69 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
create mode 100644 docs/devel/stable-process.rst
[Qemu-devel] [PULL 0/1] stable process documentation
Posted by Cornelia Huck 7 years, 8 months ago
The following changes since commit e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into staging (2018-02-16 18:39:05 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/stable-doc-20180219

for you to fetch changes up to 7aa54229cfd24935d5d7bcc48534fe01934f3f52:

  docs: document our stable process (2018-02-19 10:51:16 +0100)

----------------------------------------------------------------
Add some doc for the stable process.

----------------------------------------------------------------

Cornelia Huck (1):
  docs: document our stable process

 docs/devel/stable-process.rst | 69 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
 create mode 100644 docs/devel/stable-process.rst

-- 
2.13.6


Re: [Qemu-devel] [PULL 0/1] stable process documentation
Posted by Peter Maydell 7 years, 8 months ago
On 19 February 2018 at 10:08, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into staging (2018-02-16 18:39:05 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/stable-doc-20180219
>
> for you to fetch changes up to 7aa54229cfd24935d5d7bcc48534fe01934f3f52:
>
>   docs: document our stable process (2018-02-19 10:51:16 +0100)
>
> ----------------------------------------------------------------
> Add some doc for the stable process.
>
> ----------------------------------------------------------------
>
> Cornelia Huck (1):
>   docs: document our stable process
>
>  docs/devel/stable-process.rst | 69 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 69 insertions(+)
>  create mode 100644 docs/devel/stable-process.rst
>


Applied, thanks.

-- PMM