[libvirt PATCH 0/3] Fix migration with host-passthrough CPU

Jiri Denemark posted 3 patches 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1594930068.git.jdenemar@redhat.com
src/qemu/qemu_domain.c       |  8 ++++--
src/qemu/qemu_monitor.c      | 18 +++++++++++++
src/qemu/qemu_monitor.h      |  4 +++
src/qemu/qemu_monitor_json.c | 27 ++++++++++++++++++++
src/qemu/qemu_monitor_json.h |  4 +++
src/qemu/qemu_process.c      | 49 ++++++++++++++++++++++++++++++++++++
6 files changed, 108 insertions(+), 2 deletions(-)
[libvirt PATCH 0/3] Fix migration with host-passthrough CPU
Posted by Jiri Denemark 3 years, 9 months ago
Fixes a regression in libvirt 6.5.0 caused by commit 201bd5db63. See
patches 2 and 3 for details.

Jiri Denemark (3):
  qemu_monitor: Add API for checking CPU migratable property
  qemu: Do not set //cpu/@migratable for running domains in post-parse
  qemu: Properly set //cpu/@migratable default value for running domains

 src/qemu/qemu_domain.c       |  8 ++++--
 src/qemu/qemu_monitor.c      | 18 +++++++++++++
 src/qemu/qemu_monitor.h      |  4 +++
 src/qemu/qemu_monitor_json.c | 27 ++++++++++++++++++++
 src/qemu/qemu_monitor_json.h |  4 +++
 src/qemu/qemu_process.c      | 49 ++++++++++++++++++++++++++++++++++++
 6 files changed, 108 insertions(+), 2 deletions(-)

-- 
2.27.0

Re: [libvirt PATCH 0/3] Fix migration with host-passthrough CPU
Posted by Daniel Henrique Barboza 3 years, 9 months ago

On 7/16/20 5:08 PM, Jiri Denemark wrote:
> Fixes a regression in libvirt 6.5.0 caused by commit 201bd5db63. See
> patches 2 and 3 for details.
> 
> Jiri Denemark (3):
>    qemu_monitor: Add API for checking CPU migratable property
>    qemu: Do not set //cpu/@migratable for running domains in post-parse
>    qemu: Properly set //cpu/@migratable default value for running domains

Series:

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

> 
>   src/qemu/qemu_domain.c       |  8 ++++--
>   src/qemu/qemu_monitor.c      | 18 +++++++++++++
>   src/qemu/qemu_monitor.h      |  4 +++
>   src/qemu/qemu_monitor_json.c | 27 ++++++++++++++++++++
>   src/qemu/qemu_monitor_json.h |  4 +++
>   src/qemu/qemu_process.c      | 49 ++++++++++++++++++++++++++++++++++++
>   6 files changed, 108 insertions(+), 2 deletions(-)
>