Re: [PATCH v3] target/i386: Restrict system-specific features from user emulation

2023-09-11 Thread Kevin Wolf
Am 11.09.2023 um 16:27 hat Philippe Mathieu-Daudé geschrieben: > Since commits 3adce820cf ("target/i386: Remove unused KVM > stubs") and ef1cf6890f ("target/i386: Allow elision of > kvm_hv_vpindex_settable()"), when building on a x86 host > configured as: > > $ ./configure --cc=clang \ > --t

Re: [PATCH v3] target/i386: Restrict system-specific features from user emulation

2023-09-11 Thread Michael Tokarev
Reviewed-by: Michael Tokarev Thank you for patience! 11.09.2023 17:27, Philippe Mathieu-Daudé: Since commits 3adce820cf ("target/i386: Remove unused KVM stubs") and ef1cf6890f ("target/i386: Allow elision of kvm_hv_vpindex_settable()"), when building on a x86 host ...

[PATCH v3] target/i386: Restrict system-specific features from user emulation

2023-09-11 Thread Philippe Mathieu-Daudé
Since commits 3adce820cf ("target/i386: Remove unused KVM stubs") and ef1cf6890f ("target/i386: Allow elision of kvm_hv_vpindex_settable()"), when building on a x86 host configured as: $ ./configure --cc=clang \ --target-list=x86_64-linux-user,x86_64-softmmu \ --enable-debug we get: