qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e110aa: migration/ram: fix typo


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e110aa: migration/ram: fix typo
Date: Thu, 11 Aug 2016 11:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e110aa919a84e6454017b60b222344f3ac6038b5
      
https://github.com/qemu/qemu/commit/e110aa919a84e6454017b60b222344f3ac6038b5
  Author: Cao jin <address@hidden>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M migration/ram.c

  Log Message:
  -----------
  migration/ram: fix typo

Signed-off-by: Cao jin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 0e8b3cdfbc167f4bb7790ef744eaa1ac0e6959f9
      
https://github.com/qemu/qemu/commit/0e8b3cdfbc167f4bb7790ef744eaa1ac0e6959f9
  Author: Evgeny Yakovlev <address@hidden>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M migration/postcopy-ram.c

  Log Message:
  -----------
  migration: mmap error check fix

mmap man page:
"On success, mmap() returns a pointer to the mapped area. On error, the
value MAP_FAILED (that is, (void *) -1) is returned, and errno  is  set
to indicate the cause of the error."

The check in postcopy_get_tmp_page is definitely wrong and should be
fixed.

Signed-off-by: Evgeny Yakovlev <address@hidden>
Signed-off-by: Denis V. Lunev <address@hidden>
Reviewed-by: Amit Shah <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
CC: Juan Quintela <address@hidden>
CC: Amit Shah <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 787d134fb164e0395685744ef75829c15f5aee8d
      
https://github.com/qemu/qemu/commit/787d134fb164e0395685744ef75829c15f5aee8d
  Author: Liang Li <address@hidden>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M migration/qemu-file.c

  Log Message:
  -----------
  migration: fix live migration failure with compression

Because of commit 11808bb0c422, which remove some condition checks
of 'f->ops->writev_buffer', 'qemu_put_qemu_file' should be enhanced
to clear the 'f_src->iovcnt', or 'f_src->iovcnt' may exceed the
MAX_IOV_SIZE which will break live migration. This should be fixed.

Signed-off-by: Liang Li <address@hidden>
Reported-by: Jinshi Zhang <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 474c624ddf0d390b850526a01026ef8737e67ca7
      
https://github.com/qemu/qemu/commit/474c624ddf0d390b850526a01026ef8737e67ca7
  Author: Cao jin <address@hidden>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M migration/socket.c

  Log Message:
  -----------
  migration/socket: fix typo in file header

Code of inet socket & unix socket is merged together.
Also add some newlines, make code block well separated.

Cc: Daniel P. Berrange <address@hidden>
Cc: Juan Quintela <address@hidden>
Cc: Amit Shah <address@hidden>

Reviewed-by: Daniel P. Berrange <address@hidden>
Signed-off-by: Cao jin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 28b874429ba16e71e0caa46453f3a3e31efb3c51
      
https://github.com/qemu/qemu/commit/28b874429ba16e71e0caa46453f3a3e31efb3c51
  Author: Peter Maydell <address@hidden>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M migration/postcopy-ram.c
    M migration/qemu-file.c
    M migration/ram.c
    M migration/socket.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/amit-migration/tags/migration-for-2.7-7' into staging

Migration:
 - couple of bug fixes
 - couple of typo fixes

# gpg: Signature made Thu 11 Aug 2016 12:36:00 BST
# gpg:                using RSA key 0xEB0B4DFC657EF670
# gpg: Good signature from "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"
# Primary key fingerprint: 48CA 3722 5FE7 F4A8 B337  2735 1E9A 3B5F 8540 83B6
#      Subkey fingerprint: CC63 D332 AB8F 4617 4529  6534 EB0B 4DFC 657E F670

* remotes/amit-migration/tags/migration-for-2.7-7:
  migration/socket: fix typo in file header
  migration: fix live migration failure with compression
  migration: mmap error check fix
  migration/ram: fix typo

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d915b7bb4c29...28b874429ba1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]