[PATCH 0/2] Make affinity setting a bit more debug friendly

Michal Privoznik posted 2 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1715863651.git.mprivozn@redhat.com
src/qemu/qemu_process.c | 6 ++++++
src/util/virprocess.c   | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
[PATCH 0/2] Make affinity setting a bit more debug friendly
Posted by Michal Privoznik 6 months, 1 week ago
*** BLURB HERE ***

Michal Prívozník (2):
  qemu_process: Issue an info message when subtracting isolcpus
  virprocess: Debug affinity map in virProcessSetAffinity()

 src/qemu/qemu_process.c | 6 ++++++
 src/util/virprocess.c   | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
2.43.2
Re: [PATCH 0/2] Make affinity setting a bit more debug friendly
Posted by Ján Tomko 5 months, 1 week ago
On a Thursday in 2024, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (2):
>  qemu_process: Issue an info message when subtracting isolcpus
>  virprocess: Debug affinity map in virProcessSetAffinity()
>
> src/qemu/qemu_process.c | 6 ++++++
> src/util/virprocess.c   | 6 ++++--
> 2 files changed, 10 insertions(+), 2 deletions(-)
>

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

Jano
Re: [PATCH 0/2] Make affinity setting a bit more debug friendly
Posted by Michal Prívozník 5 months, 1 week ago
On 5/16/24 14:48, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   qemu_process: Issue an info message when subtracting isolcpus
>   virprocess: Debug affinity map in virProcessSetAffinity()
> 
>  src/qemu/qemu_process.c | 6 ++++++
>  src/util/virprocess.c   | 6 ++++--
>  2 files changed, 10 insertions(+), 2 deletions(-)
> 

ping

Michal