qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] Misc patches for 2019-08-21
@ 2019-08-21 17:28 Paolo Bonzini
  2019-08-21 17:28 ` [Qemu-devel] [PULL 01/13] qemu-ga: clean up TOOLS variable Paolo Bonzini
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Paolo Bonzini @ 2019-08-21 17:28 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit e65472c7bc413d79faa61eb1d05c540b03945894:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into staging (2019-08-21 14:04:17 +0100)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 78d01598aea85841f0e4f8baf62c42b76230a81c:

  char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() (2019-08-21 16:31:59 +0200)

----------------------------------------------------------------
* Longstanding chardev race condition fix (Berto)
* Cleanups and tests from the Meson POC (Marc-André, myself)
* Coalesced range cleanup (Peter)

----------------------------------------------------------------
Alberto Garcia (2):
      main-loop: Fix GSource leak in qio_task_thread_worker()
      char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout()

Marc-André Lureau (5):
      module: use g_hash_table_add()
      module: return success on module load
      tests: add module loading test
      configure: remove AUTOCONF_HOST
      minikconf: don't print CONFIG_FOO=n lines

Paolo Bonzini (2):
      qemu-ga: clean up TOOLS variable
      configure: define CONFIG_TOOLS here

Peter Xu (4):
      memory: Refactor memory_region_clear_coalescing
      memory: Split zones when do coalesced_io_del()
      memory: Remove has_coalesced_range counter
      memory: Fix up memory_region_{add|del}_coalescing

 Makefile               |  9 ++---
 chardev/char-socket.c  | 16 ++++++--
 configure              | 10 ++---
 include/qemu/module.h  |  2 +-
 io/task.c              |  1 +
 memory.c               | 99 ++++++++++++++++++++++++++------------------------
 qtest.c                |  9 +++++
 scripts/minikconf.py   |  4 +-
 tests/Makefile.include |  1 +
 tests/libqtest.c       |  6 +++
 tests/libqtest.h       |  2 +
 tests/modules-test.c   | 71 ++++++++++++++++++++++++++++++++++++
 util/module.c          | 17 ++++++---
 13 files changed, 178 insertions(+), 69 deletions(-)
 create mode 100644 tests/modules-test.c
-- 
1.8.3.1



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

end of thread, other threads:[~2019-08-22 17:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 17:28 [Qemu-devel] [PULL 00/13] Misc patches for 2019-08-21 Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 01/13] qemu-ga: clean up TOOLS variable Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 02/13] configure: define CONFIG_TOOLS here Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 03/13] module: use g_hash_table_add() Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 04/13] module: return success on module load Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 05/13] tests: add module loading test Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 06/13] configure: remove AUTOCONF_HOST Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 07/13] minikconf: don't print CONFIG_FOO=n lines Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 08/13] memory: Refactor memory_region_clear_coalescing Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 09/13] memory: Split zones when do coalesced_io_del() Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 10/13] memory: Remove has_coalesced_range counter Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 11/13] memory: Fix up memory_region_{add|del}_coalescing Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 12/13] main-loop: Fix GSource leak in qio_task_thread_worker() Paolo Bonzini
2019-08-21 17:28 ` [Qemu-devel] [PULL 13/13] char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() Paolo Bonzini
2019-08-22 13:16 ` [Qemu-devel] [PULL 00/13] Misc patches for 2019-08-21 Peter Maydell
2019-08-22 17:22 ` Peter Maydell

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).