Re: [PATCH] target/riscv: machine: Sort the .subsections

2021-11-03 Thread Alistair Francis
On Sat, Oct 30, 2021 at 1:07 PM Bin Meng wrote: > > From: Bin Meng > > Move the codes around so that the order of .subsections matches > the one they are referenced in vmstate_riscv_cpu. > > Signed-off-by: Bin Meng Thanks! Applied to riscv-to-apply.next Alistair > --- > > target/riscv/machi

Re: [PATCH] target/riscv: machine: Sort the .subsections

2021-10-31 Thread Alistair Francis
On Sat, Oct 30, 2021 at 1:07 PM Bin Meng wrote: > > From: Bin Meng > > Move the codes around so that the order of .subsections matches > the one they are referenced in vmstate_riscv_cpu. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > target/riscv/machine.c | 92

[PATCH] target/riscv: machine: Sort the .subsections

2021-10-29 Thread Bin Meng
From: Bin Meng Move the codes around so that the order of .subsections matches the one they are referenced in vmstate_riscv_cpu. Signed-off-by: Bin Meng --- target/riscv/machine.c | 92 +- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/