[PATCH] acpi/hotplug: Fix error message format to conform to spec

2021-10-17 Thread Ani Sinha
Error messages must conform to spec as specified here: https://www.libvirt.org/coding-style.html#error-message-format This change encloses format specifiers in quotes and unbreaks error messages. Fixes: 8eadf82fb5 ("conf: introduce option to enable/disable pci hotplug on pci-root controller")

RE: [PATCH 0/4] Fix the bug about virsh domstats on qemu <5.2.0

2021-10-17 Thread Hiroki Narukawa
Thank you for your review, I checked your suggestions in each patch, and I agree to all the suggested changes. Hiroki Narukawa -Original Message- From: Michal Prívozník Sent: Friday, October 15, 2021 10:52 PM To: 成川 弘樹 ; libvir-list@redhat.com Cc: 大岩 朗 Subject: Re: [PATCH 0/4] Fix

Re: [PATCH 1/2] qemu: Move pid file of pr-helper to stateDir

2021-10-17 Thread Michal Prívozník
On 10/14/21 12:51 PM, Peng Liang wrote: > On 10/14/2021 6:10 PM, Michal Prívozník wrote: >> On 10/11/21 2:11 PM, Peng Liang wrote: >>> Libvirt will put the pid file of pr-helper to per-domain directory. >>> However, the ownership of the per-domain directory is the user to run >>> the QEMU process