Re: Question about migration on ARM system

2024-11-14 Thread Zhou Wang via
On 2024/11/14 20:33, Marc Zyngier wrote: > On Thu, 14 Nov 2024 09:03:24 +, > Zhou Wang wrote: >> >> Hi, >> >> I am tring to heterogeneous live migration on ARM64 host. Now I just use >> below kernel/qemu branch to have a try: >> https://github.com/hisilicon/kernel-dev/tree/private-v6.11-rc2-hi

Question about migration on ARM system

2024-11-14 Thread Zhou Wang via
Hi, I am tring to heterogeneous live migration on ARM64 host. Now I just use below kernel/qemu branch to have a try: https://github.com/hisilicon/kernel-dev/tree/private-v6.11-rc2-hisi-migrn-wip https://github.com/hisilicon/qemu/tree/stable-8.2-kunpeng920-initial-v2 Currently guest on GICv4.1 and

Re: [Bug Report] smmuv3 event 0x10 report when running virtio-blk-pci

2024-09-09 Thread Zhou Wang via
On 2024/9/9 22:47, Mostafa Saleh wrote: > Hi Zhou, > > On Mon, Sep 9, 2024 at 3:22 PM Zhou Wang via wrote: >> >> Hi All, >> >> When I tested mainline qemu(commit 7b87a25f49), it reports smmuv3 event 0x10 >> during kernel booting up. >> >> qemu

Re: [Bug Report] smmuv3 event 0x10 report when running virtio-blk-pci

2024-09-09 Thread Zhou Wang via
On 2024/9/9 22:31, Peter Maydell wrote: > On Mon, 9 Sept 2024 at 15:22, Zhou Wang via wrote: >> >> Hi All, >> >> When I tested mainline qemu(commit 7b87a25f49), it reports smmuv3 event 0x10 >> during kernel booting up. > > Does it still do this if yo

[Bug Report] smmuv3 event 0x10 report when running virtio-blk-pci

2024-09-09 Thread Zhou Wang via
Hi All, When I tested mainline qemu(commit 7b87a25f49), it reports smmuv3 event 0x10 during kernel booting up. qemu command which I use is as below: qemu-system-aarch64 -machine virt,kernel_irqchip=on,gic-version=3,iommu=smmuv3 \ -kernel Image -initrd minifs.cpio.gz \ -enable-kvm -net none -nogr