[PULL 0/2] minor loongarch cleanups

Richard Henderson posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220730003755.54019-1-richard.henderson@linaro.org
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
include/hw/loongarch/virt.h          |  8 ++--
include/hw/pci-host/ls7a.h           | 43 ++++++++++-----------
hw/loongarch/acpi-build.c            | 18 ++++-----
hw/loongarch/{loongson3.c => virt.c} | 56 ++++++++++++++--------------
MAINTAINERS                          |  2 +-
hw/loongarch/meson.build             |  2 +-
target/loongarch/README              |  2 +-
7 files changed, 64 insertions(+), 67 deletions(-)
rename hw/loongarch/{loongson3.c => virt.c} (93%)
[PULL 0/2] minor loongarch cleanups
Posted by Richard Henderson 1 year, 9 months ago
As this is a new target this release, and these patches
are so minor, I'm applying these as a bug fix.

r~

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

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

-- 
2.34.1
Re: [PULL 0/2] minor loongarch cleanups
Posted by Richard Henderson 1 year, 9 months ago
On 7/29/22 17:37, Richard Henderson wrote:
> As this is a new target this release, and these patches
> are so minor, I'm applying these as a bug fix.
> 
> r~
> 
> Xiaojuan Yang (2):
>    hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'
>    hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'
> 
>   include/hw/loongarch/virt.h          |  8 ++--
>   include/hw/pci-host/ls7a.h           | 43 ++++++++++-----------
>   hw/loongarch/acpi-build.c            | 18 ++++-----
>   hw/loongarch/{loongson3.c => virt.c} | 56 ++++++++++++++--------------
>   MAINTAINERS                          |  2 +-
>   hw/loongarch/meson.build             |  2 +-
>   target/loongarch/README              |  2 +-
>   7 files changed, 64 insertions(+), 67 deletions(-)
>   rename hw/loongarch/{loongson3.c => virt.c} (93%)
> 

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~
Re: [PULL 0/2] minor loongarch cleanups
Posted by Richard Henderson 1 year, 9 months ago
On 7/29/22 17:37, Richard Henderson wrote:
> As this is a new target this release, and these patches
> are so minor, I'm applying these as a bug fix.
> 
> r~

Dangit, impatience

   https://gitlab.com/rth7680/qemu.git pull-la-20220729

r~


> Xiaojuan Yang (2):
>    hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX'
>    hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'
> 
>   include/hw/loongarch/virt.h          |  8 ++--
>   include/hw/pci-host/ls7a.h           | 43 ++++++++++-----------
>   hw/loongarch/acpi-build.c            | 18 ++++-----
>   hw/loongarch/{loongson3.c => virt.c} | 56 ++++++++++++++--------------
>   MAINTAINERS                          |  2 +-
>   hw/loongarch/meson.build             |  2 +-
>   target/loongarch/README              |  2 +-
>   7 files changed, 64 insertions(+), 67 deletions(-)
>   rename hw/loongarch/{loongson3.c => virt.c} (93%)
>