[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/5] x86emul: disable FPU/MMX/SIMD insn emulation when !HVM
On 20/12/2019 16:01, Andrew Cooper wrote: >> Suggested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> >> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> >> --- >> I'll be happy to take suggestions allowing to avoid -Wno-unused-label. > I think I'm going to need a little while to figure out how this works. So, after having had an evening playing with this, things get massively simpler when NO_MMX is folded with NO_SIMD. MMX is a SIMD technology, and I can't see a compelling reason to control their inclusion separately. We're either going to want everything or nothing. The attached incremental works for me without a single out-of-place label. There is some further cleanup which can be done such as not making the CASE_ macros conditional. (OTOH, the compile error from might be helpful to keep in some form). Thoughts? ~Andrew Attachment:
0001-incremental.patch
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |