[libvirt PATCH 0/3] cpu: Honor check='full' for host-passthrough CPUs

Jiri Denemark posted 3 patches 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1584019301.git.jdenemar@redhat.com
src/cpu/cpu.c     | 12 +++++++-----
src/cpu/cpu_x86.c | 20 +++++++++++++++++---
2 files changed, 24 insertions(+), 8 deletions(-)
[libvirt PATCH 0/3] cpu: Honor check='full' for host-passthrough CPUs
Posted by Jiri Denemark 4 years, 1 month ago
See patch 3/3 for explanation.

Jiri Denemark (3):
  cpu: Change control flow in virCPUUpdateLive
  cpu_x86: Prepare virCPUx86UpdateLive for easier extension
  cpu: Honor check='full' for host-passthrough CPUs

 src/cpu/cpu.c     | 12 +++++++-----
 src/cpu/cpu_x86.c | 20 +++++++++++++++++---
 2 files changed, 24 insertions(+), 8 deletions(-)

-- 
2.25.1

Re: [libvirt PATCH 0/3] cpu: Honor check='full' for host-passthrough CPUs
Posted by Ján Tomko 4 years, 1 month ago
On a Thursday in 2020, Jiri Denemark wrote:
>See patch 3/3 for explanation.
>
>Jiri Denemark (3):
>  cpu: Change control flow in virCPUUpdateLive
>  cpu_x86: Prepare virCPUx86UpdateLive for easier extension
>  cpu: Honor check='full' for host-passthrough CPUs
>
> src/cpu/cpu.c     | 12 +++++++-----
> src/cpu/cpu_x86.c | 20 +++++++++++++++++---
> 2 files changed, 24 insertions(+), 8 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano