[PATCH 0/2] hw/sparc/leon3: Trivial cleanups around write_bootloader()

Philippe Mathieu-Daudé posted 2 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240215132824.67363-1-philmd@linaro.org
Maintainers: Fabien Chouteau <chouteau@adacore.com>, Frederic Konrad <konrad.frederic@yahoo.fr>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
hw/sparc/leon3.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
[PATCH 0/2] hw/sparc/leon3: Trivial cleanups around write_bootloader()
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
Have write_bootloader() take a void* and remove unused 'env' arg.

Philippe Mathieu-Daudé (2):
  hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()
  hw/sparc/leon3: Have write_bootloader() take a void pointer argument

 hw/sparc/leon3.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

-- 
2.41.0


Re: [PATCH 0/2] hw/sparc/leon3: Trivial cleanups around write_bootloader()
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
On 15/2/24 14:28, Philippe Mathieu-Daudé wrote:
> Have write_bootloader() take a void* and remove unused 'env' arg.
> 
> Philippe Mathieu-Daudé (2):
>    hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()
>    hw/sparc/leon3: Have write_bootloader() take a void pointer argument

Series queued.