On 7/3/24 17:48, Song Gao wrote:
Move some boot functions to boot.c and struct
loongarch_boot_info into struct LoongArchMachineState.

Signed-off-by: Song Gao <[email protected]>
Message-Id: <[email protected]>
---
  hw/loongarch/boot.c         | 128 ++++++++++++++++++++++++++++++++++++
  hw/loongarch/meson.build    |   1 +
  hw/loongarch/virt.c         | 121 +++-------------------------------
  include/hw/loongarch/boot.h |  21 ++++++
  include/hw/loongarch/virt.h |   2 +
  5 files changed, 160 insertions(+), 113 deletions(-)
  create mode 100644 hw/loongarch/boot.c
  create mode 100644 include/hw/loongarch/boot.h

Consider enabling scripts/git.orderfile.

Typo "functions" in patch subject.

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to