[PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name

Xiaojuan Yang posted 2 patches 3 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220729073018.27037-1-yangxiaojuan@loongson.cn
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
MAINTAINERS                          |  2 +-
hw/loongarch/acpi-build.c            | 18 ++++-----
hw/loongarch/meson.build             |  2 +-
hw/loongarch/{loongson3.c => virt.c} | 56 ++++++++++++++--------------
include/hw/loongarch/virt.h          |  8 ++--
include/hw/pci-host/ls7a.h           | 43 ++++++++++-----------
target/loongarch/README              |  2 +-
7 files changed, 64 insertions(+), 67 deletions(-)
rename hw/loongarch/{loongson3.c => virt.c} (93%)
[PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name
Posted by Xiaojuan Yang 3 years, 6 months ago
This series change 'loongson3.XXX' file name and 'LS7A_XXX' macro name.

Changes for v1:
1. Rename 'loongson3.c' to 'virt.c' and change the meson.build file.
2. Rename 'loongson3.rst' to 'virt.rst'.
3. Change macro name 'LS7A_XXX' to 'VIRT_XXX'.

Xiaojuan Yang (2):
  hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'
  hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'

 MAINTAINERS                          |  2 +-
 hw/loongarch/acpi-build.c            | 18 ++++-----
 hw/loongarch/meson.build             |  2 +-
 hw/loongarch/{loongson3.c => virt.c} | 56 ++++++++++++++--------------
 include/hw/loongarch/virt.h          |  8 ++--
 include/hw/pci-host/ls7a.h           | 43 ++++++++++-----------
 target/loongarch/README              |  2 +-
 7 files changed, 64 insertions(+), 67 deletions(-)
 rename hw/loongarch/{loongson3.c => virt.c} (93%)

-- 
2.31.1
Re: [PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name
Posted by Richard Henderson 3 years, 6 months ago
On 7/29/22 00:30, Xiaojuan Yang wrote:
> This series change 'loongson3.XXX' file name and 'LS7A_XXX' macro name.
> 
> Changes for v1:
> 1. Rename 'loongson3.c' to 'virt.c' and change the meson.build file.
> 2. Rename 'loongson3.rst' to 'virt.rst'.
> 3. Change macro name 'LS7A_XXX' to 'VIRT_XXX'.
> 
> Xiaojuan Yang (2):
>    hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'
>    hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'

Queued, thanks.

r~