Re: migrate from qemu 2.11 to qemu 4.2 failed on arm machine

2023-01-30 Thread Jiatong Shen
Thank you very much for the information! Best, Jiatong Shen On Mon, Jan 30, 2023 at 6:46 PM Peter Maydell wrote: > On Mon, 30 Jan 2023 at 06:53, Jiatong Shen wrote: > > > > Hello community experts, > > > >I am facing an issue to migrate a virtual machine from qemu 2.11 to > qemu 4.2 node.

Re: migrate from qemu 2.11 to qemu 4.2 failed on arm machine

2023-01-30 Thread Peter Maydell
On Mon, 30 Jan 2023 at 06:53, Jiatong Shen wrote: > > Hello community experts, > >I am facing an issue to migrate a virtual machine from qemu 2.11 to qemu > 4.2 node. The command using on src node is > > qemu-system-aarch64 -M virt -vnc :2 -rtc base=utc,driftfix=slew -smp 2 -m > 4096 -cpu ho

migrate from qemu 2.11 to qemu 4.2 failed on arm machine

2023-01-29 Thread Jiatong Shen
Hello community experts, I am facing an issue to migrate a virtual machine from qemu 2.11 to qemu 4.2 node. The command using on src node is *qemu-system-aarch64 -M virt -vnc :2 -rtc base=utc,driftfix=slew -smp 2 -m 4096 -cpu host -enable-kvm -nodefaults -incoming :4443* on the dst node, the