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
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
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
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
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