qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/15] migration queue
@ 2020-12-18 10:41 Dr. David Alan Gilbert (git)
  2020-12-18 10:41 ` [PULL 01/15] monitor:open brace '{' following struct go on the same line Dr. David Alan Gilbert (git)
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-12-18 10:41 UTC (permalink / raw)
  To: qemu-devel, aiyutao, peter.maydell, vgoyal, lersek, alex.chen,
	armbru, tu.guoyi
  Cc: stefanha, quintela

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 75ee62ac606bfc9eb59310b9446df3434bf6e8c2:

  Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging (2020-12-17 18:53:36 +0000)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20201218a

for you to fetch changes up to 36d0fe65160d83cb065de9b6fe60114ee127d9f0:

  migration: Don't allow migration if vm is in POSTMIGRATE (2020-12-18 10:08:25 +0000)

----------------------------------------------------------------
Monitor, virtiofsd and migration pull

HMP cleanups
Migration fixes
  Note the change in behaviour of not allowing a postmigrate migrtion
  rather than crashing

Virtiofsd cleanups and fixes
  --thread-pool-size=0 for no thread pool (faster for some workloads)

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Alex Chen (1):
      virtiofsd: Remove useless code about send_notify_iov

Laszlo Ersek (2):
      virtiofsd: make the debug log timestamp on stderr more human-readable
      virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"

Markus Armbruster (1):
      docs/devel/migration: Improve debugging section a bit

Peter Maydell (1):
      hmp-commands.hx: List abbreviation after command for cont, quit, print

Tuguoyi (3):
      savevm: Remove dead code in save_snapshot()
      savevm: Delete snapshots just created in case of error
      migration: Don't allow migration if vm is in POSTMIGRATE

Vivek Goyal (4):
      virtiofsd: Use --thread-pool-size=0 to mean no thread pool
      virtiofsd: Set up posix_lock hash table for root inode
      virtiofsd: Disable posix_lock hash table if remote locks are not enabled
      virtiofsd: Check file type in lo_flush()

Yutao Ai (3):
      monitor:open brace '{' following struct go on the same line
      monitor:braces {} are necessary for all arms of this statement
      monitor:Don't use '#' flag of printf format ('%#') in format strings

 docs/devel/migration.rst         | 11 +++--
 hmp-commands.hx                  | 12 ++---
 migration/migration.c            |  6 +++
 migration/savevm.c               | 11 ++---
 monitor/hmp-cmds.c               |  3 +-
 monitor/misc.c                   | 16 ++++---
 tools/virtiofsd/fuse_lowlevel.c  | 98 ----------------------------------------
 tools/virtiofsd/fuse_virtio.c    | 36 +++++++++++----
 tools/virtiofsd/passthrough_ll.c | 91 +++++++++++++++++++++++++++++--------
 9 files changed, 131 insertions(+), 153 deletions(-)



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

end of thread, other threads:[~2020-12-31 19:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 10:41 [PULL 00/15] migration queue Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 01/15] monitor:open brace '{' following struct go on the same line Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 02/15] monitor:braces {} are necessary for all arms of this statement Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 03/15] monitor:Don't use '#' flag of printf format ('%#') in format strings Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 04/15] hmp-commands.hx: List abbreviation after command for cont, quit, print Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 05/15] virtiofsd: Use --thread-pool-size=0 to mean no thread pool Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 06/15] virtiofsd: make the debug log timestamp on stderr more human-readable Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 07/15] virtiofsd: Set up posix_lock hash table for root inode Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 08/15] virtiofsd: Disable posix_lock hash table if remote locks are not enabled Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 09/15] virtiofsd: Check file type in lo_flush() Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 10/15] virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup" Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 11/15] virtiofsd: Remove useless code about send_notify_iov Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 12/15] docs/devel/migration: Improve debugging section a bit Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 13/15] savevm: Remove dead code in save_snapshot() Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 14/15] savevm: Delete snapshots just created in case of error Dr. David Alan Gilbert (git)
2020-12-18 10:41 ` [PULL 15/15] migration: Don't allow migration if vm is in POSTMIGRATE Dr. David Alan Gilbert (git)
2020-12-31 19:15 ` [PULL 00/15] migration queue 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).