mbox series

[PULL,0/8] Trivial branch for 5.2 patches

Message ID 20200928091602.383870-1-laurent@vivier.eu
Headers show
Series Trivial branch for 5.2 patches | expand

Message

Laurent Vivier Sept. 28, 2020, 9:15 a.m. UTC
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

Comments

Peter Maydell Sept. 28, 2020, 3:48 p.m. UTC | #1
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