mbox

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

Message ID 20201027163014.247336-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Oct. 27, 2020, 4:30 p.m. UTC
The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:

  Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-req=
uest' into staging (2020-10-22 12:33:21 +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 e83029fa605d6aa475be60b191f2af3954591093:

  CHANGELOG: remove disused file (2020-10-27 16:48:50 +0100)

----------------------------------------------------------------
Pull request trivial branch 20201027

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

AlexChen (1):
  elf2dmp: Fix memory leak on main() error paths

Chetan Pant (2):
  io: Fix Lesser GPL version number
  cryptodev: Fix Lesser GPL version number

Greg Kurz (2):
  Makefile: Add *.[ch].inc files to cscope/ctags/TAGS
  cpus: Drop declaration of cpu_remove()

John Snow (2):
  scripts/qmp: delete 'qmp' script
  CHANGELOG: remove disused file

Maxim Levitsky (1):
  qdev: Fix two typos

 Changelog                             | 580 --------------------------
 Makefile                              |   2 +-
 README.rst                            |   8 +
 backends/cryptodev-builtin.c          |   2 +-
 backends/cryptodev-vhost-user.c       |   2 +-
 backends/cryptodev-vhost.c            |   2 +-
 backends/cryptodev.c                  |   2 +-
 contrib/elf2dmp/main.c                |   4 +-
 include/hw/core/cpu.h                 |   8 -
 include/hw/qdev-core.h                |   4 +-
 include/io/channel-buffer.h           |   2 +-
 include/io/channel-command.h          |   2 +-
 include/io/channel-file.h             |   2 +-
 include/io/channel-socket.h           |   2 +-
 include/io/channel-tls.h              |   2 +-
 include/io/channel-util.h             |   2 +-
 include/io/channel-watch.h            |   2 +-
 include/io/channel-websock.h          |   2 +-
 include/io/channel.h                  |   2 +-
 include/io/dns-resolver.h             |   2 +-
 include/io/task.h                     |   2 +-
 include/sysemu/cryptodev-vhost-user.h |   2 +-
 include/sysemu/cryptodev-vhost.h      |   2 +-
 include/sysemu/cryptodev.h            |   2 +-
 io/channel-buffer.c                   |   2 +-
 io/channel-command.c                  |   2 +-
 io/channel-file.c                     |   2 +-
 io/channel-socket.c                   |   2 +-
 io/channel-tls.c                      |   2 +-
 io/channel-util.c                     |   2 +-
 io/channel-watch.c                    |   2 +-
 io/channel-websock.c                  |   2 +-
 io/channel.c                          |   2 +-
 io/dns-resolver.c                     |   2 +-
 io/task.c                             |   2 +-
 scripts/qmp/qmp                       | 131 +-----
 tests/test-io-channel-buffer.c        |   2 +-
 tests/test-io-channel-command.c       |   2 +-
 tests/test-io-channel-file.c          |   2 +-
 tests/test-io-channel-socket.c        |   2 +-
 tests/test-io-task.c                  |   2 +-
 41 files changed, 54 insertions(+), 751 deletions(-)
 delete mode 100644 Changelog

--=20
2.26.2

Comments

Peter Maydell Oct. 30, 2020, 7:44 p.m. UTC | #1
On Tue, 27 Oct 2020 at 16:33, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-req=
> uest' into staging (2020-10-22 12:33:21 +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 e83029fa605d6aa475be60b191f2af3954591093:
>
>   CHANGELOG: remove disused file (2020-10-27 16:48:50 +0100)
>
> ----------------------------------------------------------------
> Pull request trivial branch 20201027
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM