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

Philippe Mathieu-Daudé posted 4 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210224224643.3369940-1-philmd@redhat.com
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(-)
[PATCH v5 0/4] qapi: Restrict X86 features to X86 targets
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
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


Re: [PATCH v5 0/4] qapi: Restrict X86 features to X86 targets
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
ping?

On 2/24/21 11:46 PM, Philippe Mathieu-Daudé wrote:
> 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(-)
>