qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 01/17] hw/loongarch: Move boot fucntions to boot.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 01/17] hw/loongarch: Move boot fucntions to boot.c
Date: Fri, 8 Mar 2024 09:31:49 +0100
User-agent: Mozilla Thunderbird

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 <gaosong@loongson.cn>
Message-Id: <20240301093839.663947-2-gaosong@loongson.cn>
---
  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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]