On Fri, May 31, 2024 at 11:14:57AM +0200, Paolo Bonzini wrote: > Date: Fri, 31 May 2024 11:14:57 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 6/6] host/i386: assume presence of POPCNT > X-Mailer: git-send-email 2.45.1 > > QEMU now requires an x86-64-v2 host, which has the POPCNT instruction. > Use it freely in TCG-generated code. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > host/include/i386/host/cpuinfo.h | 1 - > tcg/i386/tcg-target.h | 5 ++--- > util/cpuinfo-i386.c | 1 - > 3 files changed, 2 insertions(+), 5 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
