Re: New functionality in virt-install

2022-08-09 Thread Daniel P . Berrangé
On Tue, Aug 09, 2022 at 12:16:13PM +, O'Reilly, Michael wrote: > Hi libvirt-users, > > I've been tracking the progress of this patch > https://listman.redhat.com/archives/libvir-list/2022-August/233328.html > to enable SGX support in libvirt. > > My question is this. Who is responsible for e

New functionality in virt-install

2022-08-09 Thread O'Reilly, Michael
Hi libvirt-users, I've been tracking the progress of this patch https://listman.redhat.com/archives/libvir-list/2022-August/233328.html to enable SGX support in libvirt. My question is this. Who is responsible for ensuring that new functionality like SGX is also supported by virt-install? Is it

Re: NUMA node - Memory Only

2022-08-09 Thread Michal Prívozník
On 8/9/22 12:55, Jin Huang wrote: > Hi, everyone > I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: > meson build -Dsystem=true -Ddriver_interface=enabled > -Ddriver_libvirtd=enabled -Ddriver_network=enabled -Ddriver_qemu=enabled > -Ddriver_remote=enabled -Dnumactl=enabl

Re: NUMA node - Memory Only

2022-08-09 Thread Jin Huang
Hi, everyone I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: meson build -Dsystem=true -Ddriver_interface=enabled -Ddriver_libvirtd=enabled -Ddriver_network=enabled -Ddriver_qemu=enabled -Ddriver_remote=enabled -Dnumactl=enabled -Dnumad=enabled -Dstorage_disk=enabled (