[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v31 23/23] fix warning.
From: |
Yoshinori Sato |
Subject: |
[PATCH v31 23/23] fix warning. |
Date: |
Sun, 23 Feb 2020 22:27:50 +0900 |
Signed-off-by: Yoshinori Sato <address@hidden>
---
hw/rx/rx-virt.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/rx/rx-virt.c b/hw/rx/rx-virt.c
index 6cf7936201..4ee6647728 100644
--- a/hw/rx/rx-virt.c
+++ b/hw/rx/rx-virt.c
@@ -90,8 +90,10 @@ static void rxvirt_init(MachineState *machine)
/* Load kernel and dtb */
if (kernel_filename) {
- /* The kernel image is loaded into
- the latter half of the SDRAM space. */
+ /*
+ The kernel image is loaded into
+ the latter half of the SDRAM space.
+ */
kernel_offset = machine->ram_size / 2;
rx_load_image(RXCPU(first_cpu), kernel_filename,
SDRAM_BASE + kernel_offset, kernel_offset);
--
2.20.1
- [PATCH RESEND v31 03/22] hw/registerfields.h: Add 8bit and 16bit register macros, (continued)
- [PATCH RESEND v31 03/22] hw/registerfields.h: Add 8bit and 16bit register macros, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 08/22] target/rx: Disassemble rx_index_addr into a string, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 13/22] target/rx: Dump bytes for each insn during disassembly, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 12/22] target/rx: Collect all bytes during disassembly, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 11/22] target/rx: Emit all disassembly in one prt(), Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 09/22] target/rx: Replace operand with prt_ldmi in disassembler, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 18/22] hw/rx: Honor -accel qtest, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 17/22] hw/rx: RX Target hardware definition, Yoshinori Sato, 2020/02/23
- [PATCH v31 23/23] fix warning.,
Yoshinori Sato <=
- [PATCH RESEND v31 22/22] qemu-doc.texi: Add RX section., Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 07/22] target/rx: RX disassembler, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 16/22] hw/char: RX62N serial communication interface (SCI), Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 06/22] target/rx: CPU definition, Yoshinori Sato, 2020/02/23
- [PATCH RESEND v31 21/22] BootLinuxConsoleTest: Test the RX-Virt machine, Yoshinori Sato, 2020/02/23