Re: [PATCH] Log alarms should be generated even if the QEMU process is not stopped

2022-09-15 Thread Peter Krempa
On Fri, Sep 16, 2022 at 10:20:14 +0800, dinglimin wrote: Please don't write all of your patch's description into the summary line and also make sure to follow the established formatting we have for almost all patches. Also describe when you ran into the problem if possible. > Signed-off-by: ding

Re: [PATCH] Two branches in a conditional structure should not have exactly the same implementation

2022-09-15 Thread Peter Krempa
On Fri, Sep 16, 2022 at 10:15:00 +0800, dinglimin wrote: Please don't write all of your patch's description into the summary line and also make sure to follow the established formatting we have for almost all patches. > Signed-off-by: dinglimin > --- > scripts/apibuild.py | 6 ++ > 1 file c

Re: smack patch with meson support

2022-09-15 Thread Peter Krempa
On Thu, Sep 15, 2022 at 14:47:18 -0400, Vishal Gupta wrote: > We are working on the Kirstone project (yocto) .It only supports the > meson build system because of which we are not able to use below smack > patch. Libvirt is also using meson. Are you sure it's because of meson? > > https://list

[PATCH] Log alarms should be generated even if the QEMU process is not stopped

2022-09-15 Thread dinglimin
Signed-off-by: dinglimin --- src/qemu/qemu_process.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index cbfdd3bda5..e025e10873 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -8006,9 +8006,11 @@ q

[PATCH] Two branches in a conditional structure should not have exactly the same implementation

2022-09-15 Thread dinglimin
Signed-off-by: dinglimin --- scripts/apibuild.py | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/apibuild.py b/scripts/apibuild.py index c232b4e2c8..5993318490 100755 --- a/scripts/apibuild.py +++ b/scripts/apibuild.py @@ -1248,10 +1248,8 @@ class CParser:

smack patch with meson support

2022-09-15 Thread Vishal Gupta
We are working on the Kirstone project (yocto) .It only supports the meson build system because of which we are not able to use below smack patch. https://listman.redhat.com/archives/libvir-list/2016-June/132187.html Please give advice on how to use this patch. regards, vishal

Re: [PATCH] cpu_map: Add -noMPX models for x86 Icelake Server

2022-09-15 Thread Lena Voytek
Sorry for the delayed response. On Wed, 2022-08-17 at 14:13 +0200, Jiri Denemark wrote: > On Tue, Aug 16, 2022 at 06:38:59 -0700, Lena Voytek wrote: > > With the current setup, a 10nm Icelake CPU, such as the Intel Xeon > > Gold > > 6338, will be incorrectly recognized by libvirt as a 14nm broadw