On Wed, Nov 10, 2021 at 01:52:09PM +0100, Paolo Bonzini wrote: > On 11/1/21 17:20, Yang Zhong wrote: > >The basic SGX patches were merged into Qemu release, the left NUMA > >function for SGX should be enabled. The patch1 implemented the SGX NUMA > >ACPI to enable NUMA in the SGX guest. Since Libvirt need detailed host > >SGX EPC sections info to decide how to allocate EPC sections for SGX NUMA > >guest, the SGXEPCSection list is introduced to show detailed sections info > >in the monitor or HMP interface. > > > >This version also plus the vEPC reset support because the related kernel > >patches were merged into tip tree master branch, please ref below link: > >https://lore.kernel.org/all/20211021201155.1523989-1-pbonz...@redhat.com/ > >or the tip tree master branch. > > Hi, > > I queued patch 5, and enough of patch 2 to avoid crashing 'info numa'. > > For patch 5, note that linux-headers/ is automatically generated > from Linux headers (as the name says!) so the ioctl has to be > declared in hw/i386/sgx-epc.c. > Paolo, thanks!
No other maintainers to review numa patches, so i will send the numa patches again? thanks! Yang > Thanks, > > Paolo