semantic: 0.135 other: 0.109 debug: 0.101 graphic: 0.097 device: 0.081 PID: 0.067 permissions: 0.064 socket: 0.061 vnc: 0.059 performance: 0.057 files: 0.052 network: 0.045 boot: 0.044 KVM: 0.027 semantic: 0.344 other: 0.108 debug: 0.086 files: 0.076 PID: 0.060 socket: 0.051 device: 0.045 boot: 0.044 vnc: 0.043 network: 0.037 performance: 0.037 KVM: 0.036 permissions: 0.020 graphic: 0.014 [feature request] awareness of instructions that are well emulated While qemu's scalar emulation tends to be excellent, qemu's SIMD emulation tends to be incorrect (except for arm64 from x86_64). Until these code paths are audited, which is probably a large job, it would be nice if qemu knew its emulation of this class of instructions was not very good, and thus it would give up on finding these instructions if a "careful" operation is passed. Here is a pull request for the zig language that runs into this problems in qemu https://github.com/ziglang/zig/pull/2945/ I have more code for validation if someone is working on this. On Sun, 3 Nov 2019 at 04:41, Shawn Landden