[libvirt PATCH 0/8] Add features recently added to qemu

Tim Wiederhake posted 8 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230309132011.18926-1-twiederh@redhat.com
src/cpu_map/sync_qemu_features_i386.py        |  1 +
src/cpu_map/sync_qemu_models_i386.py          | 24 ++++++++++++-------
src/cpu_map/x86_features.xml                  | 15 ++++++++++++
.../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |  3 +++
4 files changed, 35 insertions(+), 8 deletions(-)
[libvirt PATCH 0/8] Add features recently added to qemu
Posted by Tim Wiederhake 1 year, 1 month ago
The following features have recently been added to qemu:
* sgx-edeccssa
* sgx-aex-notify
* fzrm
* fsrs
* fsrc

Tim Wiederhake (8):
  sync_qemu_models_i386.py: Sort features
  sync_qemu_models_i386.py: Add missing features
  sync_qemu_features_i386: Ignore xen-vapic
  cpu_map: Add missing feature "sgx-edeccssa"
  cpu_map: Add missing feature "sgx-aex-notify"
  cpu_map: Add missing feature "fzrm"
  cpu_map: Add missing feature "fsrs"
  cpu_map: Add missing feature "fsrc"

 src/cpu_map/sync_qemu_features_i386.py        |  1 +
 src/cpu_map/sync_qemu_models_i386.py          | 24 ++++++++++++-------
 src/cpu_map/x86_features.xml                  | 15 ++++++++++++
 .../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |  3 +++
 4 files changed, 35 insertions(+), 8 deletions(-)

-- 
2.39.2
Re: [libvirt PATCH 0/8] Add features recently added to qemu
Posted by Michal Prívozník 1 year, 1 month ago
On 3/9/23 14:20, Tim Wiederhake wrote:
> The following features have recently been added to qemu:
> * sgx-edeccssa
> * sgx-aex-notify
> * fzrm
> * fsrs
> * fsrc
> 
> Tim Wiederhake (8):
>   sync_qemu_models_i386.py: Sort features
>   sync_qemu_models_i386.py: Add missing features
>   sync_qemu_features_i386: Ignore xen-vapic
>   cpu_map: Add missing feature "sgx-edeccssa"
>   cpu_map: Add missing feature "sgx-aex-notify"
>   cpu_map: Add missing feature "fzrm"
>   cpu_map: Add missing feature "fsrs"
>   cpu_map: Add missing feature "fsrc"
> 
>  src/cpu_map/sync_qemu_features_i386.py        |  1 +
>  src/cpu_map/sync_qemu_models_i386.py          | 24 ++++++++++++-------
>  src/cpu_map/x86_features.xml                  | 15 ++++++++++++
>  .../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |  3 +++
>  4 files changed, 35 insertions(+), 8 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal