diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/hypervisor/1818207 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1818207')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1818207 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1818207 b/results/classifier/deepseek-2-tmp/output/hypervisor/1818207 deleted file mode 100644 index b79255a22..000000000 --- a/results/classifier/deepseek-2-tmp/output/hypervisor/1818207 +++ /dev/null @@ -1,32 +0,0 @@ - -[aarch64] VM status remains "running" after it's suspended - -The issue is observed on aarch64 (I didn't check x86) with latest upstream QEMU bits. - -Steps to reproduce: - -1) start guest - -2) suspend guest with this command: - -# echo mem > /sys/power/state - - Check console messages, which should indicate that guest has been suspended. - -3) check guest status through HMP command "info status": - - (qemu) info status - info status - VM status: running - -Note it's "running", which is incorrect. - -QEMU version: - -# qemu-system-aarch64 --version -QEMU emulator version 3.1.50 (v3.1.0-2203-g9403bcc) -Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers - -The issue prevents user from resuming a suspended guest through "system_wakeup" HMP command, because QEMU thinks the guest is in running state and does nothing. - -I think the issues occurs because qemu_system_wakeup_request() doesn't get called. It seems the root cause is with ACPI related code. \ No newline at end of file |