[PATCH] x86emul: make test harness build again as 32-bit binary

2025-03-31 Thread Jan Beulich
Adding Q suffixes to FXSAVE/FXRSTOR did break the 32-bit build. Don't go back though, as the hand-coded 0x48 there weren't quite right either for the 32-bit case (they might well cause confusion when looking at the disassembly). Instead arrange for the compiler to DCE respective asm()-s, by short-c

Re: [PATCH] x86emul: make test harness build again as 32-bit binary

2025-03-31 Thread Andrew Cooper
On 31/03/2025 4:55 pm, Jan Beulich wrote: > Adding Q suffixes to FXSAVE/FXRSTOR did break the 32-bit build. Don't go > back though, as the hand-coded 0x48 there weren't quite right either for > the 32-bit case (they might well cause confusion when looking at the > disassembly). Instead arrange for