All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/9] Trivial branch for 7.0 patches
@ 2022-01-18 12:28 Laurent Vivier
  2022-01-18 12:28 ` [PULL 1/9] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers Laurent Vivier
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Laurent Vivier @ 2022-01-18 12:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier

The following changes since commit 6621441db50d5bae7e34dbd04bf3c57a27a71b32:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20220115' into staging (2022-01-16 20:12:23 +0000)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request

for you to fetch changes up to bfadf13f63d63d099bf2be14c9b1863f25a091a2:

  linux-user: Remove MAX_SIGQUEUE_SIZE (2022-01-18 12:44:44 +0100)

----------------------------------------------------------------
trivial patches pull request 20220118

Fix comments and typos
Add vmstate for ETRAX timers
Use ldst in megasas

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

Bernhard Beschow (1):
  softmmu: Provide a clue as to why device tree loading failed

Peter Maydell (4):
  qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
  linux-user: Fix comment typo in arm cpu_loop code
  linux-user: Rename user_force_sig tracepoint to match function name
  linux-user: Return void from queue_signal()

Philippe Mathieu-Daudé (3):
  hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
  hw/scsi/megasas: Simplify using the ldst API
  tests: Fix typo in check-help output

Warner Losh (1):
  linux-user: Remove MAX_SIGQUEUE_SIZE

 hw/scsi/megasas.c          | 17 +++--------------
 hw/timer/etraxfs_timer.c   | 34 +++++++++++++++++++++++++++++++++-
 include/hw/qdev-core.h     |  2 +-
 linux-user/arm/cpu_loop.c  |  4 ++--
 linux-user/qemu.h          |  2 --
 linux-user/signal-common.h |  4 ++--
 linux-user/signal.c        |  7 +++----
 linux-user/trace-events    |  2 +-
 softmmu/device_tree.c      |  6 ++++--
 tests/Makefile.include     |  2 +-
 10 files changed, 50 insertions(+), 30 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL 0/9] Trivial branch for 7.0 patches
@ 2021-12-17 20:10 Laurent Vivier
  2021-12-18  2:04 ` Richard Henderson
  0 siblings, 1 reply; 13+ messages in thread
From: Laurent Vivier @ 2021-12-17 20:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier

The following changes since commit 29eb5c2c86f935b0e9700fad2ecfe8a32b011d57:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2021-12-16 08:39:20 -0800)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request

for you to fetch changes up to ce2ff9cccf0c5f123f9d1e3d5e4fc07d1c2c159d:

  checkpatch: Do not allow deprecated g_memdup() (2021-12-17 11:57:35 +0100)

----------------------------------------------------------------
Trivial patches pull request 20211217

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

Leonardo Garcia (1):
  hw/virtio/vhost: Fix typo in comment.

Philippe Mathieu-Daudé (7):
  configure: Symlink binaries using .exe suffix with MinGW
  target/i386/kvm: Replace use of __u32 type
  qemu-keymap: Add license in generated files
  hw/avr: Realize AVRCPU qdev object using qdev_realize()
  glib-compat: Introduce g_memdup2() wrapper
  tests/qtest: Replace g_memdup() by g_memdup2()
  checkpatch: Do not allow deprecated g_memdup()

Zhang Chen (1):
  docs/block-replication.txt: Fix replication top-id command demo

 configure                   |  2 +-
 docs/block-replication.txt  |  2 +-
 hw/avr/atmega.c             |  2 +-
 hw/virtio/vhost.c           |  2 +-
 include/glib-compat.h       | 37 +++++++++++++++++++++++++++++++++++++
 qemu-keymap.c               |  1 +
 scripts/checkpatch.pl       |  5 +++++
 target/i386/kvm/kvm.c       |  2 +-
 tests/qtest/libqos/ahci.c   |  6 +++---
 tests/qtest/libqos/qgraph.c |  2 +-
 10 files changed, 52 insertions(+), 9 deletions(-)

-- 
2.33.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-01-19 12:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 12:28 [PULL 0/9] Trivial branch for 7.0 patches Laurent Vivier
2022-01-18 12:28 ` [PULL 1/9] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers Laurent Vivier
2022-01-18 12:28 ` [PULL 2/9] hw/scsi/megasas: Simplify using the ldst API Laurent Vivier
2022-01-18 12:28 ` [PULL 3/9] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ Laurent Vivier
2022-01-18 12:28 ` [PULL 4/9] tests: Fix typo in check-help output Laurent Vivier
2022-01-18 12:28 ` [PULL 5/9] softmmu: Provide a clue as to why device tree loading failed Laurent Vivier
2022-01-18 12:28 ` [PULL 6/9] linux-user: Fix comment typo in arm cpu_loop code Laurent Vivier
2022-01-18 12:28 ` [PULL 7/9] linux-user: Rename user_force_sig tracepoint to match function name Laurent Vivier
2022-01-18 12:28 ` [PULL 8/9] linux-user: Return void from queue_signal() Laurent Vivier
2022-01-18 12:28 ` [PULL 9/9] linux-user: Remove MAX_SIGQUEUE_SIZE Laurent Vivier
2022-01-19 11:48 ` [PULL 0/9] Trivial branch for 7.0 patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2021-12-17 20:10 Laurent Vivier
2021-12-18  2:04 ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.