On Tue, Oct 29, 2024 at 04:18:55PM +0100, Paolo Bonzini wrote: > Date: Tue, 29 Oct 2024 16:18:55 +0100 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 5/8] target/i386: add CPUID.24 features for AVX10 > X-Mailer: git-send-email 2.47.0 > > From: Tao Su <tao1...@linux.intel.com> > > Introduce features for the supported vector bit lengths. > > Signed-off-by: Tao Su <tao1...@linux.intel.com> > Link: > https://lore.kernel.org/r/20241028024512.156724-3-tao1...@linux.intel.com > Link: > https://lore.kernel.org/r/20241028024512.156724-4-tao1...@linux.intel.com
You missed your Signed-of. > --- > target/i386/cpu.h | 8 ++++++++ > target/i386/cpu.c | 15 +++++++++++++++ > 2 files changed, 23 insertions(+) > Reviewed-by: Zhao Liu <zhao1....@intel.com>