[libvirt PATCH 05/28] cpu_map: Rename sync_qemu_i386.py

Tim Wiederhake posted 28 patches 3 years, 3 months ago
There is a newer version of this series
[libvirt PATCH 05/28] cpu_map: Rename sync_qemu_i386.py
Posted by Tim Wiederhake 3 years, 3 months ago
This makes the naming more consistent beween the two scripts
synching the feature list and the model list.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/cpu_map/{sync_qemu_i386.py => sync_qemu_models_i386.py} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename src/cpu_map/{sync_qemu_i386.py => sync_qemu_models_i386.py} (100%)

diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_models_i386.py
similarity index 100%
rename from src/cpu_map/sync_qemu_i386.py
rename to src/cpu_map/sync_qemu_models_i386.py
-- 
2.36.1
Re: [libvirt PATCH 05/28] cpu_map: Rename sync_qemu_i386.py
Posted by Jiri Denemark 3 years, 3 months ago
On Wed, Oct 19, 2022 at 18:56:05 +0200, Tim Wiederhake wrote:
> This makes the naming more consistent beween the two scripts
> synching the feature list and the model list.
> 
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  src/cpu_map/{sync_qemu_i386.py => sync_qemu_models_i386.py} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename src/cpu_map/{sync_qemu_i386.py => sync_qemu_models_i386.py} (100%)
> 
> diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_models_i386.py
> similarity index 100%
> rename from src/cpu_map/sync_qemu_i386.py
> rename to src/cpu_map/sync_qemu_models_i386.py

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>