[PATCH v4 0/3] target/i386: Restrict 'feature-words' property to x86 machines

Philippe Mathieu-Daudé posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201001144152.1555659-1-philmd@redhat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Michael Tokarev <mjt@tls.msk.ru>
There is a newer version of this series
qapi/machine-target.json | 45 ++++++++++++++++++++++++++++++++++++++++
qapi/machine.json        | 42 -------------------------------------
target/i386/cpu.c        | 31 ++++++++++++++++-----------
3 files changed, 64 insertions(+), 54 deletions(-)
[PATCH v4 0/3] target/i386: Restrict 'feature-words' property to x86 machines
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
This series restrict the 'feature-words' property to the x86
architecture (other archs don't have it), and to system-mode
(user-mode doesn't use it).

Extracted from "user-mode: Prune build dependencies (part 3)" v3:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg746423.html

Philippe Mathieu-Daudé (3):
  target/i386/cpu: Trivial code movement
  target/i386/cpu: Restrict some of feature-words uses to system-mode
  target/i386: Restrict X86CPUFeatureWord to X86 targets

 qapi/machine-target.json | 45 ++++++++++++++++++++++++++++++++++++++++
 qapi/machine.json        | 42 -------------------------------------
 target/i386/cpu.c        | 31 ++++++++++++++++-----------
 3 files changed, 64 insertions(+), 54 deletions(-)

-- 
2.26.2