qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v5 0/4] qapi: Restrict X86 features to X86 targets


From: Philippe Mathieu-Daudé
Subject: [PATCH v5 0/4] qapi: Restrict X86 features to X86 targets
Date: Wed, 24 Feb 2021 23:46:39 +0100

Since v4:
- Rebase on Claudio's work to avoid stub

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).

v4: https://www.mail-archive.com/qemu-devel@nongnu.org/msg746628.html

Supersedes: <20201001144152.1555659-1-philmd@redhat.com>
Based-on: <20210224133428.14071-1-cfontana@suse.de>

Philippe Mathieu-Daudé (4):
  target/i386/cpu: Introduce get_register_enum_32() helper
  target/i386/cpu: Restrict x86_cpu_get_feature_words to sysemu
  qapi: Move X86 specific types to machine-target.json
  qapi/machine-target: Restrict X86 features to X86 targets

 qapi/machine-target.json   | 45 ++++++++++++++++++++++++++++++++++++++
 qapi/machine.json          | 42 -----------------------------------
 target/i386/cpu-internal.h |  7 ++++++
 target/i386/cpu-softmmu.c  | 36 ++++++++++++++++++++++++++++++
 target/i386/cpu.c          | 45 +++++++-------------------------------
 5 files changed, 96 insertions(+), 79 deletions(-)

-- 
2.26.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]