[PULL 0/8] Trivial branch for 5.2 patches

Laurent Vivier posted 8 patches 5 years, 1 month ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200928091602.383870-1-laurent@vivier.eu
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
There is a newer version of this series
.gitignore                 |  1 +
docs/system/deprecated.rst | 32 ++++++++++++++++----------------
hw/virtio/vhost-vdpa.c     | 20 ++++++--------------
include/qemu/timer.h       |  2 +-
meson.build                |  2 +-
migration/multifd.c        |  2 +-
6 files changed, 26 insertions(+), 33 deletions(-)
[PULL 0/8] Trivial branch for 5.2 patches
Posted by Laurent Vivier 5 years, 1 month ago
The following changes since commit c122bca9cd7b986be4d473240a4fec6315b7a2c2:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' i=
nto staging (2020-09-23 15:11:38 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c66790b5dfc2430c04bf5876cf485e1f538af7f2:

  docs/system/deprecated: Move lm32 and unicore32 to the right section (2020-=
09-23 19:19:57 +0200)

----------------------------------------------------------------
Trivial Patches Pull request 20200928

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

Laurent Vivier (2):
  meson: fix static flag summary
  vhost-vdpa: remove useless variable

Li Qiang (1):
  virtio: vdpa: omit check return of g_malloc

Philippe Mathieu-Daud=C3=A9 (2):
  timer: Fix timer_mod_anticipate() documentation
  migration/multifd: Remove superfluous semicolons

Stefano Garzarella (1):
  vhost-vdpa: fix indentation in vdpa_ops

Thomas Huth (2):
  Add *.pyc back to the .gitignore file
  docs/system/deprecated: Move lm32 and unicore32 to the right section

 .gitignore                 |  1 +
 docs/system/deprecated.rst | 32 ++++++++++++++++----------------
 hw/virtio/vhost-vdpa.c     | 20 ++++++--------------
 include/qemu/timer.h       |  2 +-
 meson.build                |  2 +-
 migration/multifd.c        |  2 +-
 6 files changed, 26 insertions(+), 33 deletions(-)

--=20
2.26.2


Re: [PULL 0/8] Trivial branch for 5.2 patches
Posted by Peter Maydell 5 years, 1 month ago
On Mon, 28 Sep 2020 at 10:21, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit c122bca9cd7b986be4d473240a4fec6315b7a2c2:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' i=
> nto staging (2020-09-23 15:11:38 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request
>
> for you to fetch changes up to c66790b5dfc2430c04bf5876cf485e1f538af7f2:
>
>   docs/system/deprecated: Move lm32 and unicore32 to the right section (2020-=
> 09-23 19:19:57 +0200)
>
> ----------------------------------------------------------------
> Trivial Patches Pull request 20200928
>

Applied, thanks.

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

-- PMM