Re: [PATCH v3 23/37] Add iommufd configure option

2023-10-31 Thread Cédric Le Goater
On 10/31/23 11:52, Duan, Zhenzhong wrote: Hi All, -Original Message- From: Cédric Le Goater Sent: Tuesday, October 31, 2023 4:59 PM Subject: Re: [PATCH v3 23/37] Add iommufd configure option On 10/26/23 12:30, Zhenzhong Duan wrote: This adds "--enable-iommufd/--disable-iommuf

RE: [PATCH v3 23/37] Add iommufd configure option

2023-10-31 Thread Duan, Zhenzhong
Hi All, >-Original Message- >From: Cédric Le Goater >Sent: Tuesday, October 31, 2023 4:59 PM >Subject: Re: [PATCH v3 23/37] Add iommufd configure option > >On 10/26/23 12:30, Zhenzhong Duan wrote: >> This adds "--enable-iommufd/--disable-iommufd" to en

Re: [PATCH v3 23/37] Add iommufd configure option

2023-10-31 Thread Cédric Le Goater
On 10/26/23 12:30, Zhenzhong Duan wrote: This adds "--enable-iommufd/--disable-iommufd" to enable or disable iommufd support, enabled by default. It should be disabled by default for PPC. Thanks, C. Signed-off-by: Zhenzhong Duan Signed-off-by: Cédric Le Goater --- meson.build

[PATCH v3 23/37] Add iommufd configure option

2023-10-26 Thread Zhenzhong Duan
This adds "--enable-iommufd/--disable-iommufd" to enable or disable iommufd support, enabled by default. Signed-off-by: Zhenzhong Duan Signed-off-by: Cédric Le Goater --- meson.build | 6 ++ meson_options.txt | 2 ++ scripts/meson-buildoptions.sh | 3 +++ 3 fil