summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/device/1647
blob: 903db4a1091be85c427b47a7ecfb8653332939e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
device: 0.773
instruction: 0.737
graphic: 0.705
vnc: 0.629
network: 0.551
socket: 0.523
semantic: 0.502
other: 0.486
boot: 0.413
mistranslation: 0.316
KVM: 0.113
assembly: 0.100

Potential Bug in RISCV Hypervisor Extension: Timer Interrupt Handling in QEMU v8.0.0-rc1
Steps to reproduce:
1. Build and run a simple hypervisor on QEMU v8.0.0-rc1 with the hypervisor extension feature of RISCV.
2. Set up hideleg, henvcfg, etc., in hypervisor and run the Linux kernel.
3. Observe the issue of infinite loop caused by the pending timer interrupt.
Additional information:
Linux version: riscv_aia_v1 from github.com/avpatel/linux
OpenSBI version: Modified 1.1

I would greatly appreciate it if you could kindly provide some guidance. Is this behavior expected or could this be a bug? I've tried to provide a detailed analysis of my observations, but I'm not 100% certain if my understanding is correct.

Thank you for your time and consideration.