[PULL 0/2] Trivial branch patches

Laurent Vivier posted 2 patches 4 years, 6 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191022082553.10204-1-laurent@vivier.eu
There is a newer version of this series
qemu-doc.texi            | 4 ----
tests/migration/stress.c | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
[PULL 0/2] Trivial branch patches
Posted by Laurent Vivier 4 years, 6 months ago
The following changes since commit e9d42461920f6f40f4d847a5ba18e90d095ed0b9:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request' into staging (2019-10-18 14:13:11 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

for you to fetch changes up to 81864c2e6166c015d30b8d8ae998a5a1238a68e9:

  tests/migration: fix a typo in comment (2019-10-21 18:14:43 +0200)

----------------------------------------------------------------
Documentation update and a typo fix

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

Mao Zhongyi (1):
  tests/migration: fix a typo in comment

Thomas Huth (1):
  qemu-doc: Remove paragraph about requiring a HD image with -kernel

 qemu-doc.texi            | 4 ----
 tests/migration/stress.c | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

-- 
2.21.0


Re: [PULL 0/2] Trivial branch patches
Posted by Peter Maydell 4 years, 6 months ago
On Tue, 22 Oct 2019 at 09:27, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit e9d42461920f6f40f4d847a5ba18e90d095ed0b9:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request' into staging (2019-10-18 14:13:11 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-pull-request
>
> for you to fetch changes up to 81864c2e6166c015d30b8d8ae998a5a1238a68e9:
>
>   tests/migration: fix a typo in comment (2019-10-21 18:14:43 +0200)
>
> ----------------------------------------------------------------
> Documentation update and a typo fix
>
> ----------------------------------------------------------------
>
> Mao Zhongyi (1):
>   tests/migration: fix a typo in comment
>
> Thomas Huth (1):
>   qemu-doc: Remove paragraph about requiring a HD image with -kernel
>
>  qemu-doc.texi            | 4 ----
>  tests/migration/stress.c | 2 +-
>  2 files changed, 1 insertion(+), 5 deletions(-)
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM