On Fri, May 31, 2024 at 11:14:52AM +0200, Paolo Bonzini wrote: > Date: Fri, 31 May 2024 11:14:52 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4 > X-Mailer: git-send-email 2.45.1 > > The only user was the SSE4.1 variant of buffer_is_zero, which has > been removed; code to compute CPUINFO_SSE4 is dead. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > host/include/i386/host/cpuinfo.h | 1 - > util/cpuinfo-i386.c | 1 - > 2 files changed, 2 deletions(-) >
Reviewed-by: Zhao Liu <[email protected]>
