All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name
@ 2022-07-29  7:30 Xiaojuan Yang
  2022-07-29  7:30 ` [PATCH v1 1/2] hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX' Xiaojuan Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiaojuan Yang @ 2022-07-29  7:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, gaosong, maobibo, mark.cave-ayland, mst,
	imammedo, ani, f4bug, peter.maydell

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-30  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29  7:30 [PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name Xiaojuan Yang
2022-07-29  7:30 ` [PATCH v1 1/2] hw/loongarch: Rename file 'loongson3.XXX' to 'virt.XXX' Xiaojuan Yang
2022-07-29  7:30 ` [PATCH v1 2/2] hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX' Xiaojuan Yang
2022-07-30  0:40 ` [PATCH v1 0/2] Change 'loongson3.XXX' file name and 'LS7A_XXX' macro name Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.