|
question regarding acrn-hypervisor vioapic implementation
This change update the interrupt from edge triggered to low level triggered. Which is unusual case. Is it possible that this is related with workaround in linux kernel ioapic for version 0x11? Regards
This change update the interrupt from edge triggered to low level triggered. Which is unusual case. Is it possible that this is related with workaround in linux kernel ioapic for version 0x11? Regards
|
By
...
· #10
·
|
|
question regarding acrn-hypervisor vioapic implementation
Yes. It's not related with IOAPIC workaround. Here is what I got from SOS: ^M[ 0.041021] ioapic_set_affinity: yfw: eu.w1: 0x931, eu.w2: 0x1000000^M ^M[ 0.041085] ioapic_set_affinity: yfw: eu.w1: 0x930
Yes. It's not related with IOAPIC workaround. Here is what I got from SOS: ^M[ 0.041021] ioapic_set_affinity: yfw: eu.w1: 0x931, eu.w2: 0x1000000^M ^M[ 0.041085] ioapic_set_affinity: yfw: eu.w1: 0x930
|
By
...
· #13
·
|
|
acrn tools warn on startup
Yes. This log is showed because the hv logging/tracing has problem. It doesn't impact the VM booting. This log shows the hvlog device is not initialized successfully. Can you share the your whole SOS
Yes. This log is showed because the hv logging/tracing has problem. It doesn't impact the VM booting. This log shows the hvlog device is not initialized successfully. Can you share the your whole SOS
|
By
...
· #203
·
|
|
Failing to boot Clear guest
Hi Ross, Could you please share the platform you are using? Regards Yin, Fengwei
Hi Ross, Could you please share the platform you are using? Regards Yin, Fengwei
|
By
...
· #205
·
|
|
Failing to boot Clear guest
I meant the hardware platform? Is it MRB, UP2 or NUC? Regards Yin, Fengwei
I meant the hardware platform? Is it MRB, UP2 or NUC? Regards Yin, Fengwei
|
By
...
· #207
·
|
|
Regression about loading OVMF
You need to update the SOS rootfs to latest one. There is iasl update which has more strict rules. We update the ACPI table in DM which needs latest iasl. Regards Yin, Fengwei
You need to update the SOS rootfs to latest one. There is iasl update which has more strict rules. We update the ACPI table in DM which needs latest iasl. Regards Yin, Fengwei
|
By
...
· #246
·
|
|
0.7 won't start UOS
This error is related with new version iasl tool which has more strict check to align with ACPI 6.x. So we update the ACPI table definition in acrn-dm and the change breaks old iasl tool. Ross, Could
This error is related with new version iasl tool which has more strict check to align with ACPI 6.x. So we update the ACPI table definition in acrn-dm and the change breaks old iasl tool. Ross, Could
|
By
...
· #267
·
|
|
PREEMPT_RT kernel for v0.8
This log means the UOS kernel hang at very early kernel boot stage. Do you have HV console work or not? Regards Yin, Fengwei
This log means the UOS kernel hang at very early kernel boot stage. Do you have HV console work or not? Regards Yin, Fengwei
|
By
...
· #291
·
|
|
PREEMPT_RT kernel for v0.8
Hi Kris, What's the dm options you are using to run your preempt-rt kernel? What if you add "earlyprintk=ttyS0" to your kernel command and see what we could get from early console? Regards Yin, Fengwe
Hi Kris, What's the dm options you are using to run your preempt-rt kernel? What if you add "earlyprintk=ttyS0" to your kernel command and see what we could get from early console? Regards Yin, Fengwe
|
By
...
· #293
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi, Could you share: 1. ACRN last git commit hash 2. dmesg output in your SOS 3. the output of cat /proc/interrupt in your SOS Regards Yin, Fengwei
Hi, Could you share: 1. ACRN last git commit hash 2. dmesg output in your SOS 3. the output of cat /proc/interrupt in your SOS Regards Yin, Fengwei
|
By
...
· #365
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, We checked the log you shared and didn't see anything unusual. We had one issue which could make serial console use polling mode. I suspected you hit that issue. But from the interrupt in
Hi Dubravko, We checked the log you shared and didn't see anything unusual. We had one issue which could make serial console use polling mode. I suspected you hit that issue. But from the interrupt in
|
By
...
· #372
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Conghui, Yes. Emulated ttyS0 and physical ttyS1 share same irq. But there is no user of ttyS1. we can't see ttyS0/ttyS1 share irq4 in interrupt dump. But as Anthony said, the emulated ttyS0 share i
Hi Conghui, Yes. Emulated ttyS0 and physical ttyS1 share same irq. But there is no user of ttyS1. we can't see ttyS0/ttyS1 share irq4 in interrupt dump. But as Anthony said, the emulated ttyS0 share i
|
By
...
· #384
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, Which ttyS is used for console depends on your hardware design. You need to check with your hardware engineer to figure out which ttyS is used for console. If you are using the UP2 config
Hi Dubravko, Which ttyS is used for console depends on your hardware design. You need to check with your hardware engineer to figure out which ttyS is used for console. If you are using the UP2 config
|
By
...
· #385
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, I only see following message from your sos kernel log: [ 1.200862] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k [ 1.201695] ixgbevf: Copyrigh
Hi Dubravko, I only see following message from your sos kernel log: [ 1.200862] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k [ 1.201695] ixgbevf: Copyrigh
|
By
...
· #386
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, The UP2 board uses realtek network controller. I believe the reason that your network can't work is the network controller is not enabled in SOS kernel. Could you please find out the netw
Hi Dubravko, The UP2 board uses realtek network controller. I believe the reason that your network can't work is the network controller is not enabled in SOS kernel. Could you please find out the netw
|
By
...
· #388
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, For SOS kernel, I suppose you could build it based on our acrn-kernel with igb enabled. It looks like the serial port is a little bit mess. From dmesg_nohv.log, we could see following ser
Hi Dubravko, For SOS kernel, I suppose you could build it based on our acrn-kernel with igb enabled. It looks like the serial port is a little bit mess. From dmesg_nohv.log, we could see following ser
|
By
...
· #392
·
|
|
Setting up ACRN on a new board with Apollo Lake
Hi Dubravko, I would like to check: What's the latest status for your new board enabling? Regards Yin, Fengwei
Hi Dubravko, I would like to check: What's the latest status for your new board enabling? Regards Yin, Fengwei
|
By
...
· #397
·
|
|
Setting up ACRN on a new board with Apollo Lake
OK. Thanks for the information. Regards Yin, Fengwei
OK. Thanks for the information. Regards Yin, Fengwei
|
By
...
· #400
·
|
|
Cannot launch hart RT UOS when running Ubuntu as SOS
Hi Alfonso, It's related with iasl in your SOS. We have constrain for iasl version. Regards Yin, Fengwei
Hi Alfonso, It's related with iasl in your SOS. We have constrain for iasl version. Regards Yin, Fengwei
|
By
...
· #479
·
|
|
Problem with Industry Scenario on a NUC7i7DNH
Hi Osselton, It looks like there is one PCI device in your system which has more than 16 MSIX table. Can you boot to native linux and dump the MSI table of each PCI devices on your board? Regards Yin,
Hi Osselton, It looks like there is one PCI device in your system which has more than 16 MSIX table. Can you boot to native linux and dump the MSI table of each PCI devices on your board? Regards Yin,
|
By
...
· #487
·
|