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

2024-09-11 Thread Eric Auger
Hi, On 9/10/24 03:24, Zhou Wang via wrote: > 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 you

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

2024-09-10 Thread Mostafa Saleh
On Tue, Sep 10, 2024 at 2:51 AM Zhou Wang wrote: > > 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 b

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

2024-09-09 Thread Eric Auger
Hi Zhou, On 9/10/24 03:24, Zhou Wang via wrote: > 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

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 command which I use is as below: >> >> qemu-system-aa

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 you either: > (1) use the v9.1.0 release (commit

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

2024-09-09 Thread Mostafa Saleh
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 command which I use is as below: > > qemu-system-aarch64 -machine > virt,kernel_irqchip=on,gic-version=3,

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

2024-09-09 Thread Peter Maydell
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 you either: (1) use the v9.1.0 release (commit fd1952d814da) (2) use "-machine virt-9.1" instead o

[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