Re: [PATCH 3/9] util: Add i386 CPUINFO_ATOMIC_VMOVDQU

2023-05-18 Thread Peter Maydell
On Thu, 18 May 2023 at 05:41, Richard Henderson wrote: > > Add a bit to indicate when VMOVDQU is also atomic if aligned. > > Signed-off-by: Richard Henderson > --- > include/host/i386/cpuinfo.h | 1 + > util/cpuinfo-i386.c | 4 +++- > 2 files changed, 4 insertions(+), 1 deletion(-) Revi

[PATCH 3/9] util: Add i386 CPUINFO_ATOMIC_VMOVDQU

2023-05-17 Thread Richard Henderson
Add a bit to indicate when VMOVDQU is also atomic if aligned. Signed-off-by: Richard Henderson --- include/host/i386/cpuinfo.h | 1 + util/cpuinfo-i386.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/host/i386/cpuinfo.h b/include/host/i386/cpuinfo.h inde