On Fri, Sep 12, 2025 at 6:56 PM Xie Bo <[email protected]> wrote: > > This series(v8) replaces the earlier series patch"[PATCH v7 for v10.0.0 0/2] > target/riscv: Fix riscv64 kvm migration". > > Changes since v7: > - Patch 1: unchanged; keep Reviewed-by from Andrew Jones > <[email protected]> > - Patch 2: add Reviewed-by from Andrew Jones <[email protected]> > - No other changes (code is the same as v7) > > Xie Bo (2): > Set KVM initial privilege mode and mp_state > Fix VM resume after QEMU+KVM migration
Can you add the following tag: Cc: [email protected] to each commit message. That way it will be picked up for stable. Can you also rebase the series on: https://github.com/alistair23/qemu/tree/riscv-to-apply.next Alistair > > target/riscv/cpu.c | 17 +++++++++- > target/riscv/cpu.h | 2 ++ > target/riscv/kvm/kvm-cpu.c | 60 ++++++++++++++++++++++++++++-------- > target/riscv/kvm/kvm_riscv.h | 3 +- > target/riscv/machine.c | 5 +-- > 5 files changed, 70 insertions(+), 17 deletions(-) > > -- > 2.43.0 > >
