qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
	Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/8] Trivial branch for 5.2 patches
Date: Tue, 27 Oct 2020 17:30:06 +0100	[thread overview]
Message-ID: <20201027163014.247336-1-laurent@vivier.eu> (raw)

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



             reply	other threads:[~2020-10-27 16:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27 16:30 Laurent Vivier [this message]
2020-10-27 16:30 ` [PULL 1/8] elf2dmp: Fix memory leak on main() error paths Laurent Vivier
2020-10-27 16:30 ` [PULL 2/8] Makefile: Add *.[ch].inc files to cscope/ctags/TAGS Laurent Vivier
2020-10-27 16:30 ` [PULL 3/8] cpus: Drop declaration of cpu_remove() Laurent Vivier
2020-10-27 16:30 ` [PULL 4/8] io: Fix Lesser GPL version number Laurent Vivier
2020-10-27 16:30 ` [PULL 5/8] cryptodev: " Laurent Vivier
2020-10-27 16:30 ` [PULL 6/8] scripts/qmp: delete 'qmp' script Laurent Vivier
2020-10-27 16:30 ` [PULL 7/8] qdev: Fix two typos Laurent Vivier
2020-10-27 16:30 ` [PULL 8/8] CHANGELOG: remove disused file Laurent Vivier
2020-10-30 19:44 ` [PULL 0/8] Trivial branch for 5.2 patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2020-09-28  9:15 Laurent Vivier
2020-09-28 15:48 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201027163014.247336-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).