mbox series

[PULL,0/2] minor loongarch cleanups

Message ID 20220730003755.54019-1-richard.henderson@linaro.org
Headers show
Series minor loongarch cleanups | expand

Message

Richard Henderson July 30, 2022, 12:37 a.m. UTC
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%)

Comments

Richard Henderson July 30, 2022, 3:16 p.m. UTC | #1
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~